From 21b4e58c6a0f257a9236497d250e789567ddf02d Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Mon, 7 Jul 2025 18:42:43 +0200 Subject: [PATCH 1/2] Updates changelog for 1.4.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 138c8a6..22379d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.4.0 /2025-07-07 +* Removes unused imports by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/139 +* Improve CachedFetcher by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/140 +* Only use Runtime objects in AsyncSubstrateInterface by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/141 +* python ss58 conversion by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/143 +* fully exhaust query map by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/144 +* Only use v14 decoding for events by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/145 + + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.3.1...v1.4.0 + ## 1.3.1 /2025-06-11 * Fixes default vals for archive_nodes by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/134 * Adds ability to log raw websockets for debugging. by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/133 From 7b36887e0f5996f6de8b9b24b0d5ba09246b8a05 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Mon, 7 Jul 2025 18:45:32 +0200 Subject: [PATCH 2/2] Updates vetsion --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3b6ab1..80f78b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.3.1" +version = "1.4.0" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }