Skip to content

Releases: harness/ff-golang-server-sdk

v0.0.25

19 May 19:36
dae2d0c
Compare
Choose a tag to compare

What's Changed

  • [FFM-1750] Get connected cluster by @conormurray95 in #72
  • [FFM-2513] Add cluster identifier to metrics requests by @conormurray95 in #74
  • [FFM-2186] integration of the evaluation engine into the sdk client by @enver-bisevac in #75
  • [FFM-2934] Bugfix - compare custom attributes based on string values by @jcox250 in #78
  • Streaming connections are now closed when you call Close on a client by @jcox250 in #79
  • [FFM-2514] add function to convert various types to string by @jcox250 in #76
  • [FFM-3261]: Add extra information to the log by @davejohnston in #80
  • [FFM-1821] - Prerequisite rules not working on ff-server by @jcox250 in #77
  • [FFM-1415] added UT to reproduce bug FFM-1415 by @enver-bisevac in #81
  • [FFM-3441]: Unable to evaluate JSON multivariate by @davejohnston in #82

Full Changelog: v0.0.24...v0.0.25

0.0.24

01 Feb 08:55
57581b5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.23...v0.0.24

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