Skip to content

Releases: DevCycleHQ/python-server-sdk

v3.0.1 Release

06 Jul 20:08
1f9a7e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0 Release

06 Jul 16:52
1b38f3e
Compare
Choose a tag to compare

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

20 Jun 18:52
75841bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0 Release

13 Jun 18:21
3f308c9
Compare
Choose a tag to compare

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 six and certifi
  • DVC 7404: Added linter #17

Full Changelog: v.1.2.2...v2.0.0

v.1.2.2 Release

16 May 19:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v.1.2.2

v1.2.1 Release

15 May 21:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/DevCycleHQ/python-server-sdk/commits/v1.2.1