v1.4.0
New Try-Mode Test Adapter
Big thanks to @MarcDahlem for contributing a new "Try-Mode" Exchange Adapter to the project - #137
It delegates to public API calls to a real Exchange Adapter, but simulates the private API (Order Management) calls. Ideal for paper-trading and testing your algos. It can be configured to delegate to any real Exchange Adapter.
Also bumped to Spring Boot 2.6.6 due to recent vulnerability in Spring MVC.
See: https://spring.io/blog/2022/03/31/spring-boot-2-6-6-available-now
What's Changed
- Feature/try mode by @MarcDahlem in #136
New Contributors
- @MarcDahlem made their first contribution in #136
Full Changelog: v1.3.0...v1.3.1