Skip to content

RUBY-3514 pointer to docs #2888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ API documentation for the most recent release can be found
To build API documentation for the master branch, check out the
repository locally and run `rake docs`.

High-level driver documentation including tutorials and the reference that were in the docs folder can now be found
at the docs-ruby repository, [here](https://github.com/mongodb/docs-ruby)

## Support

Commercial support for the driver is available through the
Expand Down
2 changes: 1 addition & 1 deletion lib/mongo/server/description/features.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Features
# The wire protocol versions that this version of the driver supports.
#
# @since 2.0.0
DRIVER_WIRE_VERSIONS = (6..21).freeze
DRIVER_WIRE_VERSIONS = (6..25).freeze

# Create the methods for each mapping to tell if they are supported.
#
Expand Down
Loading