Skip to content

Releases: launchdarkly/python-server-sdk

4.1.0

22 Dec 18:04
Compare
Choose a tag to compare

[4.1.0] - 2017-12-21

Added

  • Allow user to stop user attributes from being sent in analytics events back to LaunchDarkly. Set private_attribute_names on each request and/or on Config to a list of strings matching the names of the attributes you wish to exclude. Set all_attributes_private on the Config object to hide all attributes.

Changed

  • Stop reattempting connections when receiving a 401 (unauthorized) response from LaunchDarkly. This should only be caused by invalid SDK key so retrying is pointless.

Deprecated

  • events_enabled is deprecated and send_events should be used instead. events_enabled may be removed in a future minor revision.

4.0.6

09 Jun 21:25
Compare
Choose a tag to compare

[4.0.6] - 2017-06-09

Changed

  • Improved error handling when processing stream events
  • Replaced 3rd party rfc3339 library for license compliance
  • No longer caching get_one() responses

4.0.5

25 Apr 23:23
Compare
Choose a tag to compare

[4.0.5] - 2017-04-25

Fixed

  • #70 Regex matches targeting rules now include the user if a match is found anywhere in the attribute. Before fixing this bug, the beginning of the attribute needed to match the pattern.

Changed

  • #43 Started publishing code coverage metrics to Code Climate. Bear in mind that the Code Climate coverage report only shows the unit test coverage, while the bulk of our SDK test coverage comes from a separate integration test suite.

4.0.4

18 Apr 18:09
Compare
Choose a tag to compare

[4.0.4] - 2017-04-18

Fixed

  • #65 Ensure that no warning is logged about a missing SDK key when the ldclient package is imported.

4.0.3

14 Mar 22:11
Compare
Choose a tag to compare

[4.0.3] - 2017-03-14

Changed

  • Fixed missing python2.6-requirements.txt in manifest

4.0.2

14 Mar 19:03
Compare
Choose a tag to compare

[4.0.2] - 2017-03-13

Added

  • Support for Python 2.6.

4.0.1

10 Jan 20:57
Compare
Choose a tag to compare

[4.0.1] - 2017-01-10

Changed

  • RedisFeatureStore now returns default when Redis errors occur
  • Better detection of stream connection issues.

4.0.0

18 Nov 23:43
Compare
Choose a tag to compare

3.0.3

03 Nov 23:28
Compare
Choose a tag to compare

3.0.2

26 Oct 18:52
Compare
Choose a tag to compare