Releases: safe-global/safe-transaction-service
Releases · safe-global/safe-transaction-service
v4.36.1
What's Changed
🏕 Features
- Add more iterations for keccak benchmark script by @Uxio0 in #1922
- Fix keccak caching issues by @Uxio0 in #1932
👒 Dependencies
- Bump faker from 24.1.0 to 24.2.0 by @dependabot in #1927
- Bump firebase-admin from 6.4.0 to 6.5.0 by @dependabot in #1924
- Bump mypy from 1.8.0 to 1.9.0 by @dependabot in #1925
Full Changelog: v4.36.0...v4.36.1
v4.36.0
What's Changed
🏕 Features
- Update Celery configuration by @Uxio0 in #1916
- Use fast_keccak when posible by @Uxio0 in #1917
- Set version 4.36.0 by @Uxio0 in #1918
👒 Dependencies
- Bump django-filter from 23.5 to 24.1 by @dependabot in #1915
- Bump redis from 5.0.2 to 5.0.3 by @dependabot in #1914
- Bump faker from 24.0.0 to 24.1.0 by @dependabot in #1913
- Bump pytest from 8.1.0 to 8.1.1 by @dependabot in #1912
Full Changelog: v4.35.1...v4.36.0
v4.35.1
v4.34.0
What's Changed
🏕 Features
- Update CODEOWNERS by @Uxio0 in #1886
- Update precommit by @Uxio0 in #1883
- Add limit connection configuration to queue_service by @moisses89 in #1882
- Update unique_together by UniqueConstraint by @falvaradorodriguez in #1892
- Disable database statement timeout during migrations by @moisses89 in #1893
- Set version 4.34.0 by @falvaradorodriguez in #1894
👒 Dependencies
- Bump coverage from 7.4.1 to 7.4.3 by @dependabot in #1889
- Bump pytest-sugar from 0.9.7 to 1.0.0 by @dependabot in #1888
- Bump django-model-utils from 4.3.1 to 4.4.0 by @dependabot in #1887
Full Changelog: v4.33.0...v4.34.0
v4.33.0
What's Changed
🏕 Features
- Organize imports by @Uxio0 in #1867
- Update deprecated asserts by @falvaradorodriguez in #1868
- Fix CLA url by @Uxio0 in #1869
- Add Print SQL limit configuration by @moisses89 in #1875
- Update to Python 3.12 by @Uxio0 in #1874
- Fix slow query when getting threshold for multisig-transactions by @Uxio0 in #1876
- Set version 4.33.0 by @Uxio0 in #1881
👒 Dependencies
- Bump pytest-django from 4.7.0 to 4.8.0 by @dependabot in #1873
- Bump web3 from 6.15.0 to 6.15.1 by @dependabot in #1870
- Bump faker from 22.6.0 to 23.1.0 by @dependabot in #1871
- Bump faker from 23.1.0 to 23.2.1 by @dependabot in #1878
- Bump boto3 from 1.34.34 to 1.34.44 by @dependabot in #1879
- Bump safe-eth-py[django] from 6.0.0b15 to 6.0.0b16 by @dependabot in #1877
New Contributors
- @falvaradorodriguez made their first contribution in #1868
Full Changelog: v4.32.2...v4.33.0
v4.32.2
What's Changed
🏕 Features
- Reduce number of blocks to reindex again by @Uxio0 in #1854
- Accept zero address as
to
when posting transactions by @Uxio0 in #1855 - Fix pagination issues for all-transactions by @Uxio0 in #1865
- Set version 4.32.2 by @Uxio0 in #1866
👒 Dependencies
- Bump faker from 22.4.0 to 22.6.0 by @dependabot in #1853
- Bump boto3 from 1.34.7 to 1.34.34 by @dependabot in #1852
- Bump pytest from 7.4.4 to 8.0.0 by @dependabot in #1851
- Bump django from 4.2.7 to 4.2.10 by @dependabot in #1863
Full Changelog: v4.32.1...v4.32.2
v4.32.1
What's Changed
🏕 Features
- Missing Base Sepolia address by @moisses89 in #1849
Full Changelog: v4.32.0...v4.32.1
v4.32.0
What's Changed
🏕 Features
- Allow deleting multisig transactions not executed by @Uxio0 in #1802
- Add DELETED_MULTISIG_TRANSACTION event by @Uxio0 in #1810
- Validate safeAppId for SafeMessage creation by @Uxio0 in #1832
- Refactor events publisher by @moisses89 in #1818
- Don't clean pyc/pyo files in Docker by @Uxio0 in #1839
- Add debug statements to queue service by @Uxio0 in #1841
- Only return trusted multisig txs by default by @Uxio0 in #1842
- Remove Goerli/Rinkeby tests by @Uxio0 in #1840
- Fix queue_service connection issues by @moisses89 in #1843
- Set version v4.32.0 by @Uxio0 in #1847
👒 Dependencies
- Bump django-filter from 23.4 to 23.5 by @dependabot in #1815
- Bump coverage from 7.3.3 to 7.3.4 by @dependabot in #1816
- Bump boto3 from 1.33.6 to 1.34.7 by @dependabot in #1817
- Bump hiredis from 2.2.3 to 2.3.2 by @dependabot in #1820
- Bump coverage from 7.3.4 to 7.4.0 by @dependabot in #1822
- Bump pytest-env from 1.1.1 to 1.1.3 by @dependabot in #1824
- Bump mypy from 1.7.0 to 1.8.0 by @dependabot in #1825
- Bump web3 from 6.11.4 to 6.14.0 by @dependabot in #1829
- Bump pytest from 7.4.3 to 7.4.4 by @dependabot in #1827
- Bump faker from 20.1.0 to 22.2.0 by @dependabot in #1828
- Bump safe-eth-py[django] from 6.0.0b13 to 6.0.0b14 by @dependabot in #1835
- Bump django-db-geventpool from 4.0.1 to 4.0.2 by @dependabot in #1834
- Bump faker from 22.2.0 to 22.4.0 by @dependabot in #1833
- Bump pillow from 10.1.0 to 10.2.0 by @dependabot in #1837
- Bump firebase-admin from 6.3.0 to 6.4.0 by @dependabot in #1846
- Bump coverage from 7.4.0 to 7.4.1 by @dependabot in #1845
- Bump web3 from 6.14.0 to 6.15.0 by @dependabot in #1844
Full Changelog: v4.31.0...v4.32.0
v4.31.0
What's Changed
🏕 Features
- Fix 1271 signatures for messages by @Uxio0 in #1809
- Support 1271 signatures for confirmations by @Uxio0 in #1811
- Set version v4.31.0 by @Uxio0 in #1813
👒 Dependencies
- Bump firebase-admin from 6.2.0 to 6.3.0 by @dependabot in #1808
- Bump coverage from 7.3.2 to 7.3.3 by @dependabot in #1807
- Bump django-stubs from 4.2.6 to 4.2.7 by @dependabot in #1806
Full Changelog: v4.30.0...v4.31.0
v4.30.0
What's Changed
🏕 Features
- Ignore missing chain ids in token lists by @Uxio0 in #1799
- Create AbiService to prevent issues during ABI fetching by @Uxio0 in #1793
- Fix 1271 signature validation for messages by @Uxio0 in #1800
- Fix min length value in test by @moisses89 in #1804
- Set by default MultiSendCallOnly as trusted for delegates by @moisses89 in #1803
- Set version v4.30.0 by @Uxio0 in #1801
👒 Dependencies
- Bump web3 from 6.11.2 to 6.11.4 by @dependabot in #1797
- Bump celery from 5.3.5 to 5.3.6 by @dependabot in #1795
- Bump faker from 20.0.3 to 20.1.0 by @dependabot in #1794
- Bump actions/setup-python from 4 to 5 by @dependabot in #1798
Full Changelog: v4.29.1...v4.30.0