|
1 |
| -current = "3.3.0" |
| 1 | +current = "3.4.0" |
| 2 | + |
| 3 | +[[versions]] |
| 4 | + version = "3.4.0-beta1" |
| 5 | + docs = "./3.4" |
| 6 | + api = "http://api.mongodb.com/java/3.4" |
2 | 7 |
|
3 | 8 | [[versions]]
|
4 | 9 | version = "3.3.0"
|
@@ -34,19 +39,19 @@ current = "3.3.0"
|
34 | 39 | [[drivers]]
|
35 | 40 | name = "mongodb-driver"
|
36 | 41 | description = "The synchronous driver, new in 3.0.<br/>For older versions of the driver or for OSGi-based applications please use the `mongo-java-driver`."
|
37 |
| - versions = "3.3.0,3.2.2,3.1.1,3.0.4" |
| 42 | + versions = "3.4.0-beta1,3.3.0,3.2.2,3.1.1,3.0.4" |
38 | 43 |
|
39 | 44 | [[drivers]]
|
40 | 45 | name = "mongo-java-driver"
|
41 | 46 | description = "An uber jar containing the bson library, the core library and the mongodb-driver.<br/>This artifact is a valid OSGi bundle."
|
42 |
| - versions = "3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3" |
| 47 | + versions = "3.4.0-beta1,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3" |
43 | 48 |
|
44 | 49 | [[drivers]]
|
45 | 50 | name = "mongodb-driver-async"
|
46 | 51 | description = "The new asynchronous driver, new in 3.0"
|
47 |
| - versions = "3.3.0,3.2.2,3.1.1,3.0.4" |
| 52 | + versions = "3.4.0-beta1,3.3.0,3.2.2,3.1.1,3.0.4" |
48 | 53 |
|
49 | 54 | [[drivers]]
|
50 | 55 | name = "mongodb-driver-core"
|
51 | 56 | description = "The core library, new in 3.0"
|
52 |
| - versions = "3.3.0,3.2.2,3.1.1,3.0.4" |
| 57 | + versions = "3.4.0-beta1,3.3.0,3.2.2,3.1.1,3.0.4" |
0 commit comments