Skip to content

v1.5.0

Compare
Choose a tag to compare
@martin-sucha martin-sucha released this 12 Jun 15:32
c27e809

Added

  • gocql now advertises the driver name and version in the STARTUP message to the server.
    The values are taken from the Go module's path and version
    (or from the replacement module, if used). (#1702)
    That allows the server to track which fork of the driver is being used.
  • Query.Values() to retrieve the values bound to the Query.
    This makes writing wrappers around Query easier. (#1700)

Fixed

  • Potential panic on deserialization (#1695)
  • Unmarshalling of dates outside of [1677-09-22, 2262-04-11] range. (#1692)