Releases: netlify/netlify-commons
Releases · netlify/netlify-commons
v0.57.0
- Upgrades the mongo-go-driver to 1.5.1 -> 1.7.3, see the changelog for more details
Bug fixes
- Fixes race condition on
Distribution
which caused invalid metric labels to reported
- Fixes race condition on
PersistentGauge
which caused writes to a closed metrics queue when using the statsd sink.
- Fixes
SafeHTTPClient
so that it avoids fetching connections from the underlying pool when checking for forbidden host IPs.
v0.56.0
feat: added serializable URL type
v0.55.1
chore: WithServiceName is deprecated, replace
v0.53.2
- fix: omit empty pinned_version when serializing plugins config
v0.53.1
- fix: add AllEnabledFlagsUser to Client interface (#243)
v0.53.0
- feat: add AllEnabledFlagsUser to featureflag (#242)
v0.52.2
feat: allow for asynchronous kafka offset commits
v0.52.1
- feat: add field for pinned plugin version (#233)
- feat: Expose Pause and Resume through kafka.Consumer interface (#230)
v0.51.4
- fix: update mongo driver (#228)