Skip to content

Releases: urbanairship/python-library

6.3.0

30 Apr 18:43
8084f43
Compare
Choose a tag to compare

urbanairship 6.3.0

  • Adds Support for OAuth2 Authentication
  • Adds new client classes for BasicAuth, BearerTokenAuth, and OAuth
  • Deprecates the Airship client class in favor of the new client classes

6.2.0

23 Oct 16:47
350034b
Compare
Choose a tag to compare

Airship 6.2.0

This release:

  • Adds Support for iOS Live Activity and Android Live Update
  • Adds new class ConnectionFailure
  • Adds bypass_holdout_groups parameter for push options

6.1.0

03 Mar 23:10
a40c0f2
Compare
Choose a tag to compare

urbanairship 6.1.0

  • Adds Support for Tag Lists using the urbanairship.TagList class

6.0.1

02 Feb 17:53
17add59
Compare
Choose a tag to compare

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 token property to urbanairship.Airship to support bearer token API authentication
  • Adds optional retries property to urbanairship.Airship to 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 backoff package was not included in build requirements

5.7.0

17 Dec 17:53
f59d714
Compare
Choose a tag to compare

urbanairship 5.7.0

This release:

  • Adds Custom Event Reports
  • Adds Experiments Overview and Variant Reports
  • Adds Scheduled Experiment Listing
  • Adds Web Response Reports
  • Adds opt_in_mode and properties to Email class
  • Adds email attachments support in the EmailAttachment class
  • Adds mms audience override
  • Adds shorten_links support to sms and mms sends
  • Adds support for SMS keyword interactions in the KeywordInteraction class
  • Adds update method to Email class
  • Adds update method to Sms class
  • Adds support for push validation
  • Adds email association and disassociation to NamedUser class
  • Adds Named User uninstall, attributes, and update methods
  • Adds message_center_delete class method to Push class
  • Adds schedule_exclusion
  • Adds recurring_schedule and ScheduledPush.recurring
  • Adds pause and resume methods to ScheduledPush for recurring schedules
  • Adds validate method to ScheduledPush
  • Adds support for push and scheduled push localization
  • Adds SubscriptionList class for subscribing and unsubscribing audiences
  • Adds subscription_list and static_list audience selectors
  • Adds AttributeList class with methods for create, upload, get_errors, and list
  • Adds download class method to StaticList class

5.6.0

05 Nov 15:38
453ebd6
Compare
Choose a tag to compare
  • Adds iOS platform options for: interruption_level, relevance_score, and target_content_id
  • Adds amazon platform options for: notification_tag, notification_channel, icon, icon_color
  • Adds audience selectors for date_attribute, text_attribute, and number_attribute
  • Adds attributes, device_attributes, named_user_id, commercial_opted_in, commercial_opted_out, transactional_opted_in, transactional_opted_out to channel look up and listing.
  • Adds support for setting attributes on channel ids and named user ids
  • Adds support for removing attributes from channel ids and named user ids

  • Deprecates location-based audience selectors: location, recent_date, absolute_date. These will be removed in version 6.0
  • Deprecates class LocationFinder. This will be removed in version 6.0
  • Deprecates support for Python 2. Support will be removed in version 6.0

v5.5.1

28 Sep 21:19
68ce607
Compare
Choose a tag to compare

Adds requesting app key to the user agent string