From 198f6cdcca6534ae4138084c238359e85b8c0e6a Mon Sep 17 00:00:00 2001 From: "maksim.konovalov" Date: Fri, 10 Jan 2025 22:28:06 +0300 Subject: [PATCH] remo --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894d569..2a6de41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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