Releases: safe-global/safe-config-service
Safe Config Service 2.19.0
What's Changed
- Bump docker/build-push-action from 2.10.0 to 3.0.0 in #525
- Bump docker/setup-buildx-action from 1.7.0 to 2.0.0 in #526
- Bump docker/login-action from 1.14.1 to 2.0.0 in #527
- Bump boto3 from 1.22.4 to 1.22.9 in #528
- Bump faker from 13.6.0 to 13.7.0 in #529
- Bump pre-commit from 2.18.1 to 2.19.0 in #530
Full Changelog: v2.18.0...v2.19.0
Safe Config Service 2.18.0
What's Changed
Safe Apps Tags are now enabled by default
- Tags are no longer a experimental feature and are now enabled by default for SafeApps #524.
SAFE_APPS_TAGS_FEATURE_ENABLED
was therefore removed.
Other Changes
- Bump docker/setup-buildx-action from 1.6.0 to 1.7.0 in #518
- Bump boto3 from 1.22.1 to 1.22.4 in #519
- Bump faker from 13.4.0 to 13.6.0 in #520
- Bump types-requests from 2.27.20 to 2.27.25 in #522
Full Changelog: v2.17.0...v2.18.0
Safe Config Service 2.17.0
Safe Config Service 2.16.0
What's Changed
- Update license for Safe Ecosystem Foundation in #506
- Update README.md in #507
- Bump types-requests from 2.27.16 to 2.27.19 in #503
- Bump boto3 from 1.21.39 to 1.21.42 in #504
- Bump django-stubs dependencies in #480
- Bump boto3 from 1.21.42 to 1.21.44 in #508
- Backmerge release 2.15.0 in #505
- Bump faker from 13.3.4 to 13.3.5 in #509
- Bump types-requests from 2.27.19 to 2.27.20 in #510
Full Changelog: v2.15.0...v2.16.0
Safe Config Service 2.15.0
What's Changed
- Trigger client gateway webhook on tag update in #502
- Bump django from 4.0.3 to 4.0.4 in #497
- Bump boto3 from 1.21.34 to 1.21.39 in #500
Full Changelog: v2.14.0...v2.15.0
Safe Config Service 2.14.0
What's Changed
Add tag support for Safe Apps (preview)
- Tags are being introduced in order to provide more context for each Safe App. #496
- Currently all Safe Apps are part of the same "category" ie.: there's no way to group or label Safe Apps.
- Labelling Safe Apps has the following advantages:
- Provides filtering capabilities on a specific label (eg.: DeFi apps)
- Can be used to promote some apps (eg.: a promoted group)
GET /api/v1/safe-apps
{
"id": 1,
"name": "OpenZeppelin",
"tags": [
"tag1",
"tag2",
"tag3"
]
...
}
Note: This feature is in preview, enabling it requires setting SAFE_APPS_TAGS_FEATURE_ENABLED
to true
in your environment.
Other Changes
- Bump pre-commit from 2.17.0 to 2.18.1 in #487
- Bump pillow from 9.0.1 to 9.1.0 in #488
- Bump gnosis-py[django] from 3.9.1 to 3.9.2 in #490
- Bump boto3 from 1.21.28 to 1.21.34 in #492
- Bump types-requests from 2.27.15 to 2.27.16 in #493
Full Changelog: v2.13.0...v2.14.0
Safe Config Service 2.13.0
What's Changed
Removed OTP feature for admin access
- This feature was not used in production and the goal is to move towards using SSO with the admin (#474)
Other Changes
- Bump boto3 from 1.21.23 to 1.21.27 in #475
- Bump mypy from 0.941 to 0.942 in #476
- Bump gnosis-py[django] from 3.8.3 to 3.9.1 in #477
- Bump types-requests from 2.27.14 to 2.27.15 in #479
- Bump django-stubs-ext from 0.3.1 to 0.4.0 in #482
- Bump faker from 13.3.2 to 13.3.4 in #481
- Bump black from 22.1.0 to 22.3.0 in #483
- Bump boto3 from 1.21.27 to 1.21.28 in #484
- Update black pre-commit hook in #485
Full Changelog: v2.12.0...v2.13.0
Safe Config Service 2.12.0
What's Changed
Add support for non-TLD urls
Support for non-TLD urls was added to transaction_service_uri
and vpc_transaction_service_uri
. This means that you can now set these urls for something like http://tx-service
which can be useful under a Docker setup #468
Safe App cache invalidation
The Safe Client Gateway cache is now invalidated when a SafeApp is added, updated or deleted #470
Other Changes
- Bump actions/cache from 2.1.7 to 3 in #459
- Bump docker/build-push-action from 2.9.0 to 2.10.0 in #460
- Bump responses from 0.19.0 to 0.20.0 in #461
- Bump faker from 13.3.1 to 13.3.2 in #462
- Bump gnosis-py[django] from 3.8.1 to 3.8.3 in #463
- Bump mypy from 0.940 to 0.941 in #465
- Bump types-requests from 2.27.12 to 2.27.14 in #466
- Bump boto3 from 1.21.18 to 1.21.23 in #467
Full Changelog: v2.11.0...v2.12.0
Safe Config Service 2.11.0
What's Changed
Use the new endpoint – /v2/flush
– for invalidating the chain cache of the Safe Client Gateway
This route no longer requires the token to be set in the path. Instead, the token is now set in the Authorization
header with the value of Basic <token>
(#440)
Other changes
- Bump docker/login-action from 1.12.0 to 1.13.0 in #433
- Bump gnosis-py[django] from 3.8.0 to 3.8.1 in #434
- Bump types-requests from 2.27.9 to 2.27.10 in #435
- Bump faker from 12.3.0 to 13.0.0 in #436
- Bump boto3 from 1.20.54 to 1.21.3 in #437
- Bump coverage from 6.3.1 to 6.3.2 in #438
- Bump service version from 2.9.5 to 2.10.0 in #432
- Bump actions/setup-python from 2 to 3 in #441
- Bump types-requests from 2.27.10 to 2.27.11 in #443
- Bump docker/login-action from 1.13.0 to 1.14.1 in #446
- Bump django from 4.0.2 to 4.0.3 in #448
- Bump actions/checkout from 2.4.0 to 3 in #447
- Bump boto3 from 1.21.3 to 1.21.17 in #452
- Bump responses from 0.18.0 to 0.19.0 in #453
- Bump faker from 13.0.0 to 13.3.1 in #454
- Bump boto3 from 1.21.17 to 1.21.18 in #455
- Bump types-requests from 2.27.11 to 2.27.12 in #456
- Bump mypy from 0.931 to 0.940 in #457
Full Changelog: v2.10.0...v2.11.0
Safe Config Service 2.10.0
What's Changed
- Bump types-requests from 2.27.8 to 2.27.9 in #427
- Bump faker from 12.1.0 to 12.3.0 in #428
- Bump boto3 from 1.20.49 to 1.20.54 in #429
- Bump gnosis-py[django] from 3.7.8 to 3.8.0 in #430
- Bump responses from 0.17.0 to 0.18.0 in #431
- Remove unused run script in #426
Full Changelog: v2.9.5...v2.10.0