Skip to content

Commit 7306bec

Browse files
authored
Merge pull request #2939 from nspcc-dev/release-0.101.1
Release 0.101.1
2 parents 0d5613c + e3d8772 commit 7306bec

File tree

2 files changed

+34
-5
lines changed

2 files changed

+34
-5
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,34 @@
22

33
This document outlines major changes between releases.
44

5-
## 0.101.0 "Shortness" (13 Jan 2022)
5+
## 0.101.1 "Shallowness" (17 Mar 2023)
6+
7+
Another 3.5.0-compatible version that delivers important bug fixes and
8+
provides a new API to be used by NeoFS. An upgrade is recommended, the DB
9+
doesn't need to be resynchronized.
10+
11+
New features:
12+
* internal RPC client for deeply integrated applications like NeoFS (#2916)
13+
14+
Improvements:
15+
* documentation updates (#2879, #2880, #2893, #2917, #2920, #2936)
16+
* code style, spelling and updated linter fixes (#2884, #2922, #2933)
17+
* NEP-2 import password can be provided via config file now (#2887)
18+
* custom stack item deserialization limit is available via public APIs now (#2904)
19+
* RPC client endpoint can be retrieved via public API (#2915)
20+
* dependency updates (#2919, #2929)
21+
* WSClient now copies filter parameters to Subscribe* and Receive* methods
22+
improving code safety (#2937)
23+
24+
Bugs fixed:
25+
* name parameter ignored for wallet import command (#2887)
26+
* incorrect RPC binding code generated for Any return type (#2918)
27+
* memory leak on active peer disconnection (#2924)
28+
* consensus process deadlock (#2930)
29+
* dBFT deadlock in "committed at previous view" scenario (#2935)
30+
* panic in RPC waiter code (#2938)
31+
32+
## 0.101.0 "Shortness" (13 Jan 2023)
633

734
This release delivers an important fix for block execution application logs
835
and requires a resynchronization, therefore it's 0.101.0 (even though it's

ROADMAP.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ functionality.
77
## Versions 0.7X.Y (as needed)
88
* Neo 2.0 support (bug fixes, minor functionality additions)
99

10-
## Version 0.101.1 (~February 2022)
10+
## Version 0.102.0 (~March 2022)
11+
* 3.6.0 compatibility
12+
13+
## Version 0.102.1 (~April 2022)
1114
* improved RPC error codes
1215
* extended data types for iterators to be used by RPC wrapper generator
1316

@@ -35,7 +38,7 @@ APIs and convert your code to using them.
3538

3639
While a lot of the code is already converted to new APIs, old ones still can
3740
be used in some code not known to us. Therefore we will remove old APIs not
38-
earlier than February-March 2023, with 0.101.0 or 0.102.0 release.
41+
earlier than May 2023, with 0.103.0 release.
3942

4043
## util.FromAddress smart contract helper
4144

@@ -56,8 +59,7 @@ for specific subscriptions now. Old APIs and generic Notifications channel are
5659
still available, but will be removed, so please convert your code to using new
5760
Receive* APIs.
5861

59-
Removal of these APIs is scheduled for March-April 2023 (~0.102.0-0.103.0
60-
releases).
62+
Removal of these APIs is scheduled for May 2023 (~0.103.0 release).
6163

6264
## Prometheus RPC counters
6365

0 commit comments

Comments
 (0)