Skip to content

Releases: mozilla-services/autopush-rs

1.72.2

17 Dec 19:07
1.72.2
5bd299d
Compare
Choose a tag to compare

Features

Doc

  • test: update test strategy to include links to metrics (#810) (8cda9ac1)

1.72.1

21 Nov 20:19
1.72.1
4663779
Compare
Choose a tag to compare

Bug Fixes

Chore

  • update actix-ws to 0.3 (#799) (6141a905)
  • deps-dev: bump werkzeug from 3.0.3 to 3.0.6 in /tests (#790) (50ab4a01)
  • load: update scripts to use artifact registry (#792) (d64178f4)
  • notification-tests: specify platform linux/amd64 in docker-compose.yml so that Docker knows to use an emulation layer when running on an arm based machine (ae303044)

Refactor

  • integration: replace pytest.skip with pytest markers (#798) (84f1fe8e)

Features

  • Add database tracking and report for Push Reliability (#769) (e95063cc)

1.72.0

11 Oct 18:53
1.72.0
46d0800
Compare
Choose a tag to compare

Bug Fixes

  • Do not double-check VAPID aud (#772) (ea04db68)
  • pass settings to vapid when processing subscription request (#771) (3cc5a565)
  • minor fixes for GAR deploy CircleCI jobs (#764) (e0d87663)
  • using google_project_number for OIDC authentication (#763) (92772f93)
  • fixed workflow_dispatch runs for docker.yml GHA workflow (#752) (2acc5816)
  • README fenix debug link (8f769696)
  • jsonwebtoken validation errors (#709) (372f3940)
  • circleci: now using correct project IDs, cleaned up env var names (#762) (7b51e776)

Chore

Refactor

Doc

  • Update mobile debugging link in README.md (b09814a8)

Features

1.71.7

05 Sep 22:52
1.71.7
df4cbc7
Compare
Choose a tag to compare

Chore

Bug Fixes

  • minor fixes for GAR deploy CircleCI jobs (#764) (1883d278)
  • using google_project_number for OIDC authentication (#763) (4445fcfb)
  • circleci: now using correct project IDs, cleaned up env var names (#762) (d4fc2079)

Features

1.71.6

05 Sep 19:16
1.71.6
ead991a
Compare
Choose a tag to compare

Chore

  • Re-tag 1.71.5

1.71.5

29 Aug 20:11
1.71.5
4cfa317
Compare
Choose a tag to compare

Chore

  • update openssl per RUSTSEC-2024-0357 (52d9da33)

1.71.4

29 Aug 20:10
1.71.4
98788dc
Compare
Choose a tag to compare

Chore

  • Re-tag 1.71.3

1.71.3

31 May 23:13
1.71.3
f3f0bf0
Compare
Choose a tag to compare

Chore

Refactor

  • upgrade all integration tests to asyncio async await (#667) (c7448f45)

1.71.2

21 May 17:23
1.71.2
8fbdb83
Compare
Choose a tag to compare

Bug Fixes

  • a couple retry logic error messages were incorrect (#676) (6cb6549b)

Features

  • Ensure that status and labels are propagated for DB errors (#679) (5a1f2099)
  • emit pool timeouts/conditional failures as metrics (not sentry) (#671) (b4f01af8)
  • Switch to randomized UAID for health check (#670) (06093787)

Test

  • load: Document the process for calibrating users per worker (#661) (c89627fd)

Doc

  • load: Document the process for calibrating worker count (#666) (de752ec4)

Refactor

Chore

  • deps-dev:
    • bump cryptography from 42.0.2 to 42.0.4 in /tests (#630) (967465b2)
    • bump idna from 3.6 to 3.7 in /tests (#678) (0672bba4)
    • bump idna from 3.6 to 3.7 in /tests (e8234982)

1.71.1

19 Mar 21:47
1.71.1
a72d303
Compare
Choose a tag to compare

Features

Bug Fixes