Skip to content

Releases: DevCycleHQ/python-server-sdk

v3.3.1

19 Jul 15:47
Compare
Choose a tag to compare
Release v3.3.1

v3.3.0

13 Jul 22:04
Compare
Choose a tag to compare
  • no changes

v3.3.0-prerelease5548288230

13 Jul 22:02
Compare
Choose a tag to compare
Pre-release
  • no changes

v3.2.0

13 Jul 21:25
Compare
Choose a tag to compare
Release 3.2.0

v3.1.0

13 Jul 19:57
Compare
Choose a tag to compare
Release 3.1.0

v3.1.0-prerelease5545541861

13 Jul 16:27
f4d0eab
Compare
Choose a tag to compare
Pre-release
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

12 Jul 22:44
f4d0eab
Compare
Choose a tag to compare
Pre-release
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

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