You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this fix we have deeply reworked many attributes. Interfaces and decoding logic have been redesigned. Some deprecated methods have been removed. Some tests have been moved to a valid location. Decoding now works with custom decoding logic.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,24 @@
1
1
## Unreleased
2
2
3
3
CHANGES:
4
+
4
5
* Instance UUID no more required, use instance name instead.
5
6
* Removed toolchain go1.23.3.
7
+
* Refactored GetTyped interface and logic. Now we use raw msg buffer instead raw messages. Interface works and looks
8
+
like go-tarantool response.
9
+
* ReplicaCall, RouterCallImpl methods was removed cause it works invalid and looks useless.
10
+
* All PR, issue references in #XYZ format in commits older than 42f363775dfb9eaf7ec2a6ed7a999847752cec00 refer to https://github.com/KaymeKaydex/go-vshard-router.
11
+
* VshardRouterCallMode type renamed to CallMode for simplicity.
12
+
* StorageResultTypedFunc type removed as useless type.
13
+
* Updated msgpack version from v5.3.5 to v5.4.1.
14
+
15
+
TESTS:
16
+
17
+
* Write tests in tests/tnt folder are deprecated.
18
+
* Removed empty todo tests from tests/tnt.
19
+
* Moved TestReplicasetReplicaCall and Go benches from tests/tnt to tarantool_test.go .
20
+
* TestRouterCallProto rewrote.
21
+
* Start using constants in tarantool_test.go instead duplicate variables.
0 commit comments