File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
26
26
- Support ` IPROTO_FEATURE_SPACE_AND_INDEX_NAMES ` for Tarantool
27
27
version >= 3.0.0-alpha1 (#338 ). It allows to use space and index names
28
28
in requests instead of their IDs.
29
+ - Support connection via an existing socket fd (#321 )
29
30
30
31
### Changed
31
32
@@ -51,6 +52,17 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
51
52
instead of ` crud.OptUint ` (#342 )
52
53
- Change all ` Upsert ` and ` Update ` requests to accept ` *tarantool.Operations `
53
54
as ` ops ` parameters instead of ` interface{} ` (#348 )
55
+ - Make ` Dialer ` mandatory for creation a single connection / connection pool (#321 )
56
+ - Remove ` Connection.RemoteAddr() ` , ` Connection.LocalAddr() ` .
57
+ Add ` Addr() ` function instead (#321 )
58
+ - Remove ` Connection.ClientProtocolInfo ` , ` Connection.ServerProtocolInfo ` .
59
+ Add ` ProtocolInfo() ` function, which returns the server protocol info (#321 )
60
+ - ` NewWatcher ` checks the actual features of the server, rather than relying
61
+ on the features provided by the user during connection creation (#321 )
62
+ - ` pool.NewWatcher ` does not create watchers for connections that do not support
63
+ it (#321 )
64
+ - Rename ` pool.GetPoolInfo ` to ` pool.GetInfo ` . Change return type to
65
+ ` map[string]ConnectionInfo ` (#321 )
54
66
55
67
### Deprecated
56
68
You can’t perform that action at this time.
0 commit comments