|  | 
| 1 | 1 | ## MongoDB Scala Driver ## | 
| 2 | 2 | 
 | 
| 3 |  | -Development of the MongoDB Scala Driver has moved to https://github.com/mongodb/mongo-java-driver, in the modules: | 
| 4 |  | - | 
| 5 |  | -* [driver-scala](https://github.com/mongodb/mongo-java-driver/tree/master/driver-scala) | 
| 6 |  | -* [bson-scala](https://github.com/mongodb/mongo-java-driver/tree/master/bson-scala) | 
| 7 |  | - | 
| 8 |  | -## Documentation | 
| 9 |  | - | 
| 10 |  | -Documentation for all the main versions is available on http://mongodb.github.io/mongo-scala-driver | 
| 11 |  | - | 
| 12 |  | -## Support / Feedback | 
| 13 |  | - | 
| 14 |  | -For issues with, questions about, or feedback for the MongoDB Scala driver, please look into | 
| 15 |  | -our [support channels](https://docs.mongodb.com/manual/support). Please | 
| 16 |  | -do not email any of the Scala driver developers directly with issues or | 
| 17 |  | -questions - you're more likely to get an answer on the [MongoDB Community Forums](https://community.mongodb.com/tags/c/drivers-odms-connectors/7/scala-driver). | 
| 18 |  | - | 
| 19 |  | -At a minimum, please include in your description the exact version of the driver that you are using. If you are having | 
| 20 |  | -connectivity issues, it's often also useful to paste in the line of code where you construct the MongoClient instance, | 
| 21 |  | -along with the values of all parameters that you pass to the constructor. You should also check your application logs for | 
| 22 |  | -any connectivity-related exceptions and post those as well. | 
| 23 |  | - | 
| 24 |  | -## Bugs / Feature Requests | 
| 25 |  | - | 
| 26 |  | -Think you’ve found a bug? Want to see a new feature in the Scala driver? Please open a | 
| 27 |  | -case in our issue management tool, JIRA: | 
| 28 |  | - | 
| 29 |  | -- [Create an account and login](https://jira.mongodb.org). | 
| 30 |  | -- Navigate to [the SCALA project](https://jira.mongodb.org/browse/SCALA). | 
| 31 |  | -- Click **Create Issue** - Please provide as much information as possible about the issue type and how to reproduce it. | 
| 32 |  | - | 
| 33 |  | -Bug reports in JIRA for the driver and the Core Server (i.e. SERVER) project are **public**. | 
| 34 |  | - | 
| 35 |  | -If you’ve identified a security vulnerability in a driver or any other | 
| 36 |  | -MongoDB project, please report it according to the [instructions here](http://docs.mongodb.org/manual/tutorial/create-a-vulnerability-report). | 
| 37 |  | - | 
| 38 |  | -## Versioning | 
| 39 |  | - | 
| 40 |  | -Major increments (such as 1.x -> 2.x) will occur when break changes are being made to the public API. All methods and | 
| 41 |  | -classes removed in a major release will have been deprecated in a prior release of the previous major release branch, and/or otherwise | 
| 42 |  | -called out in the release notes. | 
| 43 |  | - | 
| 44 |  | -Minor 1.x increments (such as 1.1, 1.2, etc) will occur when non-trivial new functionality is added or significant enhancements or bug | 
| 45 |  | -fixes occur that may have behavioral changes that may affect some edge cases (such as dependence on behavior resulting from a bug). An | 
| 46 |  | -example of an enhancement is a method or class added to support new functionality added to the MongoDB server. Minor releases will | 
| 47 |  | -almost always be binary compatible with prior minor releases from the same major release branch, exept as noted below. | 
| 48 |  | - | 
| 49 |  | -Patch 1.x.y increments (such as 1.0.0 -> 1.0.1, 1.1.1 -> 1.1.2, etc) will occur for bug fixes only and will always be binary compatible | 
| 50 |  | -with prior patch releases of the same minor release branch. | 
| 51 |  | - | 
| 52 |  | -## Binaries | 
| 53 |  | - | 
| 54 |  | -Binaries and dependency information for Maven, SBT, Ivy and others can be found at | 
| 55 |  | -[http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.mongodb.scala). | 
| 56 |  | - | 
| 57 |  | -## Build | 
| 58 |  | - | 
| 59 |  | -To build the driver: | 
| 60 |  | - | 
| 61 |  | -``` | 
| 62 |  | -$ git clone https://github.com/mongodb/mongo-scala-driver.git | 
| 63 |  | -$ cd mongo-scala-driver | 
| 64 |  | -$ ./sbt check | 
| 65 |  | -``` | 
| 66 |  | - | 
| 67 |  | -To publish the signed jars: | 
| 68 |  | - | 
| 69 |  | -``` | 
| 70 |  | -$ ./sbt +publish-signed | 
| 71 |  | -``` | 
| 72 |  | - | 
| 73 |  | -## Maintainers | 
| 74 |  | - | 
| 75 |  | -* Ross Lawley ross@mongodb.com | 
| 76 |  | - | 
| 77 |  | -Additional contributors can be found [here](https://github.com/mongodb/mongo-scala-driver/graphs/contributors). | 
| 78 |  | - | 
| 79 |  | -## Supporters | 
| 80 |  | - | 
| 81 |  | -JetBrains is supporting this open source project with: | 
| 82 |  | - | 
| 83 |  | -[](http://www.jetbrains.com/idea/) | 
|  | 3 | +Since 4.0 the Scala codebase has moved to the [same repository](https://https://github.com/mongodb/mongo-java-driver) and now lives alongside the rest of the Java codebase. | 
0 commit comments