Skip to content

Commit 10a5ccc

Browse files
askaltoleg-jukovec
authored andcommittedNov 27, 2023
changelog: update according to the changes
Part of #321
1 parent 4e06766 commit 10a5ccc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
2727
version >= 3.0.0-alpha1 (#338). It allows to use space and index names
2828
in requests instead of their IDs.
2929
- `GetSchema` function to get the actual schema (#7)
30+
- Support connection via an existing socket fd (#321)
3031

3132
### Changed
3233

@@ -55,6 +56,17 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
5556
- Change `OverrideSchema(*Schema)` to `SetSchema(Schema)` (#7)
5657
- Change values, stored by pointers in the `Schema`, `Space`, `Index` structs,
5758
to be stored by their values (#7)
59+
- Make `Dialer` mandatory for creation a single connection / connection pool (#321)
60+
- Remove `Connection.RemoteAddr()`, `Connection.LocalAddr()`.
61+
Add `Addr()` function instead (#321)
62+
- Remove `Connection.ClientProtocolInfo`, `Connection.ServerProtocolInfo`.
63+
Add `ProtocolInfo()` function, which returns the server protocol info (#321)
64+
- `NewWatcher` checks the actual features of the server, rather than relying
65+
on the features provided by the user during connection creation (#321)
66+
- `pool.NewWatcher` does not create watchers for connections that do not support
67+
it (#321)
68+
- Rename `pool.GetPoolInfo` to `pool.GetInfo`. Change return type to
69+
`map[string]ConnectionInfo` (#321)
5870

5971
### Deprecated
6072

0 commit comments

Comments
 (0)
Please sign in to comment.