Skip to content

Commit

Permalink
fixed changelog note
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoskow-ld authored May 3, 2019
1 parent 86e2bc6 commit caa1ae1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [6.9.2] - 2019-05-01
## Changed
### Changed:
- Changed the artifact name from `ldclient-py` to `launchdarkly-server-sdk`
- Changed repository references to use the new URL

There are no other changes in this release. Substituting `ldclient-py` version 6.9.1 with `launchdarkly-server-sdk` version 6.9.2 will not affect functionality.

# Note on future releases

The LaunchDarkly SDK repositories are being renamed for consistency. This repository is now `python-server-sdk` rather than `python-client`.

The package name will also change. In the 6.9.1 release, it is still `ldclient-py`; in all future releases, it will be `launchdarkly-server-sdk`. No further updates to the `ldclient-py` package will be published after this release.

## [6.9.1] - 2019-04-26
### Fixed:
- The `set_sdk_key` function was comparing the existing SDK key (if any) to the new one by identity (`is`) rather than equality (`==`). In Python, two strings that have the same characters may or may not be the same string instance; in the case where they were not, `set_sdk_key` would inappropriately reinitialize the client even though the SDK key had not really changed. (Thanks, [jpgimenez](https://github.com/launchdarkly/python-server-sdk/pull/121)!)
- Running the SDK unit tests is now simpler in that the database integrations can be skipped. See `CONTRIBUTING.md`.

### Note on future releases:

The LaunchDarkly SDK repositories are being renamed for consistency. This repository is now `python-server-sdk` rather than `python-client`.

The package name will also change. In the 6.9.1 release, it is still `ldclient-py`; in all future releases, it will be `launchdarkly-server-sdk`. No further updates to the `ldclient-py` package will be published after this release.

## [6.9.0] - 2019-04-09
### Added:
- It is now possible to use the `with` statement on an LDClient object, so that `close()` will be called automatically when it goes out of scope.
Expand Down

0 comments on commit caa1ae1

Please sign in to comment.