From 9f74a8aeb14e5f532d99450ebfb934d145ccaf55 Mon Sep 17 00:00:00 2001 From: bdhimes Date: Wed, 15 Oct 2025 18:35:04 +0200 Subject: [PATCH 1/2] Updates changelog + version --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bab699d..ea5ec37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ # Changelog +## 1.5.7 /2025-10-15 +* Updates the type hint on ws_shutdown_timer in RetryAsyncSubstrate by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/203 +* correct type hint by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/204 +* Clear asyncio.Queue after retrieval by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/206 +* Add the option to manually specify the Bittensor branch when running with `workflow_dispatch` by @basfroman in https://github.com/opentensor/async-substrate-interface/pull/208 +* Subscription Exception Handling by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/207 +* more efficient query map by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/211 +* Unique keys in request manager by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/212 + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.5.6...v1.5.7 + ## 1.5.6 /2025-10-08 * Clean Up Error Handling by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/193 * Avoids ID of 'None' in queries by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/196 diff --git a/pyproject.toml b/pyproject.toml index 2fd3b5b..f194af7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.5.6" +version = "1.5.7" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" } From 06287d9eccf33c5db553753a1bb7b8021a042c2e Mon Sep 17 00:00:00 2001 From: bdhimes Date: Wed, 15 Oct 2025 23:11:27 +0200 Subject: [PATCH 2/2] Updates changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea5ec37..4bd1e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ * Subscription Exception Handling by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/207 * more efficient query map by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/211 * Unique keys in request manager by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/212 +* Adds type annotations for Runtime by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/214 +* Edge case ss58 decoding in decode_query_map by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/213 **Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.5.6...v1.5.7