File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.2.0 /2025-05-07
4
+
5
+ ## What's Changed
6
+ * Add missing methods by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/104
7
+ * Max subscriptions semaphore added by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/107
8
+ * Expose ` _get_block_handler ` publicly by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/108
9
+ * safe ` __del__ ` by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/110
10
+ * Tensorshield/main by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/111
11
+ * Support async key implementations by @immortalizzy in https://github.com/opentensor/async-substrate-interface/pull/94
12
+ * Add MetadataAtVersionNotFound error by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/113
13
+ * Fallback chains by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/100
14
+
15
+ ## New Contributors
16
+ * @immortalizzy made their first contribution in https://github.com/opentensor/async-substrate-interface/pull/94
17
+
18
+ ** Full Changelog** : https://github.com/opentensor/async-substrate-interface/compare/v1.1.1...v1.2.0
19
+
3
20
## 1.1.1 /2025-04-26
4
21
5
22
## What's Changed
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " async-substrate-interface"
3
- version = " 1.1.1 "
3
+ version = " 1.2.0 "
4
4
description = " Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
5
5
readme = " README.md"
6
6
license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments