This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
Releases: 5afe/safe-client-gateway
Releases · 5afe/safe-client-gateway
Version 3.8.0
What's Changed
- Documentation sync in #654
- Migrate from
/balances/usd
to/balances
in #632 ChainInfo::shortName
no longer nullable in #658- Added
chain_id
toSafeInfo
in #657
Full Changelog: v3.7.0...v3.8.0
Version 3.7.0
What's Changed
- Bumped
redis
image version to6
to match production by @jpalvarezl in #634 - Bump ethabi from 14.1.0 to 15.0.0 by @dependabot in #627
- Bump tokio from 1.11.0 to 1.12.0 by @dependabot in #628
- Chainless
about
endpoint by @jpalvarezl in #636 - 204 status code forced for a pre-flight OPTION requests by @jpalvarezl in #640
- Config flag to toggle between
vpcTransactionService
andtransactionService
by @jpalvarezl in #635 - Introduced
CHAIN_INFO_RESPONSE_CACHE_DURATION
by @jpalvarezl in #641 - Include
shortName
in theChainInfo
by @jpalvarezl in #648 - Log Sampling by @jpalvarezl in #647
- Removed cache warmer script and documentation bits by @jpalvarezl in #649
- Forward per chain notification request error by @jpalvarezl in #639
- Version bump to v3.7.0 by @jpalvarezl in #651
Full Changelog: v3.6.0...v3.7.0
Version 3.6.0
/safe-app
forward endpoint- Introduction of
vpcTransactionService
for CGW request usage only (not exposed to clients)
Version 3.5.0
L2
flag inChainInfo
description
string field inChainInfo
- Changed
baseGas
andsafeTxGas
types toString
Version 3.4.0
/v1/chains/
Breaking Change
- Added support for multiple oracles per chain (#608)
- Each chain now returns a collection of oracles instead a of single one.
- A fixed price can also be returned in this collection.
Before v3.4.0
:
GET /v1/chains/<chain_id>/
{
...
gasPrice: { } // single gasPrice returned
}
After v3.4.0
:
GET /v1/chains/<chain_id>/
{
...
gasPrice: [] // collection of gas prices are returned. Most relevant one is at the top, others can be used as fallback
}
Version 3.3.0
- Updated env var names containing
URL
->URI
and cache timeouts are in milliseconds now - Added timeout to post request to the
propose
andconfirm
endpoints.
Version 3.2.2
- Reverting
redis
dependency update from0.21.1
to0.20.0
Version 3.2.1
- Invalidate for
safeTxHash
on propose transaction
Version 3.2.0
POST /transaction/{address}/propose
returns the transaction details of the newly posted transaction
Version 3.1.0
- Removed caching of generated response for
ChainInfo
endpoints - Latest available
nonce
included in gas estimation endpoint - Added
/owners/{address}/safes
forward endpoint - Responding with
504
status code on backend timeout