Skip to content

Latest commit

 

History

History
126 lines (70 loc) · 4 KB

CHANGELOG.md

File metadata and controls

126 lines (70 loc) · 4 KB

Change Log

All notable changes to this project will be documented in this file.

v3.0.3 (2020-08-14)

Chore

  • splitio: use go-split-commons for dtos (#34)

Fix

  • api_test: update test to pass on circleci (#33)

SA1006

  • printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck) (#30)

ST1005

  • error strings should not be capitalized (stylecheck) (#27)

v3.0.2 (2020-03-20)

Chore

  • release: 3.0.2

Fix

  • generateSerializedData: for subsets, do not serialize segments if serializeSegments is false (#24)

v3.0.1 (2020-03-18)

Chore

  • release: 3.0.1

v3.0.0 (2020-03-18)

Chore

  • ci: use circleci instead of travis (#16)
  • release: 3.0.0
  • release: 3.0.0

Feat

  • module: major change (#22)

Fix

  • Fetcher: update method to have a string list parameter (#23)
  • circleci: fix test command (#17)

v2.0.0 (2020-01-16)

Chore

  • mod: update to v2 (#15)
  • release: 2.0.0
  • release: 2.0.0

Refactor

  • api: change splits and segments to maps with keys that match data loader expectations (#12)
  • serializer: handle empty cache and stringify each split and segment (#13)

BREAKING CHANGE

adds an empty object to the script tag when the cache is empty and returns individual split and segment values as strings

v1.0.2 (2020-01-02)

Chore

  • release: 1.0.2

Refactor

  • serializer: handle empty cache similar to node-serializer (#11)

v1.0.1 (2019-12-30)

Chore

  • release: 1.0.1

Fix

  • api: create decoder that sets tagName to json (#10)

v1.0.0 (2019-12-27)

Chore

  • release: 1.0.0

Feat

  • api: implement getAllChanges and GetSplits function (#4)
  • apiBinding: implement functions to get segments (#6)
  • poller: add poller to periodically fetch data (#3)
  • poller: implement pollForChanges function (#7)
  • readme: add usage and versioning (#9)
  • segment: add getSegmentNamesInUse function (#5)
  • serializer: implement getSerializedData function (#8)
  • split-go-serializer: setup and outline classes (#1)
  • splitio-api-wrapper: implement httpGet function (#2)