Skip to content

Releases: configcat/go-sdk

v6.0.2

16 Nov 22:00
468e7e6
Compare
Choose a tag to compare
  • Code improvements added in #11 and #12

v6.0.1

16 Nov 15:11
3c68ca9
Compare
Choose a tag to compare
  • Code improvements added in #10

v6.0.0

12 Oct 10:11
f191751
Compare
Choose a tag to compare

Addressing global data handling and processing trends via Data Governance feature. Customers can control the geographic location where their config JSONs get published to. See the docs.
We are introducing a new DataGovernance initialization parameter. Set this parameter to be in sync with the Data Governance preference on the Dashboard.
Breaking change:

  • Custom cache implementations should implement the new cache interface using key parameter in the get/set methods.

v5.1.0

14 Aug 12:56
05828b8
Compare
Choose a tag to compare

Added variation id related functions to support integration with analytical tools:

  • GetVariationId[Async]()
  • GetVariationId[Async]ForUser()
  • GetAllVariationIds[Async]()
  • GetAllVariationIds[Async]ForUser()
  • GetKeyAndValue[Async]()

v5.0.0

09 Apr 12:26
Compare
Choose a tag to compare

Breaking change: Renamed API Key to SDK Key.

v4.0.4

13 Mar 12:55
efdc7c0
Compare
Choose a tag to compare

Add option to set the log severity of the default logger

v4.0.3

27 Feb 17:20
Compare
Choose a tag to compare
Create dir for v4

v4.0.2

27 Feb 13:24
Compare
Choose a tag to compare

Supporting sensitive comparators in targeting rules.

v4.0.0

27 Feb 12:27
7c6594a
Compare
Choose a tag to compare

Supporting sensitive comparators in targeting rules.

ConfigCat Go SDK v3.1

27 Feb 14:55
Compare
Choose a tag to compare
  • Changed the on configuration changed event. See more.