Skip to content

Releases: mozilla-services/autopush-rs

1.70.2

20 Feb 01:27
1.70.2
e8e48ad
Compare
Choose a tag to compare

Bug Fixes

1.70.1

20 Feb 01:26
1.70.1
8a82b16
Compare
Choose a tag to compare

Features

Chore

Bug Fixes

1.70.0

07 Feb 21:00
1.70.0
69f96a8
Compare
Choose a tag to compare

Refactor

Chore

Features

Bug Fixes

  • errors when deleting and provisioning load test clusters (#593) (925130a1)
  • fix remove_node_id's condition check to be more reliable (#590) (dc077623)
  • fetch messages shouldn't read the current timestamp's notif (#577) (fc99e774)
  • Clarify how the index for Row is used between reading and writing to Bigtable (#573) (09fe7ac2)

1.69.8

06 Feb 18:45
1.69.8
c8f917d
Compare
Choose a tag to compare

Bug Fixes

  • channel_ids should continue being represented in hyphenated format (#561) (661a705d)
  • Use standard chidmessageid parser for remove_message (#555) (42775f9e)
  • filter by timestamp (#548) (b7cd357b)
  • don't assume topic chidmessageids in remove_message (#553) (e6729c06)
  • Add proper update_user logic for Bigtable (#503) (89c3bd98)
  • kill the delete_all_data_from_table flag (#541) (8c99f47c)
  • copy over the channels when migrating the user (#539) (e36b3fef)
  • remove unneeded clone operation (#521) (53b6f03f)

Features

Doc

Chore

  • replace AUTOPUSH_ENDPOINT_URL and AUTOPUSH_SERVER_URL with LOCUST_HOST in load tests (#523) (b72dee15)
  • add build_load_test and deploy-load-test job to build-test-deploy ci workflow (05b6d448)
  • update python dependencies and fix mypy errors (a5d8828d)
  • upload integration test results to CircleCI test insights (#519) (ff882fea)
  • lint & make integration tests in autopush-rs (#518) (e3d38c6c)
  • deps: bump openssl from 0.10.57 to 0.10.60 (#525) (3b52f7b7)

1.69.7

13 Nov 17:53
1.69.7
b3159f7
Compare
Choose a tag to compare

Features

Bug Fixes

1.69.6

13 Nov 17:52
1.69.6
5c6a821
Compare
Choose a tag to compare

Features

1.69.5

31 Oct 19:07
1.69.5
b23c2f6
Compare
Choose a tag to compare

Features

  • further detect common io errors in megaphone's updater (#492) (5421f581)

1.69.4

30 Oct 23:17
1.69.4
218a8f1
Compare
Choose a tag to compare

Bug Fixes

  • split router endpoints into their own app (#491) (bbde5823)
  • defer Error::source methods to inner kind's (#486) (a9a17963)

Features

1.69.3

26 Oct 18:38
1.69.3
86c6500
Compare
Choose a tag to compare

Doc

Bug Fixes

  • capture sentry events for the unidentified state (#484) (09db55f2)
  • Convert WSError(Timeout for Pong) to metric (#478) (cd597d39)

1.69.2

17 Oct 04:15
1.69.2
f38dafe
Compare
Choose a tag to compare

Features

  • hide common SessionClosed errors from sentry (#470) (f069c2c9)

Chore