Releases: rails/action_push_native
Releases Β· rails/action_push_native
v0.3.1
What's Changed
- Validate platform enum instead of raising
ArgumentErrorby @rosa in #90 - Bump googleauth from 1.16.0 to 1.16.1 by @dependabot[bot] in #88
- Bump activerecord from 8.1.1 to 8.1.2 by @dependabot[bot] in #85
- Load config from
app.paths["config/push"]by @rosa in #89 - Add abstract base class for
Device,ActionPushNative::Recordby @rosa in #91
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Bump rubocop from 1.81.0 to 1.81.1 by @dependabot[bot] in #52
- Wrap PoolTimeoutErrors with ActionPushNative::ConnectionPoolTimeoutError by @intrip in #53
- Bump activejob from 8.0.3 to 8.1.1 by @dependabot[bot] in #63
- Bump railties from 8.0.3 to 8.1.1 by @dependabot[bot] in #64
- Bump activerecord from 8.0.3 to 8.1.1 by @dependabot[bot] in #65
- Bump httpx from 1.6.2 to 1.6.3 by @dependabot[bot] in #70
- Bump rubocop from 1.81.1 to 1.82.0 by @dependabot[bot] in #79
- Bump mocha from 2.7.1 to 3.0.1 by @dependabot[bot] in #78
- Bump sqlite3 from 2.7.4 to 2.8.1 by @dependabot[bot] in #76
- Fix ERB syntax for development server connection by @christopherstyles in #57
- Bump googleauth from 1.15.0 to 1.16.0 by @dependabot[bot] in #74
- Bump webmock from 3.25.1 to 3.26.1 by @dependabot[bot] in #66
- Keep a HTTPX session per thread instead of sharing it across threads by @rosa in #80
- Bump rubocop from 1.82.0 to 1.82.1 by @dependabot[bot] in #82
New Contributors
- @christopherstyles made their first contribution in #57
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Bump rubocop from 1.80.2 to 1.81.0 by @dependabot[bot] in #49
- Bump httpx from 1.6.1 to 1.6.2 by @dependabot[bot] in #50
- Correctly catch and re-raise HTTPX PoolTimeoutErrors by @intrip in #51
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Config: Switch to encrypted credentials by @intrip in #35
- GH actions by @intrip in #36
- Switch away from Apnotic by @intrip in #34
- APNs: Use relative URL by @intrip in #41
- FCM: HTTP persistent connections with HTTPX by @intrip in #43
- Cache FCM acces_token until expiration by @intrip in #44
- Add missing .dump by @intrip in #47
- Remove the Gem post-install message by @intrip in #48
New Contributors
- @2kjm made their first contribution in #22
- @olleolleolle made their first contribution in #26
- @rosa made their first contribution in #30
Full Changelog: v0.1.0...v0.2.0