Skip to content

Releases: rstudio/platform-lib

v3.0.2

22 Dec 14:32
fd791f1

Choose a tag to compare

What's Changed

  • fix: do not attempt to cache object when there is an error by @jmwoliver in #249

Full Changelog: v3.0.1...v3.0.2

v3.0.1

18 Dec 01:29
fd9d6c7

Choose a tag to compare

What's Changed

  • Bump the production-dependencies group across 1 directory with 9 updates by @dependabot[bot] in #243
  • fix: vet issues by @nodivbyzero in #244
  • Bump golang.org/x/crypto from 0.38.0 to 0.45.0 by @dependabot[bot] in #238
  • chore: remove warn log for slow queue because it is misleading by @jmwoliver in #247

Full Changelog: v3.0.0...v3.0.1

v3.0.0

25 Nov 16:02
986cd5d

Choose a tag to compare

What's Changed

  • Upgraded to AWS Go SDK V2 #224
  • Added support for Go's context.Context #239

v2.0.3

30 Aug 19:49
727baef

Choose a tag to compare

What's Changed

  • Windows support by @jonyoder in #195
  • rsstorage: return original resolver err when S3 upload fails during Put() by @glin in #196

Full Changelog: v2.0.2...v2.0.3

pkg/rslog/v1.6.1

18 Jun 14:25
f56073b

Choose a tag to compare

Update concurrency issues with rslogtest.LoggerMock

pkg/rslog/v1.6.0

12 Dec 19:56
5b162f6

Choose a tag to compare

What's Changed

  • Log enabled debug logging regions. This was previously done in product by the legacy debug
    implementation. Important to note that intializing debug logging will set and use a default factory
    to DefaultLoggerFactory, consider setting rslog.DefaultLoggerFactory first before anything else
    when a custom factory is needed. #94

  • New functions rslog.Buffer and rslog.Flush have been added. They enable buffering functionality for
    default loggers whose factories use rslog.LoggerImpl as their implementation.

Full Changelog: pkg/rslog/v1.5.0...pkg/rslog/v1.6.0

pkg/rselection/impls/pgx/v0.1.3

26 Oct 21:35
6838bcc

Choose a tag to compare

What's Changed

  • Fix unhandled ping requests from the same PgxLeader node by @glin in #93

New Contributors

  • @glin made their first contribution in #93

Full Changelog: pkg/rsnotify/listeners/postgrespgx/v1.5.3...pkg/rselection/impls/pgx/v0.1.3

pkg/rsnotify/listeners/postgrespgx/v1.5.3

19 Oct 19:11
2908159

Choose a tag to compare

feat: periodicially reassign the PgxListener IP (#92)

* feat: periodicially reassign the PgxListener IP

Runs a goroutine in parallel that periodically runs the `SELECT inet_client_addr()` command to refresh the IP() until shutdown.

refs: https://github.com/rstudio/package-manager/issues/8767

pkg/rslog/v1.5.0

06 Jun 18:21

Choose a tag to compare

What's Changed

New Contributors

  • @mcbex made their first contribution in #84

Full Changelog: pkg/rslog/v1.4.0...pkg/rslog/v1.5.0

pkg/rslog/v1.4.0

11 Apr 21:06
05303ed

Choose a tag to compare

pkg/rslog/v1.4.0 Pre-release
Pre-release
Merge pull request #83 from rstudio/mnv-rslog-dont-create-dirs

Do not create logging dirs, default log directories should already exist and be created via product install