From 75bcdc448d50e1b988a26eab6ea547a13667348a Mon Sep 17 00:00:00 2001 From: Albert Skalt Date: Fri, 17 Nov 2023 15:11:58 +0300 Subject: [PATCH] changelog: update according to the changes --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa34ce19..e3a6ead5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release. - Support `IPROTO_FEATURE_SPACE_AND_INDEX_NAMES` for Tarantool version >= 3.0.0-alpha1 (#338). It allows to use space and index names in requests instead of their IDs. +- Support connection via an existing socket fd (#321) ### Changed @@ -49,6 +50,13 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release. constants for `protocol` (#337) - Change `crud` operations `Timeout` option type to `crud.OptFloat64` instead of `crud.OptUint` (#342) +- Make `Dialer` mandatory for creation a single connection / connection pool (#321) +- Remove `Connection.RemoteAddr()`, `Connection.LocalAddr()`. + Add `Addr()` function instead (#321) +- Remove `Connection.ClientProtocolInfo`, `Connection.ServerProtocolInfo`. + Add `Protocol()` function, which returns the server protocol info (#321) +- `NewWatcher` checks the actual features of the server, rather than relying + on the features provided by the user during connection creation (#321) ### Deprecated