What's Changed
Web Hooks refactor (feature preview)
A Web Hook event now has two types #964:
CHAIN_UPDATE
– represents chain related updates (more specifically updates toChain
,GasPrice
,Feature
– chain feature, andWallet
).SAFE_APPS_UPDATE
– represents safe app related updates (more specifically updates toSafeApp
,Provider
,Tag
andFeature
– safe app feature).
These new web hook events are sent to /v1/hooks/events
instead of /v2/flush
.
Note: The new web hooks are under a feature preview and can be enabled by setting the environment variable FF_HOOK_EVENTS
to true
. If FF_HOOK_EVENTS
is set to false
, the /v2/flush
endpoint is triggered (as before).
Other changes
- Bump faker from 19.3.1 to 19.6.1 in #951
- Bump django-stubs from 4.2.3 to 4.2.4 in #952
- Bump boto3 from 1.28.40 to 1.28.49 in #953
- Bump cla-assistant/github-action from 2.3.0 to 2.3.1 in #956
- Bump docker/build-push-action from 4.2.1 to 5.0.0 in #955
- Bump docker/login-action from 2.2.0 to 3.0.0 in #957
- Bump docker/setup-buildx-action from 2.10.0 to 3.0.0 in #958
- Bump black from 23.7.0 to 23.9.1 in #954
- Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 in #959
- Bump boto3 from 1.28.49 to 1.28.53 in #960
- Bump pillow from 10.0.0 to 10.0.1 in #961
- Bump faker from 19.6.1 to 19.6.2 in #962
- Bump types-requests from 2.31.0.2 to 2.31.0.5 in #963
- Bump psycopg2-binary from 2.9.7 to 2.9.8 in #966
- Bump coverage from 7.3.0 to 7.3.1 in #967
- Bump django-storages from 1.14 to 1.14.1 in #968
Full Changelog: v2.64.0...v2.65.0