Skip to content

Releases: safe-global/safe-config-service

Safe Config Service 2.27.0

08 Aug 09:10
Compare
Choose a tag to compare

What's Changed

  • Bump safe-eth-py[django] from 4.2.0 to 4.3.0 in #615
  • Bump safe-eth-py[django] from 4.3.0 to 4.3.1 in #620
  • Bump boto3 from 1.24.36 to 1.24.42 in #617
  • Bump flake8 from 4.0.1 to 5.0.2 in #618
  • Bump types-requests from 2.28.3 to 2.28.6 in #619

Full Changelog: v2.26.0...v2.27.0

Safe Config Service 2.26.0

01 Aug 08:21
Compare
Choose a tag to compare

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

21 Jul 12:55
Compare
Choose a tag to compare

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

13 Jul 08:31
Compare
Choose a tag to compare

What's Changed

  • Bump requests from 2.28.0 to 2.28.1 in #589
  • Bump pillow from 9.1.1 to 9.2.0 in #590
  • Bump boto3 from 1.24.19 to 1.24.22 in #591
  • Bump boto3 from 1.24.22 to 1.24.23 in #594
  • Bump djangorestframework-stubs from 1.6.0 to 1.7.0 in #584

Full Changelog: v2.23.0...v2.24.0

Safe Config Service 2.23.0

06 Jul 08:23
Compare
Choose a tag to compare

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

22 Jun 08:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.21.0...v2.22.0

Safe Config Service 2.21.0

01 Jun 09:14
Compare
Choose a tag to compare

What's Changed

  • Add python wheels to dockerfile in #556
  • Bump boto3 from 1.23.2 to 1.23.5 in #543
  • Bump coverage from 6.3.3 to 6.4 in #544
  • Bump faker from 13.11.1 to 13.12.0 in #548
  • Bump boto3 from 1.23.5 to 1.23.7 in #549

Full Changelog: v2.20.0...v2.21.0

Safe Config Service 2.20.0

25 May 08:56
Compare
Choose a tag to compare

What's Changed

SafeApps can now be filtered with a url

  • A url query parameter was added to GET /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

Safe Config Service 2.19.0

18 May 09:15
Compare
Choose a tag to compare

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

11 May 08:51
Compare
Choose a tag to compare

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