Skip to content

Releases: urbanairship/ruby-library

10.0.2

Choose a tag to compare

@Jahdeh Jahdeh released this 09 Jun 20:56
57c84af
  • Updates JWT dependency to < 4

10.0.1

Choose a tag to compare

@Jahdeh Jahdeh released this 06 May 21:15
  • Fixes Ruby 3 incompatibilities
  • Drops support for Ruby 2

Big thanks to @ricksuggs for making this possible!

9.4.0

Choose a tag to compare

@Jahdeh Jahdeh released this 11 Feb 18:39

This release does the following:

  • Adds a replace method to the Email class
  • Updates both the update and register 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

Choose a tag to compare

@Jahdeh Jahdeh released this 08 May 22:47
da1377f
  • Adds Oauth support
  • Changes default base URL from "go.airship.com" to "api.asnapius.com"

Please make sure to update any domain whitelists to the new URL or else you may run into issues.

9.1.1

Choose a tag to compare

@martin-vct martin-vct released this 11 Oct 16:26

This release:

  • Adds thread_id support for iOS payload

9.1.0

Choose a tag to compare

@pdxmele pdxmele released this 09 Jun 17:03
b30dcfd
  • 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

Choose a tag to compare

@aschuman0 aschuman0 released this 04 Mar 19:52
7025df5
  • Adds Tag List API Support
  • Removes location lookup endpoints
  • Removes location-based audience selectors

8.0.1

Choose a tag to compare

@aschuman0 aschuman0 released this 28 Sep 21:30
1fbba3a

Adds requesting app key to the user agent string.

8.0.0

Choose a tag to compare

@pdxmele pdxmele released this 02 Jul 22:35
d5f6431
  • 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

5.0.1

Choose a tag to compare

@pdxmele pdxmele released this 24 Oct 18:33
e576271
Merge pull request #55 from urbanairship/wrap-up-release

Wrap up release