Skip to content

Releases: urbanairship/ruby-library

9.3.0

08 May 22:47
da1377f
Compare
Choose a tag to compare
  • 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

11 Oct 16:26
Compare
Choose a tag to compare

This release:

  • Adds thread_id support for iOS payload

9.1.0

09 Jun 17:03
b30dcfd
Compare
Choose a tag to compare
  • 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

04 Mar 19:52
7025df5
Compare
Choose a tag to compare
  • Adds Tag List API Support
  • Removes location lookup endpoints
  • Removes location-based audience selectors

8.0.1

28 Sep 21:30
1fbba3a
Compare
Choose a tag to compare

Adds requesting app key to the user agent string.

8.0.0

02 Jul 22:35
d5f6431
Compare
Choose a tag to compare
  • 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

24 Oct 18:33
e576271
Compare
Choose a tag to compare
Merge pull request #55 from urbanairship/wrap-up-release

Wrap up release

5.0.0

28 Jun 23:24
8a4765b
Compare
Choose a tag to compare
version/readme bump for 5.0.0 release (#54)

4.0.0

08 Dec 22:10
a760ac9
Compare
Choose a tag to compare

See CHANGELOG

3.2.1

04 Jan 23:16
Compare
Choose a tag to compare
  • Bug fix: allow audience tag selector to specify tag group if desired