Skip to content

Commit d3ad5d5

Browse files
committed
changelog: update according to the changes
Part of #321
1 parent 9f27dba commit d3ad5d5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ 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+
<<<<<<< HEAD
2930
- `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)
3034
3135
### Changed
3236

@@ -52,9 +56,23 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
5256
instead of `crud.OptUint` (#342)
5357
- Change all `Upsert` and `Update` requests to accept `*tarantool.Operations`
5458
as `ops` parameters instead of `interface{}` (#348)
59+
<<<<<<< HEAD
5560
- Change `OverrideSchema(*Schema)` to `SetSchema(Schema)` (#7)
5661
- Change values, stored by pointers in the `Schema`, `Space`, `Index` structs,
5762
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)
5876
5977
### Deprecated
6078

0 commit comments

Comments
 (0)