Skip to content

3.7.0

Latest

Choose a tag to compare

@avsej avsej released this 29 Sep 20:24
· 21 commits to main since this release
3.7.0
a5f71ea

API Reference: https://docs.couchbase.com/sdk-api/couchbase-ruby-client-3.7.0/index.html
Full Changelog: 3.6.0...3.7.0
Rubygems: https://rubygems.org/gems/couchbase/versions/3.7.0

# rubygems.org version
gem "couchbase", "3.7.0"

# use official repository
gem "couchbase", "3.7.0", :source => "https://packages.couchbase.com/clients/ruby"

Fixed and Enhancements

  • RCBC-517: Support vector search prefilter (#180)
  • RCBC-518: Add way to disable enterprise analytics check programmatically (#186)
  • Update core to 1.2.0 (#188, #181)

Build and Test Infrastructure Improvements

  • Fix rubocop error & warnings (#185, #187)
  • Test helper: Fix simplecov error (#184)
  • Github Actions: Pin clang tools in linters workflow (#183)
  • Github Actions: Update Windows runners (#182)