Releases: btschwertfeger/kraken-infinity-grid
Releases · btschwertfeger/kraken-infinity-grid
v1.0.4
What's Changed
Fixed Bugs 🪲
- Resolve "Websocket API faster than REST backend causing orders not being resolved" by @btschwertfeger in #83
Dependencies 👒
- Bump github/codeql-action from 3.28.8 to 3.28.9 in the all group by @dependabot in #84
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
Fixed Bugs 🪲
- Resolve "The order of listed sell orders in the Telgram message is not sorted" by @btschwertfeger in #81
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
Fixed Bugs 🪲
- Resolve "Executed orders while the algorithm is down, create a death loop" by @btschwertfeger in #79
Other Changes 📝
- Outsource the fifo/PnL calculation by @btschwertfeger in #75
Dependencies 👒
- Bump codecov/codecov-action from 5.1.2 to 5.3.1 by @dependabot in #71
- Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 by @dependabot in #74
- Bump docker/build-push-action from 6.12.0 to 6.13.0 by @dependabot in #73
- Bump github/codeql-action from 3.28.1 to 3.28.5 by @dependabot in #72
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #70
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #77
- Bump github/codeql-action from 3.28.5 to 3.28.8 by @dependabot in #76
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
Other Changes 📝
- Update the documentation by @btschwertfeger in #68
- Ignore heartbeat and status messages by @btschwertfeger in #69
Full Changelog: v1.0.0...v1.0.1
v1.0.0
This is the first stable release of the kraken-infinity-grid trading algorithm. It is fully compatible with the latest beta version.
What's Changed
Implemented Enhancements 🎉
- Resolve "Add Scripts or site-tools for backtesting" by @btschwertfeger in #55
- Resolve "Review the full execution flow and think about how to simplify it" by @btschwertfeger in #57
- Resolve "Consider using post-only limit orders" by @btschwertfeger in #59
- Improve performance by grouping and limiting via DB queries by @btschwertfeger in #65
Fixed Bugs 🪲
- Resolve "Think of ignored executions during bot initialization" by @btschwertfeger in #58
Other Changes 📝
- Resolve "Add codecov to CI" by @btschwertfeger in #51
- Resolve "Upload the Docker image to an image registry" by @btschwertfeger in #52
- Fix the docker image upload by @btschwertfeger in #53
- Update CI configuration by @btschwertfeger in #54
- Update README.md by @btschwertfeger in #66
- Typo fixes by @btschwertfeger in #67
Dependencies 👒
- Bump github/codeql-action from 3.28.0 to 3.28.1 by @dependabot in #61
- Bump docker/build-push-action from 4.0.0 to 6.12.0 by @dependabot in #64
- Bump docker/#-action from 2.1.0 to 3.3.0 by @dependabot in #60
- Bump docker/metadata-action from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to 8e1d5461f02b7886d3c1a774bfbd873650445aa2 by @dependabot in #63
- Bump step-security/harden-runner from 2.10.2 to 2.10.4 by @dependabot in #62
Full Changelog: v1.0.0b0...v1.0.0
v1.0.0b0
This is the first public release of the kraken-infinity-grid trading algorithm. It was mostly developed in a private repository, but now found it's way to the public. The changes below only address topics that were addressed after making this repository public.
What's Changed
Implemented Enhancements 🎉
- Resolve "Allow for using a local sqlite database" by @btschwertfeger in #30
Fixed Bugs 🪲
- Resolve "
self.close
doesn't get called properly on exit" by @btschwertfeger in #35 - Resolve "Hitting the max_investment ends in infinite loop" by @btschwertfeger in #38
Other Changes 📝
- Resolve "Use uv in CI " by @btschwertfeger in #25
- Change database credentials by @btschwertfeger in #26
- Resolve "The CLI is not tested so far" by @btschwertfeger in #27
- Resolve "Pin used dependencies" by @btschwertfeger in #28
- Resolve "Add a license" by @btschwertfeger in #32
- Resolve "Add timeout for waiting to be subscribed to ticker and execution channels" by @btschwertfeger in #33
- Resolve "Add CODEOWNERS, SECURITY.md, CODE_OF_CONDUCT.md, issue templates, and more" by @btschwertfeger in #34
- Reduce number of calculating the quote value of new positions by @btschwertfeger in #39
- Resolve "Add customizable fee" by @btschwertfeger in #40
- Resolve "Check API keys for permissions to endpoints before subscribing to ws feeds" by @btschwertfeger in #45
- Resolve "Extend integration tests" by @btschwertfeger in #41
- Resolve "Add a documentation" by @btschwertfeger in #43
- Resolve "Prepare CI package publishing to PyPI" and "Add harden runner to CI" by @btschwertfeger in #42
- Resolve "Add CodeQL to CI" by @btschwertfeger in #49
Dependencies 👒
- Bump actions/checkout from 3 to 4 by @dependabot in #2
- Bump actions/setup-python from 4 to 5 by @dependabot in #4
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #3
- Bump actions/upload-artifact from 4.3.3 to 4.5.0 by @dependabot in #29
- Bump step-security/harden-runner from 2.10.2 to 2.10.3 by @dependabot in #47
- Bump actions/upload-artifact from 4.5.0 to 4.6.0 by @dependabot in #46
New Contributors
- @btschwertfeger made their first contribution in #25
- @dependabot made their first contribution in #2
Full Changelog: https://github.com/btschwertfeger/kraken-infinity-grid/commits/v1.0.0b0