Skip to content

Releases: mozilla-services/autopush-rs

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

1.69.1

06 Oct 21:09
1.69.1
c50c716
Compare
Choose a tag to compare

Chore

Bug Fixes

1.69.0

04 Oct 22:08
1.69.0
fea20d9
Compare
Choose a tag to compare

Chore

Features

  • Use the calling crate's name and version for init_logging() (#461) (d3bd4c07)
  • Reject Legacy GCM endpoints (#459) (aaa47139)

1.68.3

03 Oct 23:10
919df7f
Compare
Choose a tag to compare

Breaking Changes

Features

Bug Fixes

  • re-enable slog's envlogger (#452) (e76b1198)
  • AutopushUser fails with WebSocketConnectionClosedException (5f8efb2d)

Test

  • calibrate load tests (1b5c5f99)
  • add subscribe and unsubscribe tasks to AutopushUser (07d988dd)