Skip to content

Commit 5d1c271

Browse files
adviti-mishrajamis
andauthored
RUBY-3514 pointer to docs (#2888)
* Bump the max wire version from 21 to 25 for server 8.0 compatibility * Indicated docs have moved to docs-ruby * Specified where the link leads to Co-authored-by: Jamis Buck <jamisbuck@gmail.com> --------- Co-authored-by: Jamis Buck <jamisbuck@gmail.com>
1 parent 0fae577 commit 5d1c271

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ API documentation for the most recent release can be found
5353
To build API documentation for the master branch, check out the
5454
repository locally and run `rake docs`.
5555

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

5861
Commercial support for the driver is available through the

lib/mongo/server/description/features.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class Features
8383
# The wire protocol versions that this version of the driver supports.
8484
#
8585
# @since 2.0.0
86-
DRIVER_WIRE_VERSIONS = (6..21).freeze
86+
DRIVER_WIRE_VERSIONS = (6..25).freeze
8787

8888
# Create the methods for each mapping to tell if they are supported.
8989
#

0 commit comments

Comments
 (0)