Releases: DevCycleHQ/python-server-sdk
Releases · DevCycleHQ/python-server-sdk
v3.1.0-prerelease5537133107
ci: Release workflow (#52) * basic workflow for updating version and pushing a release * workflow for checking semantic titles * add steps to build and upload packages
v3.0.1 Release
What's Changed
- [fix] Add missing wasm file to release package by @chris-hoefgen in #49
Full Changelog: v3.0.0...v3.0.1
v3.0.0 Release
New Local Bucketing SDK
The Python Server SDK now includes support for local bucketing via the DevCycleLocalClient object. Local bucketing utilizes DevCycle's highly performant Web Assembly library to do all of the segmentation and bucketing calculations locally on your server. See Local and Cloud Bucketing for more details.
API Changes
We have updated the SDK to match our revised naming conventions and as such several user-facing classes have been renamed:
DVCCloudOptions->DevCycleCloudOptionsDVCCloudClient->DevCycleCloudClientUser->DevCycleUserEvent->DevCycleEvent
Static Typing
The SDK now makes full use of static typing and better supports MyPy type checks
Full Changelog: v2.0.1...v3.0.0
v2.0.1 Release
What's Changed
- Remove python_dateutil from requirements.txt by @rob-odwyer in #22
- Added
py.typedmarker file by @chris-hoefgen in #27
Full Changelog: v2.0.0...v2.0.1
v2.0.0 Release
What's Changed
- DVC-7684: New Cloud SDK #20
- New DevCycleCloudClient object to support cloud bucketing functionality
- Simplified interface and imports
- Updated documentation and examples
- Removed Python 2 support
- Removed thread pooling rest client
- Removed dependencies on
sixandcertifi
- DVC 7404: Added linter #17
Full Changelog: v.1.2.2...v2.0.0
v.1.2.2 Release
What's Changed
- DVC-7156 switch variableValue() to variable_value() by @jonathannorris in #16
Full Changelog: v1.2.1...v.1.2.2
v1.2.1 Release
What's Changed
- DVC-7156 add variableValue(), update docs and readme by @jonathannorris in #14
- Add link to Django sample app, update requirements by @aurorawalker in #15
Full Changelog: https://github.com/DevCycleHQ/python-server-sdk/commits/v1.2.1