Skip to content

Commit e55f838

Browse files
committed
[Version] v2.0.15
1 parent 1632ebb commit e55f838

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
*It is strongly advised to perform an update of your tentacles after updating OctoBot. (start.py tentacles --install --all)*
88

9+
## [2.0.15] - 2025-12-08
10+
### Breaking pip installation change
11+
To install the full OctoBot (equivalent to previous versions), OctoBot needs to be installed with the [full] parameter: `pip install octobot[full]`
12+
### Added
13+
- [TradingModes] add cancel policies
14+
- [DSL] add DSL and base keywords tentacles
15+
### Updated
16+
- Light installation: OctoBot can now be used with minimal dependencies when started with the USE_MINIMAL_LIBS=true environment variable
17+
- Full installation: to use the full OctoBot (with user interface, etc), install octobot[full]
18+
- [Exchanges] update to ccxt 4.5.22
19+
- [Hyperliquid] fix markets fetch and use uniform tickers
20+
- Typing: add typing to most OctoBot-Trading objects
21+
- [TradingView] deprecate email alerts
22+
### Fixed
23+
- [RaspberryPi]: Fix "Illegal instruction" crash
24+
- [Exchanges] fix proxy error during markets loading
25+
- [StaggeredOrders] fix rare orders error
26+
927
## [2.0.14] - 2025-10-29
1028
### Fixed
1129
- Made pyarrow dependency optionnal to prevent a rare .dll import error

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OctoBot [2.0.14](https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md)
1+
# OctoBot [2.0.15](https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md)
22
[![PyPI](https://img.shields.io/pypi/v/OctoBot.svg?logo=pypi)](https://pypi.org/project/OctoBot)
33
[![Downloads](https://pepy.tech/badge/octobot/month)](https://pepy.tech/project/octobot)
44
[![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/octobot.svg?logo=docker)](https://hub.docker.com/r/drakkarsoftware/octobot)

octobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
PROJECT_NAME = "OctoBot"
1818
AUTHOR = "Drakkar-Software"
19-
VERSION = "2.0.14" # major.minor.revision
19+
VERSION = "2.0.15" # major.minor.revision
2020
LONG_VERSION = f"{VERSION}"

0 commit comments

Comments
 (0)