Kraken-infinity-grid

Latest version: v1.0.5

Safety actively analyzes 724087 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.0.5

<!-- Release notes generated using configuration in .github/release.yaml at master -->

What's Changed
Other Changes 📝
* Update copyright headers by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/85
* Resolve "Replace the deprecated calls to `async_close` and `stop` to terminate sessions" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/88
* Add script for estimating the optimal interval by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/86
* Resolve "project.license in pyproject.toml is deprecated" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/94
Dependencies 👒
* Bump the all group with 7 updates by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/90
* Bump the all group with 3 updates by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/92


**Full Changelog**: https://github.com/btschwertfeger/kraken-infinity-grid/compare/v1.0.4...v1.0.5

1.0.4

<!-- Release notes generated using configuration in .github/release.yaml at master -->

What's Changed
Fixed Bugs 🪲
* Resolve "Websocket API faster than REST backend causing orders not being resolved" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/83
Dependencies 👒
* Bump github/codeql-action from 3.28.8 to 3.28.9 in the all group by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/84


**Full Changelog**: https://github.com/btschwertfeger/kraken-infinity-grid/compare/v1.0.3...v1.0.4

1.0.3

<!-- Release notes generated using configuration in .github/release.yaml at master -->

What's Changed
Fixed Bugs 🪲
* Resolve "The order of listed sell orders in the Telgram message is not sorted" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/81


**Full Changelog**: https://github.com/btschwertfeger/kraken-infinity-grid/compare/v1.0.2...v1.0.3

1.0.2

<!-- Release notes generated using configuration in .github/release.yaml at master -->

What's Changed
Fixed Bugs 🪲
* Resolve "Executed orders while the algorithm is down, create a death loop" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/79
Other Changes 📝
* Outsource the fifo/PnL calculation by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/75
Dependencies 👒
* Bump codecov/codecov-action from 5.1.2 to 5.3.1 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/71
* Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/74
* Bump docker/build-push-action from 6.12.0 to 6.13.0 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/73
* Bump github/codeql-action from 3.28.1 to 3.28.5 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/72
* Bump docker/setup-buildx-action from 2 to 3 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/70
* Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/77
* Bump github/codeql-action from 3.28.5 to 3.28.8 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/76


**Full Changelog**: https://github.com/btschwertfeger/kraken-infinity-grid/compare/v1.0.1...v1.0.2

1.0.1

<!-- Release notes generated using configuration in .github/release.yaml at master -->

What's Changed
Other Changes 📝
* Update the documentation by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/68
* Ignore heartbeat and status messages by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/69


**Full Changelog**: https://github.com/btschwertfeger/kraken-infinity-grid/compare/v1.0.0...v1.0.1

1.0.0

<!-- Release notes generated using configuration in .github/release.yaml at master -->

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 https://github.com/btschwertfeger/kraken-infinity-grid/pull/55
* Resolve "Review the full execution flow and think about how to simplify it" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/57
* Resolve "Consider using post-only limit orders" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/59
* Improve performance by grouping and limiting via DB queries by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/65
Fixed Bugs 🪲
* Resolve "Think of ignored executions during bot initialization" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/58
Other Changes 📝
* Resolve "Add codecov to CI" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/51
* Resolve "Upload the Docker image to an image registry" by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/52
* Fix the docker image upload by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/53
* Update CI configuration by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/54
* Update README.md by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/66
* Typo fixes by btschwertfeger in https://github.com/btschwertfeger/kraken-infinity-grid/pull/67
Dependencies 👒
* Bump github/codeql-action from 3.28.0 to 3.28.1 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/61
* Bump docker/build-push-action from 4.0.0 to 6.12.0 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/64
* Bump docker/login-action from 2.1.0 to 3.3.0 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/60
* Bump docker/metadata-action from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to 8e1d5461f02b7886d3c1a774bfbd873650445aa2 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/63
* Bump step-security/harden-runner from 2.10.2 to 2.10.4 by dependabot in https://github.com/btschwertfeger/kraken-infinity-grid/pull/62


**Full Changelog**: https://github.com/btschwertfeger/kraken-infinity-grid/compare/v1.0.0b0...v1.0.0

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.