Releases: WalletConnect/push-server
Releases · WalletConnect/push-server
v0.37.2
v0.37.1
v0.37.0
Bug Fixes
Features
Miscellaneous Chores
v0.36.0
Bug Fixes
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
v0.35.1
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
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
andmessage
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
v0.35.0
Features
Miscellaneous Chores
v0.34.7
v0.34.6
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