Skip to content

Releases: netlify/netlify-commons

v0.51.3

26 Mar 01:08
9ae9a6d
Compare
Choose a tag to compare

Features

  • instrument: add instrument package for Segment (#226)(9ae9a6d)

v0.49.0: make the config direct from yaml and json (#206)

15 Jan 21:58
4ec95d9
Compare
Choose a tag to compare
* 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

16 Dec 20:56
8d1e696
Compare
Choose a tag to compare
  • Fix usage of struct tags for config (#203)

v0.48.2

16 Dec 14:14
5922870
Compare
Choose a tag to compare
  • Fix ld logging config (#202)

v0.48.1

15 Dec 17:11
5b0dd71
Compare
Choose a tag to compare
  • Fix tests around status code in tracing (#201)
  • Fix de/ser tags on launchdarkly config (#200)

v0.48.0

15 Dec 12:22
03d1775
Compare
Choose a tag to compare
  • 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

22 Oct 08:39
b0289cc
Compare
Choose a tag to compare
feat(kafka): add ConsumerFactory in order to align future development…

v0.45.2

21 Oct 14:09
fb50904
Compare
Choose a tag to compare
fix(kafkatest): add missing fake consumer methods (#191)

v0.45.1

09 Oct 19:34
8f699f8
Compare
Choose a tag to compare

fix(featureflag): Make featureflag.MockClient return enabled bool flags in AllEnabledFlags (#190)

v0.45.0

01 Oct 21:12
809312a
Compare
Choose a tag to compare
  • feat(featureflag): Add method to get all enabled feature flags for a user (#187)