Releases: urbanairship/python-library
Releases · urbanairship/python-library
7.3.2
7.3.1
7.3.0
7.2.0
urbanairship 7.2.0
- Adds new fields to the SMS class for enhanced opt-in management:
opted_out: Optional datetime for tracking when users opt out of SMS messagesopt_in_mode: Optional string ("classic" or "double") for opt-in mode configurationproperties: Optional dict for event properties used with double opt-in
- Updates SMS payload structure to properly handle different API contexts:
- Registration payloads exclude opt_in_mode, properties, and opted_out
- Update payloads include opted_out but exclude opt_in_mode and properties
- Create-and-send audience includes all fields including ua_opted_out
- Fixes a bug where the EmailAttachment class was not properly encoding file data.
7.1.0
7.0.0
urbanairship 7.0.0
This release:
- Adds support for python 3.10, 3.11, 3.12, 3.13
- Adds complete package type stubs
- Adds ability to specify arbitrary base url for API interaction
- Updates build process for modern pypi methods
- Updates many areas of the package for modern python standards
- Removes deprecated
Airshipgeneric client class - Removes deprecated
create_*helper functions - Removes official support for python versions prior to 3.10
6.3.0
6.2.0
urbanairship 6.2.0
This release:
- Adds Support for iOS Live Activity and Android Live Update
- Adds new class
ConnectionFailure - Adds
bypass_holdout_groupsparameter for push options
6.1.0
6.0.1
urbanairshp 6.0.1
- Removes support for Python 2. New minimum Python versions is 3.6
- Removes support for location APIs
- Removes LocationFinder class
- Removes location-based audience selectors: location, recent_date, absolute_date
- Adds
tokenproperty tourbanairship.Airshipto support bearer token API authentication - Adds optional
retriesproperty tourbanairship.Airshipto specify number of times to retry failed API requests - Adds CustomEvent class for sending custom events
- Adds SmsCustomResponse class
- Adds type annotations for function and method signatures
- Fixes issue with 6.0.0 where
backoffpackage was not included in build requirements