Release v8.0.13
Main change in this release is to fix a bug where an off-chain cancellation is sent for fully filled close position orders (reduce-only IOC). Impact is that users of FE or websockets will no longer erroneously see a cancelled update along with a filled update for their close position orders.
What's Changed
- fix close position order by not replaying fully filled reduce-only IOC orders (backport #2867) by @mergify in #2871
- verbose logging for py and js releases (backport #2874) by @mergify in #2875
- fix py release workflow (backport #2876) by @mergify in #2877
- fix js release workflow (backport #2878) by @mergify in #2879
Full Changelog: protocol/v8.0.12...protocol/v8.0.13