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