Skip to content

Safe Config Service 2.45.0

Compare
Choose a tag to compare
@fmrsabino fmrsabino released this 30 Jan 10:51

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