Skip to content

Commit 3705629

Browse files
committed
Changelog + version
1 parent b4c54f3 commit 3705629

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog
2+
## 1.5.10 /2025-11-12
3+
* bug fixes 1.5.10 by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/231
4+
* no double-sleep in async-substrate-interface websocket querying
5+
* KeyError catching on websocket race conditions
6+
* corrected state check on disconnecting
7+
* reset ws attempts on close
8+
9+
**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.5.9...v1.5.10
10+
211
## 1.5.9 /2025-10-29
312
* Adds metadata call functions retrieval by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/223
413
* move metadata methods to SubstrateMixin by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/224

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "async-substrate-interface"
3-
version = "1.5.9"
3+
version = "1.5.10"
44
description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)