Releases: safe-global/safe-transaction-service
Releases · safe-global/safe-transaction-service
v5.39.3
v5.39.2
v5.39.1
What's Changed
🏕 Features
- Fix ProxyPrefixMiddleware to apply SCRIPT_NAME and URI patching for Django generated URLs by @falvaradorodriguez in #2725
- Fix proxy prefix middleware to manage the prefix properly in the admin section by @falvaradorodriguez in #2727
- Improve processing logs by @Uxio0 in #2731
- Optimize safe setup events processing by @Uxio0 in #2729
- Bump version from 5.39.0 to 5.39.1 by @Uxio0 in #2730
👒 Dependencies
- Bump drf-spectacular from 0.28.0 to 0.29.0 by @dependabot[bot] in #2723
- Bump psycopg[binary,pool] from 3.2.12 to 3.2.13 by @dependabot[bot] in #2722
- Bump django from 5.2.8 to 5.2.9 by @dependabot[bot] in #2728
Full Changelog: v5.39.0...v5.39.1
v5.39.0
Important notes
If you are running a transaction service, it's recommended that you update first to this version before updating to new ones.
What's Changed
🏕 Features
- Fix collectibles cache key collision by @Uxio0 in #2716
- Catch RabbitMQ errors by @Uxio0 in #2717
- Fix some issues by @Uxio0 in #2718
- Add denormalized safe_address to InternalTxDecoded for faster pending tx queries by @Uxio0 in #2719
- Fix denormalization migration script by @Uxio0 in #2720
- Fix typo on deployment script by @Uxio0 in #2721
🛠 Breaking Changes
Full Changelog: v5.38.0...v5.39.0
v5.38.0
What's Changed
🏕 Features
- Return Safe blockchain version if not found on database by @Uxio0 in #2705
- Add database model documentation by @Uxio0 in #2702
- chore: fix some minor issues in the comments by @huyejia in #2691
- Add configurable connection pool for Redis-py by @Uxio0 in #2707
- Bump version to 5.38.0 by @Uxio0 in #2713
👒 Dependencies
- Bump django from 5.2.7 to 5.2.8 by @dependabot[bot] in #2701
- Bump cachetools from 6.2.1 to 6.2.2 by @dependabot[bot] in #2710
- Bump django-cors-headers from 4.7.0 to 4.9.0 by @dependabot[bot] in #2709
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #2708
- Bump pytest from 8.4.2 to 9.0.0 by @dependabot[bot] in #2704
New Contributors
Full Changelog: v5.37.0...v5.38.0
v5.37.0
What's Changed
🏕 Features
- Use environment variables to configure connection pool by @Uxio0 in #2699
- Bump version from 5.36.0 to 5.37.0 by @Uxio0 in #2700
👒 Dependencies
- Bump django-stubs from 5.1.3 to 5.2.7 by @dependabot[bot] in #2693
- Bump pytest-env from 1.1.5 to 1.2.0 by @dependabot[bot] in #2697
Full Changelog: v5.36.0...v5.37.0
v5.36.0
What's Changed
🏕 Features
- Fail fast raising exceptions when querying nodes by @Uxio0 in #2689
- Set version 5.36.0 by @Uxio0 in #2698
👒 Dependencies
- Bump psycopg[binary,pool] from 3.2.10 to 3.2.12 by @dependabot[bot] in #2685
- Bump faker from 37.8.0 to 37.12.0 by @dependabot[bot] in #2688
- Bump boto3 from 1.40.55 to 1.40.59 by @dependabot[bot] in #2687
- Bump coverage from 7.10.7 to 7.11.0 by @dependabot[bot] in #2684
- Bump web3 from 7.13.0 to 7.14.0 by @dependabot[bot] in #2686
Full Changelog: v5.35.0...v5.36.0
v5.35.0
What's Changed
🏕 Features
- Use Ruff instead of Flake8 + isort + black by @Uxio0 in #2671
- Make failed transactions not relevant by @Uxio0 in #2677
- Improve reindex master copies command by @Uxio0 in #2676
- Update safe-eth-py version to 7.14.0 by @falvaradorodriguez in #2682
- Set version 5.35.0 by @Uxio0 in #2683
👒 Dependencies
- Bump boto3 from 1.40.16 to 1.40.50 by @dependabot[bot] in #2674
- Bump requests from 2.32.4 to 2.32.5 by @dependabot[bot] in #2665
- Bump coverage from 7.10.6 to 7.10.7 by @dependabot[bot] in #2664
- Bump pytest from 8.4.1 to 8.4.2 by @dependabot[bot] in #2662
- Bump django-test-migrations from 1.4.0 to 1.5.0 by @dependabot[bot] in #2681
- Bump boto3 from 1.40.50 to 1.40.55 by @dependabot[bot] in #2680
- Bump django-filter from 25.1 to 25.2 by @dependabot[bot] in #2678
- Bump pytest-rerunfailures from 15.1 to 16.1 by @dependabot[bot] in #2675
- Bump cachetools from 6.2.0 to 6.2.1 by @dependabot[bot] in #2679
Full Changelog: v5.34.0...v5.35.0
v5.34.0
What's Changed
🏕 Features
- Disable by default trusted delegate calls by @moisses89 in #2663
- Bump django to v5.2.7 by @moisses89 in #2668
- Set version v5.34.0 by @moisses89 in #2669
👒 Dependencies
- Bump docutils from 0.21.2 to 0.22.2 by @dependabot[bot] in #2658
- Bump psycopg[binary,pool] from 3.2.9 to 3.2.10 by @dependabot[bot] in #2659
- Bump hiredis from 3.1.0 to 3.2.1 by @dependabot[bot] in #2660
Full Changelog: v5.33.1...v5.34.0
v5.33.1
What's Changed
🏕 Features
- Fix update tokens task by trimming the name and symbol by @falvaradorodriguez in #2656
- Set version to v5.33.1 by @moisses89 in #2657
👒 Dependencies
- Bump pytest-sugar from 1.0.0 to 1.1.1 by @dependabot[bot] in #2654
- Bump faker from 37.5.3 to 37.8.0 by @dependabot[bot] in #2652
- Bump pytest-celery from 1.2.0 to 1.2.1 by @dependabot[bot] in #2645
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2640
- Bump mypy from 1.17.0 to 1.18.2 by @dependabot[bot] in #2653
- Bump redis from 6.2.0 to 6.4.0 by @dependabot[bot] in #2643
Full Changelog: v5.33.0...v5.33.1