Skip to content

Releases: WalletConnect/push-server

v0.37.1

25 Jan 14:28
Compare
Choose a tag to compare

Bug Fixes

  • a0793d0 - using client id pg_advisory_xact_lock lock when inserting notification (#296) - Max Kalashnikoff

  • d77fa50 - adding the pg_lock for the token (#293) - Max Kalashnikoff

Miscellaneous Chores

  • ad9cbd9 - (version) v0.37.1 - github-actions[bot]

v0.37.0

29 Nov 13:54
Compare
Choose a tag to compare

Bug Fixes

Features

  • ccb9a2e - (o11y) makes the alarm less noisy (#287) - Derek

Miscellaneous Chores

  • 21ec1ed - (logging) improve logging with instrument and request-id span (#290) - Max Kalashnikoff
  • e5c8124 - (version) v0.37.0 - github-actions[bot]
  • b0d2e78 - removing /info endpoint in a favor of /health (#291) - Max Kalashnikoff

v0.36.0

21 Nov 19:24
Compare
Choose a tag to compare

Bug Fixes

  • c442c03 - (o11y) registered client metric is wrong (#285) - Derek

  • 4b34fa8 - alarm immediately (#280) - Chris Smith

  • 1905c8b - idempotency is per-client (#275) - Chris Smith

Features

  • 3990b70 - (decrypted_notify) update message payload and pass raw message (#281) - Max Kalashnikoff
  • 16a377a - (decrypted_notify) adding always_raw for the client registration (#279) - Max Kalashnikoff

Miscellaneous Chores

v0.35.2

08 Nov 20:22
Compare
Choose a tag to compare

Bug Fixes

  • 2002cba - idempotency per client (#274) - Chris Smith

Miscellaneous Chores

  • e07f2bc - (version) v0.35.2 - github-actions[bot]
  • cb945d8 - remove linked issues check (#272) - Xavier Basty

v0.35.1

06 Nov 23:28
ba7977d
Compare
Choose a tag to compare

Bug Fixes

  • adding jwt verification to the apns and fcm update handler (#261) - (2c454eb) - Max Kalashnikoff
  • fixing and enabling ignored tests (#263) - (7bf555a) - Max Kalashnikoff
  • remove for from evaluation and adding a threshold line (#260) - (a070782) - Max Kalashnikoff
  • notification variable is encoded as a string, fix alert thresholds (#231) - (8028744) - Max Kalashnikoff
  • revert to the base64 encoded p8 key (#253) - (0339004) - Max Kalashnikoff
  • fixing apns keys encoding (#246) - (2e6a9fe) - Max Kalashnikoff
  • spacing fix in the terraform main file (#243) - (9d37d66) - Max Kalashnikoff
  • using relay public key from environment variable (#241) - (0934fd2) - Max Kalashnikoff
  • use axum-client-ip to get the real client IP (#240) - (591effe) - Max Kalashnikoff
  • add advisory locking to the client create (#239) - (46d1797) - Max Kalashnikoff
  • adding ... FOR UPDATE to lock the row while client creation (#235) - (1de1a69) - Max Kalashnikoff

Continuous Integration

  • bump update_rust_version to 2.1.5 (#237) - (066bd18) - Max Kalashnikoff

Miscellaneous Chores

  • update utils version (#269) - (5695fa3) - Xavier Basty
  • remove Ukraine from list of OFAC blocked countries (#268) - (a8b467a) - Xavier Basty
  • add Russia and Ukraine to list of OFAC blocked countries (#336) (#266) - (e7344b1) - Xavier Basty
  • change no data state for 5xx monitoring (#259) - (190a1ed) - Max Kalashnikoff
  • distinguish bad device token errors (#257) - (733c152) - Max Kalashnikoff
  • fix tenant ID log (#255) - (3902a9c) - Chris Smith
  • adding for and message for 5xx alerts (#258) - (3acf35a) - Max Kalashnikoff
  • tap err (#252) - (bbdf178) - Chris Smith
  • distinguish 500s from other errors (#248) - (b1135ce) - Chris Smith
  • more logging (#250) - (45902c7) - Chris Smith
  • adding logs to apns update (#245) - (80e3bf5) - Max Kalashnikoff
  • deploy to production became optional with choice for the image_tag (#226) - (3b10917) - Max Kalashnikoff

Tests

  • adding client_create_same_id_and_token test (#234) - (c7b14ff) - Max Kalashnikoff

v0.35.0

02 Oct 07:19
Compare
Choose a tag to compare

Features

  • 40e6d51 - geo-blocking, replace gorgon with utils-rs (#227) - Xavier Basty

Miscellaneous Chores

  • a273f2d - (version) v0.35.0 - github-actions[bot]

  • 00eaa3b - enabling alarm notifications (#219) - Max Kalashnikoff

  • 48a605d - fixing output variable name in the release step (#221) - Max Kalashnikoff

v0.34.7

28 Sep 15:53
Compare
Choose a tag to compare

Bug Fixes

  • 37a5a31 - don't wipe response_message (#216) - Chris Smith

  • e269a42 - adding id for the updated release script (#214) - Max Kalashnikoff

Miscellaneous Chores

  • 7354543 - (version) v0.34.7 - github-actions[bot]

  • 0dd01dd - Bump version for release - chris13524

  • 7bc4c8e - extra assert APNS response is non-error (#218) - Chris Smith

v0.34.6

26 Sep 21:07
Compare
Choose a tag to compare

Bug Fixes

  • 7b761b3 - adding SQL migration for making device_token UNIQUE (#202) - Max Kalashnikoff

  • d727723 - updating device token deduplication SQL query in create_client (#213) - Max Kalashnikoff

  • 3553b2e - alter notifications constraint with ON DELETE CASCADE (#211) - Max Kalashnikoff

Miscellaneous Chores

  • 744f56f - (version) v0.34.6 - github-actions[bot]
  • 2b83b51 - bumping version in Cargo.lock in release CI workflow (#200) - Max Kalashnikoff

v0.34.5

21 Sep 20:14
Compare
Choose a tag to compare

Bug Fixes

Miscellaneous Chores

  • 828f637 - (version) v0.34.5 - github-actions[bot]
  • 0a55521 - revert 196 (#209) - Chris Smith

v0.34.4

21 Sep 17:56
Compare
Choose a tag to compare

Bug Fixes

  • 87ea075 - enable functional tests in CI (#198) - Max Kalashnikoff

Miscellaneous Chores

  • 9cdf11f - (version) v0.34.4 - github-actions[bot]
  • 2180574 - log client database actions (#207) - Chris Smith
  • e0d8a39 - fix byzantine failures on functional tests (#206) - Max Kalashnikoff