Releases: rstudio/platform-lib
Releases · rstudio/platform-lib
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.DefaultLoggerFactory
first before anything else
when a custom factory is needed. #94 -
New functions
rslog.Buffer
andrslog.Flush
have been added. They enable buffering functionality for
default loggers whose factories userslog.LoggerImpl
as 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
pkg/rsqueue/v0.2.0
What's Changed
- Change GenericMatcher's Type() signature to return interface and error to rsqueue by @nodivbyzero in #78
pkg/rsnotify/v1.5.0
What's Changed
- Change GenericMatcher's Type() signature to return interface and error to rsnotify by @nodivbyzero in #78
pkg/rsstorage/v0.3.0
What's Changed
- Updates
New*
method signatures to accept argument structs instead of multiple arguments. This will help with maintaining method signature compatibility going forward. - Also released
v0.3.0
of each storage server implementation.