Skip to content

Commit 4deb607

Browse files
committed
changelog: update according to the changes
Part of #321
1 parent e9a8cab commit 4deb607

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
@@ -26,6 +26,7 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
2626
- Support `IPROTO_FEATURE_SPACE_AND_INDEX_NAMES` for Tarantool
2727
version >= 3.0.0-alpha1 (#338). It allows to use space and index names
2828
in requests instead of their IDs.
29+
- Support connection via an existing socket fd (#321)
2930

3031
### Changed
3132

@@ -51,6 +52,17 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
5152
instead of `crud.OptUint` (#342)
5253
- Change all `Upsert` and `Update` requests to accept `*tarantool.Operations`
5354
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)
5466

5567
### Deprecated
5668

0 commit comments

Comments
 (0)