What's Changed
Safe Apps now include features
You can now set features which you want to highlight on each Safe App. A feature is a text label which can be associated to multiple Safe Apps #756, #766, #764.
Features can be retrieved using the Safe Apps endpoint (collection of features will be under features
).
GET /api/v1/safe-apps/
{
"id": 1,
"name": "Test App",
"description": "Test App description",
...
"features": [ "Example Feature" ]
}
Other changes
- Bump requests from 2.28.1 to 2.28.2 in #758
- Bump faker from 15.3.4 to 16.4.0 in #759
- Bump docker/build-push-action from 3.2.0 to 3.3.0 in #760
- Bump boto3 from 1.26.45 to 1.26.50 in #761
- Bump safe-eth-py[django] from 4.8.2 to 4.9.1 in #763
Full Changelog: v2.43.0...v2.44.0