Skip to content

Commit 5c37b88

Browse files
authored
Update README.md to use 5.x in Versioning section
1 parent 3d36ccf commit 5c37b88

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ Reference and API documentation for the Java driver is available [here](https://
88

99
Reference and API documentation for the Kotlin driver is available [here](https://www.mongodb.com/docs/drivers/kotlin/coroutine/current/).
1010

11+
Reference and API documentation for the Scala driver is available [here](https://www.mongodb.com/docs/languages/scala/scala-driver/current/).
12+
1113
## Tutorials / Training
1214

1315
For tutorials on how to use the MongoDB JVM Drivers, please reference [MongoDB University](https://learn.mongodb.com/). Additional tutorials, videos, and code examples using both the Java Driver and the Kotlin Driver can also be found in the [MongoDB Developer Center](https://www.mongodb.com/developer/).
1416

1517
## Support / Feedback
1618

17-
For issues with, questions about, or feedback for the MongoDB Java and Kotlin drivers, please look into
19+
For issues with, questions about, or feedback for the MongoDB Java, Kotlin, and Scala drivers, please look into
1820
our [support channels](https://www.mongodb.com/docs/manual/support/). Please
1921
do not email any of the driver developers directly with issues or
2022
questions - you're more likely to get an answer on the [MongoDB Community Forums](https://community.mongodb.com/tags/c/drivers-odms-connectors/7/java-driver) or [StackOverflow](https://stackoverflow.com/questions/tagged/mongodb+java).
@@ -26,7 +28,7 @@ any connectivity-related exceptions and post those as well.
2628

2729
## Bugs / Feature Requests
2830

29-
Think you’ve found a bug in the Java or Kotlin drivers? Want to see a new feature in the drivers? Please open a
31+
Think you’ve found a bug in the Java, Kotlin, or Scala drivers? Want to see a new feature in the drivers? Please open a
3032
case in our issue management tool, JIRA:
3133

3234
- [Create an account and login](https://jira.mongodb.org).
@@ -40,16 +42,16 @@ MongoDB project, please report it according to the [instructions here](https://w
4042

4143
## Versioning
4244

43-
Major increments (such as 3.x -> 4.x) will occur when break changes are being made to the public API. All methods and
45+
Major increments (such as 4.x -> 5.x) will occur when breaking changes are being made to the public API. All methods and
4446
classes removed in a major release will have been deprecated in a prior release of the previous major release branch, and/or otherwise
4547
called out in the release notes.
4648

47-
Minor 4.x increments (such as 4.1, 4.2, etc) will occur when non-trivial new functionality is added or significant enhancements or bug
49+
Minor 5.x increments (such as 5.1, 5.2, etc) will occur when non-trivial new functionality is added or significant enhancements or bug
4850
fixes occur that may have behavioral changes that may affect some edge cases (such as dependence on behavior resulting from a bug). An
4951
example of an enhancement is a method or class added to support new functionality added to the MongoDB server. Minor releases will
5052
almost always be binary compatible with prior minor releases from the same major release branch, except as noted below.
5153

52-
Patch 4.x.y increments (such as 4.0.0 -> 4.0.1, 4.1.1 -> 4.1.2, etc) will occur for bug fixes only and will always be binary compatible
54+
Patch 5.x.y increments (such as 5.0.0 -> 5.0.1, 5.1.1 -> 5.1.2, etc) will occur for bug fixes only and will always be binary compatible
5355
with prior patch releases of the same minor release branch.
5456

5557
#### @Beta

0 commit comments

Comments
 (0)