Releases: safe-global/safe-config-service
Releases · safe-global/safe-config-service
Safe Config Service 2.29.0
What's Changed
Full Changelog: v2.28.0...v2.29.0
Safe Config Service 2.28.0
What's Changed
- Bump django from 4.0.6 to 4.1 in #626
- Bump safe-eth-py[django] from 4.3.1 to 4.3.2 in #625
- Bump django-storages from 1.12.3 to 1.13.1 in #627
- Bump flake8 from 5.0.2 to 5.0.4 in #628
- Bump boto3 from 1.24.42 to 1.24.47 in #630
- Bump types-requests from 2.28.6 to 2.28.8 in #631
- Bump coverage from 6.4.2 to 6.4.3 in #632
- Bump docker/build-push-action from 3.1.0 to 3.1.1 in #623
- Bump cla-assistant/github-action from 2.2.0 to 2.2.1 in #624
Full Changelog: v2.27.0...v2.28.0
Safe Config Service 2.27.0
Safe Config Service 2.26.0
What's Changed
- Bump coverage from 6.4.1 to 6.4.2 in #602
- Bump safe-eth-py[django] from 4.1.3 to 4.2.0 in #605
- Bump types-requests from 2.28.0 to 2.28.3 in #607
- Bump docker/build-push-action from 3.0.0 to 3.1.0 in #608
- Bump cla-assistant/github-action from 2.1.3.pre.beta to 2.2.0 in #609
- Bump boto3 from 1.24.26 to 1.24.34 in #610
- Bump drf-yasg[validation] from 1.20.0 to 1.21.3 in #611
- Bump boto3 from 1.24.34 to 1.24.36 in #613
- Bump faker from 13.15.0 to 13.15.1 in #614
- Bump mypy from 0.961 to 0.971 in #612
Full Changelog: v2.25.0...v2.26.0
Safe Config Service 2.25.0
What's Changed
- Bump faker from 13.14.0 to 13.15.0 in #595
- Bump safe-eth-py[django] from 4.1.1 to 4.1.3 in #596
- Bump pre-commit from 2.19.0 to 2.20.0 in #597
- Bump boto3 from 1.24.23 to 1.24.26 in #598
Full Changelog: v2.24.0...v2.25.0
Safe Config Service 2.24.0
Safe Config Service 2.23.0
What's Changed
- Bump coverage from 6.4 to 6.4.1 in #570
- Bump django-cors-headers from 3.12.0 to 3.13.0 in #571
- Bump actions/setup-python from 3 to 4 in #573
- Bump types-requests from 2.27.29 to 2.28.0 in #579
- Bump django-stubs from 1.11.0 to 1.12.0 in #580
- Bump responses from 0.20.0 to 0.21.0 in #581
- Bump boto3 from 1.24.0 to 1.24.19 in #582
- Bump django-stubs-ext from 0.4.0 to 0.5.0 in #583
- Bump safe-eth-py[django] from 4.0.1 to 4.1.1 in #585
- Bump faker from 13.12.0 to 13.14.0 in #586
- Bump requests from 2.27.1 to 2.28.0 in #588
- Bump black from 22.3.0 to 22.6.0 in #587
- Bump django from 4.0.5 to 4.0.6 in #592
Full Changelog: v2.22.0...v2.23.0
Safe Config Service 2.22.0
What's Changed
- Remove --no-cache-dir option from Github Action by @fmrsabino in #565
- Bump safe-eth-py[django] from 4.0.0 to 4.0.1 by @dependabot in #561
- Bump types-requests from 2.27.27 to 2.27.29 by @dependabot in #562
- Bump boto3 from 1.23.7 to 1.24.0 by @dependabot in #566
- Bump django from 4.0.4 to 4.0.5 by @dependabot in #567
- Bump django-stubs from 1.10.1 to 1.11.0 by @dependabot in #551
- Bump djangorestframework-stubs from 1.5.0 to 1.6.0 by @dependabot in #550
- Set localhost as trusted origin in sample .env by @fmrsabino in #568
- Switch production ready to development ready by @moisses89 in #554
Full Changelog: v2.21.0...v2.22.0
Safe Config Service 2.21.0
Safe Config Service 2.20.0
What's Changed
SafeApps can now be filtered with a url
- A
url
query parameter was added toGET /api/v1/safe-apps
– it will return a Safe App that matches exactly that url (The url needs to be an exact match ie.: the protocol, path, any slash, query parameter, etc.) #532
GET /api/v1/safe-apps/?url=https%3A%2F%2Fapp.aave.com
[
{
"id": 1,
"url": "https://app.aave.com",
"name": "Aave v2",
...
]
Other Changes
- Bump django-cors-headers from 3.11.0 to 3.12.0 in #533
- Bump faker from 13.7.0 to 13.11.1 in #534
- Bump boto3 from 1.22.9 to 1.23.0 in #535
- Bump coverage from 6.3.2 to 6.3.3 in #536
- Bump boto3 from 1.22.9 to 1.23.2 in #539
- Rename gnosis-py to safe-eth-py in #537
- Bump types-requests from 2.27.25 to 2.27.27 in #542
- Bump pillow from 9.1.0 to 9.1.1 in #541
Full Changelog: v2.19.0...v2.20.0