Releases: netlify/netlify-commons
Releases · netlify/netlify-commons
v0.51.3
Features
- instrument: add instrument package for Segment (#226)(9ae9a6d)
v0.49.0: make the config direct from yaml and json (#206)
* make the config direct from yaml and json
refactor to keep a deprectated LoadFromFile
fix imports
* fix tests
* use the args loader
* make test for parsing the default configuration
* misleading error
* use the Duration in the test
* default more values
* use the util.Duration for timeout values
* import cleanups
v0.48.3
- Fix usage of struct tags for config (#203)
v0.48.2
- Fix ld logging config (#202)
v0.48.1
- Fix tests around status code in tracing (#201)
- Fix de/ser tags on launchdarkly config (#200)
v0.48.0
- provide default config for logging (#183)
- trace requests per route (#189)
- Add regex based kv extraction option (#196)
- Set status code as string (#197)
v0.46.0
feat(kafka): add ConsumerFactory in order to align future development…
v0.45.2
fix(kafkatest): add missing fake consumer methods (#191)
v0.45.1
fix(featureflag): Make featureflag.MockClient
return enabled bool flags in AllEnabledFlags
(#190)
v0.45.0
- feat(featureflag): Add method to get all enabled feature flags for a user (#187)