Releases: rstudio/platform-lib
v3.0.2
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
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
v2.0.3
pkg/rslog/v1.6.1
Update concurrency issues with rslogtest.LoggerMock
pkg/rslog/v1.6.0
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
toDefaultLoggerFactory, consider settingrslog.DefaultLoggerFactoryfirst before anything else
when a custom factory is needed. #94 -
New functions
rslog.Bufferandrslog.Flushhave been added. They enable buffering functionality for
default loggers whose factories userslog.LoggerImplas their implementation.
Full Changelog: pkg/rslog/v1.5.0...pkg/rslog/v1.6.0
pkg/rselection/impls/pgx/v0.1.3
What's Changed
New Contributors
Full Changelog: pkg/rsnotify/listeners/postgrespgx/v1.5.3...pkg/rselection/impls/pgx/v0.1.3
pkg/rsnotify/listeners/postgrespgx/v1.5.3
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
What's Changed
- Doc updates by @mcbex in #84
- '-buildvcs=false' for temporary build fix by @jonyoder in #87
- Enforce UTC conversion in log timestamps by @zackverham in #88
New Contributors
Full Changelog: pkg/rslog/v1.4.0...pkg/rslog/v1.5.0
pkg/rslog/v1.4.0
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