Skip to content

7.5.0

Latest

Choose a tag to compare

@BrianNichols BrianNichols released this 07 Jul 16:36

Release Date: July 7, 2026 | Download

New Features

  • Implement string operations. This feature requires server version 8.1.3+. [CLIENT-4824]
  • Support enhanced errors. This feature requires server version 8.1.3+. [CLIENT-4838]
  • Create index to use “integer” instead of “numeric” for server version 8.1.3+. [CLIENT-4389]
  • New release CI/CD pipeline. [CLIENT-4300]
  • Support Ubuntu 26.04. [CLIENT-4799]

Bug Fixes

  • Fix handling of libev as_ev_parse_authentication(). When user authentication is complete, as_ev_parse_authentication() watches for a write event and returns AS_EVENT_READ_COMPLETE. However, the calling code then incorrectly watches for a read event. Since, the event watching has already been performed in as_ev_parse_authentication(), the fix is to return instead of watching for a read. The same fix is also applied to libevent as_event_parse_authentication() handling. [CLIENT-4820]
  • Change SendKey policy resolution from precedence hierarchy to union of sendKey settings. [CLIENT-4977]
  • Add safeguarding against abort after a failed commit. [CLIENT-4960]
  • Fix UDF basename stripping asymmetry. [CLIENT-4980]
  • Ensure null-safety in metrics. [CLIENT-5027]

Full Changelog: 7.4.1...7.5.0