v4.5.61
aloshdenny/reverse-SynthIDv4.5.61Jun 27, 2026by github-actions[bot]
AI Summary
This release focuses on build optimizations, documentation updates, and the addition of Gate EU exchange support. It removes a static dependency on jsencrypt and makes protobufjs an optional peer dependency.
Key Highlights
- Added Gate EU exchange support
- Removed jsencrypt static dependency
- Build optimizations via tree shaking and sideEffects: false
- Documentation cleanup (gateio -> gate)
Breaking Changes
- Make protobufjs an optional peer dependency
- Remove jsencrypt static dependency
New Features
- feat(gateeu): add gate EU
Full Release Notes
## What's Changed * chore(build): make protobufjs an optional peer dependency by @carlotestor in https://github.com/ccxt/ccxt/pull/29011 * chore(go): interface methods by @ttodua in https://github.com/ccxt/ccxt/pull/29012 * perf(build): enable optimal tree shaking via sideEffects: false by @carlotestor in https://github.com/ccxt/ccxt/pull/29013 * fix(doc): return orderbook by @sc0Vu in https://github.com/ccxt/ccxt/pull/29007 * chore: try to fix pushback conflict by @carlosmiei in https://github.com/ccxt/ccxt/pull/29015 * fix(build): drop space before paren in transpiled PHP (array()/max/min) by @carlotestor in https://github.com/ccxt/ccxt/pull/29010 * Remove jsencrypt static dependency by @frosty00 in https://github.com/ccxt/ccxt/pull/28955 * docs: gateio -> gate by @ttodua in https://github.com/ccxt/ccxt/pull/29000 * feat(gateeu): add gate EU by @carlosmiei in https://github.com/ccxt/ccxt/pull/29018 * docs: remove ts two folders by @ttodua in https://github.com/ccxt/ccxt/pull/29021 **Full Changelog**: https://github.com/ccxt/ccxt/compare/v4.5.60...v4.5.61