v2.2.0
Overview
The release introduces the IPROTO_INSERT_ARROW request (arrow.InsertRequest) and a request to archive box.info
values (box.InfoRequest). Additionally, it includes some improvements to logging.
Added
- Error logging to
ConnectionPool.Add()
in case, when unable to establish connection and ctx is not canceled (#389). - Error logging for error case of
ConnectionPool.tryConnect()
calls inConnectionPool.controller()
andConnectionPool.reconnect()
(#389). - Methods that are implemented but not included in the pooler interface (#395).
- Implemented stringer methods for pool.Role (#405).
- Support the IPROTO_INSERT_ARROW request (#399).
- A simple implementation of using the box interface (#410).
Changed
- More informative request canceling: log the probable reason for unexpected request ID and add request ID info to context done error message (#407).