github safe-global/safe-config-service v2.20.0
Safe Config Service 2.20.0

latest releases: v2.85.0, v2.84.0, v2.83.0...
2 years ago

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

Don't miss a new safe-config-service release

NewReleases is sending notifications on new releases.