Skip to content

v0.1.3

Compare
Choose a tag to compare
@stephenmcconkey stephenmcconkey released this 05 Oct 13:39
· 83 commits to main since this release
bad5711

What's Changed

FFM-4572 - Update Go version, allow custom cache, add initalLoad flag, standardise segment and flags being set which includes:

  1. Update Go to 1.18
  2. Change go get to go install for openapi codegen in makefile
  3. Allow for custom cache to be honoured when set in client config
  4. Add initalLoad flag to prevent outdated check on initial load of flags and segments, because new logic causes a lot of error logging on first load as you are trying to check against something that cannot exist. This is set as true on retrieveFlags, segments, then on event updates set as false.
  5. Update tests so that state is accurately set, was "true"/"false" should be "on"/"off"
  6. flagKey and segmentKey is inconsistently set/get across the board
  7. Pin Golangci-lint version (issue - golangci/golangci-lint-action#535)

by @stephenmcconkey in #98

Full Changelog: v0.1.2...v0.1.3