Skip to content

v2.2.0

Compare
Choose a tag to compare
@oleg-jukovec oleg-jukovec released this 16 Dec 10:25
· 2 commits to master since this release

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 in ConnectionPool.controller() and ConnectionPool.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).