Releases: urbanairship/ruby-library
Releases · urbanairship/ruby-library
9.4.0
This release does the following:
- Adds a
replace
method to the Email class - Updates both the
update
andregister
methods to support more parameters
Do note that the update
method cannot update an email address anymore, though you can continue to use it to update other attributes associated with an email channel. For updating an email address itself please use the replace
method instead.
9.3.0
9.1.1
This release:
- Adds thread_id support for iOS payload
9.1.0
- All requests will now automatically attempt to authenticate with bearer token auth if a
token is included in the instantiation of the client. Previously, only custom events requests
could use bearer token auth in this library. You can find more information about how to use
bearer token auth in the README. - Also fixes an issue where a secret was required even when bearer token auth was being used
(it is no longer required).
9.0.0
8.0.1
8.0.0
- Updates officially supported versions to 2.6.7 and 2.7.2
- Fixes headers to reduce warning messages
- Fixes for multiple mis-set named user urls
- Fix to automatically convert an integer named user to a string so it can be successfully submitted
- Adds attribute support for named users