Skip to content

Commit

Permalink
remo
Browse files Browse the repository at this point in the history
  • Loading branch information
maksim.konovalov committed Jan 10, 2025
1 parent 2eeb15e commit 198f6cd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
## Unreleased

CHANGES:

* Instance UUID no more required, use instance name instead.
* Removed toolchain go1.23.3.
* Refactored GetTyped interface and logic. Now we use raw msg buffer instead raw messages. Interface works and looks like go-tarantool response.
* Refactored GetTyped interface and logic. Now we use raw msg buffer instead raw messages. Interface works and looks
like go-tarantool response.
* ReplicaCall method was removed cause it works invalid and looks useless.

TESTS:
TESTS:

* Write tests in tests/tnt folder are deprecated.
* Removed empty todo tests from tests/tnt.
* Moved TestReplicasetReplicaCall from tests/tnt to tarantool_test.go .
* TestRouterCallProto rewrote.
* Start using constants in tarantool_test.go instead duplicate variables.

## v1.3.2

Expand Down

0 comments on commit 198f6cd

Please sign in to comment.