Skip to content

Releases: harness/ff-golang-server-sdk

0.0.22

01 Oct 16:25
52e6d19
Compare
Choose a tag to compare
    1. Fix bugs with integer and boolean comparisons
    1. Add support for slice comparisons

What's Changed

  • [FFM-1452]: Fix bool, int and number comparisons + implement slices by @davejohnston in #44

Full Changelog: v0.0.21...v0.0.22

0.0.21

13 Sep 14:16
42cda01
Compare
Choose a tag to compare

release 0.0.21 of the SDK. Adds minor bug fixes

What's Changed

Full Changelog: v0.0.20...v0.0.21

0.0.20

13 Sep 08:36
4c14473
Compare
Choose a tag to compare

Improve error logging by adding more context to the message.

What's Changed

Full Changelog: v0.0.19...v0.0.20

0.0.19

08 Sep 18:52
2ee8cfb
Compare
Choose a tag to compare

Fixes how name is stored in a target
Fixes to allow multiple custom attributes

What's Changed

  • [FFM-1355]: SDK doesn't support multiple custom attributes and name no… by @davejohnston in #40

Full Changelog: v0.0.18...v0.0.19

0.0.18

08 Sep 11:33
0db9ea1
Compare
Choose a tag to compare

Segments that are directly added now have custom rules evaluated as well as the include/exclude list.

What's Changed

  • (FFM-1290) Updates cache when recieving segment updates by @Andrew-Hayes in #37
  • (FFM-1290) Ignored empty evaliation attibute by @Andrew-Hayes in #38
  • [FFM-1355]: The golang SDK was not evaluating custom rules for segmen… by @davejohnston in #39

Full Changelog: v0.0.17...v0.0.18

Process segments that are directly added to a feature config

16 Aug 16:35
073717e
Compare
Choose a tag to compare

Process segments that are directly added to a feature flag via variation target map

What's Changed

  • [FFM-1251]: Rules for flags added directly to segment not working by @davejohnston in #36

Full Changelog: v0.0.16...v0.0.17

Handle segment rules correctly

04 Aug 16:54
41b20b7
Compare
Choose a tag to compare

Currently segment rules weren't being processed correctly.
Names were being evaluated instead of Identifiers, and rules were AND'd instead of OR'd

This release addresses those problems.

Improved delete event handing

28 Jul 14:55
873a19f
Compare
Choose a tag to compare
Pre-release
Merge pull request #34 from drone/FFM-1213_delete_events

(FFM-1213) Can handle SSE delete events not to clear the cache

Minor bug fixes

27 Jul 12:15
5981f40
Compare
Choose a tag to compare
Minor bug fixes Pre-release
Pre-release
Merge pull request #32 from drone/FFM-1204_empty_sse_panic

(FFM-1204) Updates sse to accept empty messages without panicing

Adds cluster support

06 Jul 09:07
6f10b27
Compare
Choose a tag to compare
Adds cluster support Pre-release
Pre-release
Merge pull request #30 from drone/FFM-1147_cluster_id

(FFM-1147) Adds cluster Identifier support