github safe-global/safe-config-service v2.14.0
Safe Config Service 2.14.0

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

What's Changed

Add tag support for Safe Apps (preview)

  • Tags are being introduced in order to provide more context for each Safe App. #496
  • Currently all Safe Apps are part of the same "category" ie.: there's no way to group or label Safe Apps.
  • Labelling Safe Apps has the following advantages:
    • Provides filtering capabilities on a specific label (eg.: DeFi apps)
    • Can be used to promote some apps (eg.: a promoted group)
GET /api/v1/safe-apps

{
    "id": 1,
    "name": "OpenZeppelin",
    "tags": [
	    "tag1",
	    "tag2",
	    "tag3"
    ]
    ...
}

Note: This feature is in preview, enabling it requires setting SAFE_APPS_TAGS_FEATURE_ENABLED to true in your environment.

Other Changes

  • Bump pre-commit from 2.17.0 to 2.18.1 in #487
  • Bump pillow from 9.0.1 to 9.1.0 in #488
  • Bump gnosis-py[django] from 3.9.1 to 3.9.2 in #490
  • Bump boto3 from 1.21.28 to 1.21.34 in #492
  • Bump types-requests from 2.27.15 to 2.27.16 in #493

Full Changelog: v2.13.0...v2.14.0

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

NewReleases is sending notifications on new releases.