|
1 | | -current = "3.8.2" |
| 1 | +current = "3.9.0" |
2 | 2 |
|
3 | 3 | [[versions]] |
4 | | - version = "3.8.2" |
| 4 | + version = "3.9.0" |
5 | 5 | status = "current" |
| 6 | + docs = "./3.9" |
| 7 | + api = "./3.9/javadoc" |
| 8 | + |
| 9 | +[[versions]] |
| 10 | + version = "3.8.2" |
6 | 11 | docs = "./3.8" |
7 | 12 | api = "./3.8/javadoc" |
8 | 13 |
|
@@ -58,25 +63,16 @@ current = "3.8.2" |
58 | 63 |
|
59 | 64 | [[drivers]] |
60 | 65 | name = "mongodb-driver-sync" |
61 | | - description = "The synchronous driver, new in 3.7.<br/>For older versions of the driver please use the `mongodb-driver` or `mongo-java-driver`." |
62 | | - versions = "3.8.2,3.7.1" |
| 66 | + description = "The synchronous driver, new in 3.7." |
| 67 | + versions = "3.9.0,3.8.2,3.7.1" |
63 | 68 |
|
64 | 69 | [[drivers]] |
65 | | - name = "mongodb-driver" |
66 | | - description = "The synchronous driver plus the legacy driver, new in 3.0.<br/>For older versions of the driver or for OSGi-based applications please use the `mongo-java-driver`." |
67 | | - versions = "3.8.2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4" |
68 | | - |
69 | | -[[drivers]] |
70 | | - name = "mongo-java-driver" |
71 | | - description = "An uber jar containing the bson library, the core library and the mongodb-driver.<br/>This artifact is a valid OSGi bundle." |
72 | | - versions = "3.8.2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3" |
| 70 | + name = "mongodb-driver-legacy" |
| 71 | + description = "The legacy API for the synchronous driver.<br/>Prefer mongodb-driver-sync for new applications" |
| 72 | + versions = "3.9.0" |
73 | 73 |
|
74 | 74 | [[drivers]] |
75 | 75 | name = "mongodb-driver-async" |
76 | | - description = "The new asynchronous driver, new in 3.0" |
77 | | - versions = "3.8.2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4" |
| 76 | + description = "The callback-based asynchronous driver.<br/>Prefer the Reactive Streams driver for new applications." |
| 77 | + versions = "3.9.0,3.8.2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4" |
78 | 78 |
|
79 | | -[[drivers]] |
80 | | - name = "mongodb-driver-core" |
81 | | - description = "The core library, new in 3.0" |
82 | | - versions = "3.8.2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4" |
0 commit comments