Skip to content

Releases: DevCycleHQ/python-server-sdk

v3.0.1 Release

Choose a tag to compare

@chris-hoefgen chris-hoefgen released this 06 Jul 20:08
1f9a7e8

What's Changed

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

v3.0.0 Release

Choose a tag to compare

@chris-hoefgen chris-hoefgen released this 06 Jul 16:52
1b38f3e

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

Choose a tag to compare

@chris-hoefgen chris-hoefgen released this 20 Jun 18:52
75841bf

What's Changed

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

v2.0.0 Release

Choose a tag to compare

@chris-hoefgen chris-hoefgen released this 13 Jun 18:21
3f308c9

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

Choose a tag to compare

@jonathannorris jonathannorris released this 16 May 19:01

What's Changed

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

v1.2.1 Release

Choose a tag to compare

@jonathannorris jonathannorris released this 15 May 21:05

What's Changed

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