Skip to content

Releases: harness/ff-python-server-sdk

1.1.12

25 May 12:12
a96f3ce

Choose a tag to compare

What's Changed

  • FFM-7880 - If an error occurs when processing a new stream event, the SDK will now log that error correctly instead of potentially logging a blank string by @erdirowlands in #63

Full Changelog: 1.1.11...1.1.12

1.1.11

24 May 11:25
e51f3d9

Choose a tag to compare

What's Changed

  • FFM-6410 - The SDK will now evaluate a flag with multiple and/or nested prerequisites correctly by @erdirowlands in #62

Full Changelog: 1.1.10...1.1.11

1.1.10

05 Apr 15:29
6c80ef7

Choose a tag to compare

What's Changed

  • FFM-7360 - The SDK will now log an error if an evaluation fails and the default variation is returned by @erdirowlands in #58

Full Changelog: 1.1.9...1.1.10

1.1.9

21 Feb 14:59
ff3993f

Choose a tag to compare

What's Changed

  • FFM-6932 - SDK seems to disconnect from the relay proxy by @andybharness in #57

New Contributors

Full Changelog: 1.1.8...1.1.9

1.1.8

08 Feb 14:10
169b2f2

Choose a tag to compare

What's Changed

  • [FFM-6549]: Add wait_for_initialization to the client API which can be called to block the thread until all groups and flags have been retrieved and loaded into cache.
  • [FFM-6549]: Add is_initialized to the client API which can be called at any time to check if the initial retrieval and caching of groups and flags has been completed.

Notes

Full Changelog: 1.1.7...1.1.8

1.1.7

06 Feb 19:13
289cf95

Choose a tag to compare

Bugfix:

[FFM-5991]:

  • Adding Targets to Group based on conditions: the in operator is now case-sensitive in the SDK.

Important: Please read before upgrading to this release:

  • if you are targeting any Groups using the in operator, please ensure that your Target condition takes into account the case sensitivity of the operator.

1.1.6

14 Dec 14:44
e87b165

Choose a tag to compare

Bugfix:

[FFM-5995]: Target Attribute values which were not strings would result in a 500 error from the metric service.

1.1.5

13 Dec 14:28
1767da8

Choose a tag to compare

Bugfix:

  • [FFM-5995]:
    • All unique Targets would not get registered during a metrics interval
    • The first metrics posting after Client initialisation could result in a 400 error

1.1.4

30 Nov 02:09
9572f86

Choose a tag to compare

Bugfix:

  • [FFM-5352]: Stream errors cause the SDK to spam ff server requests
  • [FFM-5263]: Fix pre-req evaluations

1.1.3

19 Oct 14:57
01a830c

Choose a tag to compare

What's Changed

  • FFM-4813 - Fix logic for target group clauses where OR's where being treated as AND's by @stephenmcconkey in #43

Full Changelog: 1.1.2...1.1.3