github safe-global/safe-config-service v2.45.0
Safe Config Service 2.45.0

latest releases: v2.85.0, v2.84.0, v2.83.0...
19 months ago

What's Changed

Safe Apps Website/Social Media

  • A Safe App can now (optionally) set a URL for its main website. Additionally, each Safe App now has a collection of social
    media networks. Support was added for adding a DISCORD, GITHUB and TWITTER urls. #765
GET /api/v1/safe-apps

[
    {
       "id": <number>,
        ...
        "socialProfiles": [
            {
                "platform": "DISCORD",
                "url": <url>,
            },
            {
                "platform": "GITHUB",
                "url": <url>,
            },
            {
                "platform": "TWITTER",
                "url": <url>,
            }
        ],
  }
]

Other Changes

  • Update Swagger title in #769
  • Bump django-stubs from 1.13.1 to 1.13.2 in #771
  • Bump boto3 from 1.26.50 to 1.26.54 in #772
  • Bump faker from 16.4.0 to 16.6.0 in #774
  • Bump types-requests from 2.28.11.7 to 2.28.11.8 in #773

Full Changelog: v2.44.0...v2.45.0

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

NewReleases is sending notifications on new releases.