Skip to content

Releases: mozilla-services/autopush-rs

1.74.2

20 Mar 23:44
1.74.2
9a8c3f6
Compare
Choose a tag to compare

1.74.2 (2025-03-20)

Chore

Bug Fixes

  • compare tracking keys in raw form. (#863) (49a466b8)
  • Autoendpoint should be less strict about config options (#859) (8598172d)

1.74.1 (2025-03-18)

Bug Fixes

Chore

1.74.0 (2025-03-17)

Chore

Features

  • Add "long term" report summary generator for push reliability (#845) (d49b3005)
  • add reliability states for different ack type codes (#857) (87954a2f)
  • record a couple more state changes, particularly Delivered (#853) (abd911a5)
  • Add Prometheus exporter (#834) (4d252b41)
  • remove notification record struct (#827) (2aaf9f22)
  • Add redis based reliability reporting (#778) (4f35545d)

Bug Fixes

  • typo in cron script name (#858) (ad47ca22)
  • check empty VAPID sub first (#835) (c13717b8)
  • Make VAPID sub assertion optional (#831) (b5224c5f)
  • Disable "reliable_report" as default feature (#826) (4b298e44)
  • ci:
    • false positive when unit or integration tests fail - take 2 (#856) (26e374fa)
    • false positive when unit or integration tests fail - take 2 (a8052f46)
    • false positive when unit or integration tests fail (#855) (b9f0f2e7)
    • path for integration test artifact (#832) (3e139662)

1.73.0

16 Jan 00:06
1.73.0
4bc3a53
Compare
Choose a tag to compare

Features

  • rename autopush prefix metrics to autoconnect (#822) (9a166def)

Bug Fixes

  • ci:
    • remove all tagging of images on CI before deploy stages. (#821) (a6fc8cdb)
    • remove all tagging of images on CI before deploy stages. (54420559)
    • Fix test containers not depolying. (#820) (20c65f88)
    • Fix test containers not depolying. (92af405d)
    • Fix auto connect/endpoint deployments from circleci. (#819) (bde05a10)
    • Fix auto connect/endpoint deployments from circleci. (be7b2136)

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)