You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,15 @@ Reference and API documentation for the Java driver is available [here](https://
8
8
9
9
Reference and API documentation for the Kotlin driver is available [here](https://www.mongodb.com/docs/drivers/kotlin/coroutine/current/).
10
10
11
+
Reference and API documentation for the Scala driver is available [here](https://www.mongodb.com/docs/languages/scala/scala-driver/current/).
12
+
11
13
## Tutorials / Training
12
14
13
15
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/).
14
16
15
17
## Support / Feedback
16
18
17
-
For issues with, questions about, or feedback for the MongoDB Javaand Kotlin drivers, please look into
19
+
For issues with, questions about, or feedback for the MongoDB Java, Kotlin, and Scala drivers, please look into
do not email any of the driver developers directly with issues or
20
22
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.
26
28
27
29
## Bugs / Feature Requests
28
30
29
-
Think you’ve found a bug in the Javaor 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
30
32
case in our issue management tool, JIRA:
31
33
32
34
-[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
40
42
41
43
## Versioning
42
44
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
44
46
classes removed in a major release will have been deprecated in a prior release of the previous major release branch, and/or otherwise
45
47
called out in the release notes.
46
48
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
48
50
fixes occur that may have behavioral changes that may affect some edge cases (such as dependence on behavior resulting from a bug). An
49
51
example of an enhancement is a method or class added to support new functionality added to the MongoDB server. Minor releases will
50
52
almost always be binary compatible with prior minor releases from the same major release branch, except as noted below.
51
53
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
53
55
with prior patch releases of the same minor release branch.
0 commit comments