@@ -26,7 +26,11 @@ 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
+ <<<<<<< HEAD
29
30
- ` GetSchema ` function to get the actual schema (#7 )
31
+ =======
32
+ - Support connection via an existing socket fd (#321 )
33
+ >>>>>>> 9766a67 (changelog: update according to the changes)
30
34
31
35
### Changed
32
36
@@ -52,9 +56,23 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
52
56
instead of ` crud.OptUint ` (#342 )
53
57
- Change all ` Upsert ` and ` Update ` requests to accept ` *tarantool.Operations `
54
58
as ` ops ` parameters instead of ` interface{} ` (#348 )
59
+ <<<<<<< HEAD
55
60
- Change ` OverrideSchema(*Schema) ` to ` SetSchema(Schema) ` (#7 )
56
61
- Change values, stored by pointers in the ` Schema ` , ` Space ` , ` Index ` structs,
57
62
to be stored by their values (#7 )
63
+ =======
64
+ - Make ` Dialer ` mandatory for creation a single connection / connection pool (#321 )
65
+ - Remove ` Connection.RemoteAddr() ` , ` Connection.LocalAddr() ` .
66
+ Add ` Addr() ` function instead (#321 )
67
+ - Remove ` Connection.ClientProtocolInfo ` , ` Connection.ServerProtocolInfo ` .
68
+ Add ` ProtocolInfo() ` function, which returns the server protocol info (#321 )
69
+ - ` NewWatcher ` checks the actual features of the server, rather than relying
70
+ on the features provided by the user during connection creation (#321 )
71
+ - ` pool.NewWatcher ` does not create watchers for connections that do not support
72
+ it (#321 )
73
+ - Rename ` pool.GetPoolInfo ` to ` pool.GetInfo ` . Change return type to
74
+ ` map[string]ConnectionInfo ` (#321 )
75
+ >>>>>>> 9766a67 (changelog: update according to the changes)
58
76
59
77
### Deprecated
60
78
0 commit comments