Releases: DevCycleHQ/python-server-sdk
Releases · DevCycleHQ/python-server-sdk
v3.3.1
Release v3.3.1
v3.3.0
- no changes
v3.3.0-prerelease5548288230
- no changes
v3.2.0
Release 3.2.0
v3.1.0
Release 3.1.0
v3.1.0-prerelease5545541861
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.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
->DevCycleCloudOptions
DVCCloudClient
->DevCycleCloudClient
User
->DevCycleUser
Event
->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.typed
marker file by @chris-hoefgen in #27
Full Changelog: v2.0.0...v2.0.1