Skip to content

Commit f84d731

Browse files
committed
Release v1.0.3
Updates changelog and marks new release version.
1 parent fd18e4c commit f84d731

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
1.0
55
---
66

7+
Version 1.0.3 (2024-07-06)
8+
^^^^^^^^^^^^^^^^^^^^^^^^^^
9+
10+
General improvements and minor correctness fixes.
11+
12+
* Fixed :issue:`42`: Order preview requests would often fail for non-limit-order types due to incorrect value comparison. This has previous attempted fixes over the years, but we finally found the proper fix to the other fixes. Now order preview requests work properly for all order types.
13+
* Now market depth data is removed from the ``Ticker`` object when a market depth request is stopped because the data isn't being live updated anymore.
14+
* Added `ib_fundamental <https://github.com/quantbelt/ib_fundamental>`_ to community utility listing in README
15+
716
Version 1.0.2 (2024-06-29)
817
^^^^^^^^^^^^^^^^^^^^^^^^^^
918

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ib_async"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Python sync/async framework for Interactive Brokers API"
55
authors = ["Ewald de Wit"]
66
maintainers = ["Matt Stancliff <matt@matt.sh>"]

0 commit comments

Comments
 (0)