Skip to content

Commit 3493b69

Browse files
committed
Add 3.12 release to reference documentation
1 parent 9832778 commit 3493b69

File tree

13 files changed

+29
-23
lines changed

13 files changed

+29
-23
lines changed

docs/landing/data/releases.toml

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
current = "3.11.3"
1+
current = "3.12.0"
22

33
[[versions]]
4-
version = "3.11.3"
4+
version = "3.12.0"
55
status = "current"
6+
docs = "./3.12"
7+
api = "./3.12/javadoc"
8+
9+
[[versions]]
10+
version = "3.11.3"
611
docs = "./3.11"
712
api = "./3.11/javadoc"
813

@@ -74,15 +79,15 @@ current = "3.11.3"
7479
[[drivers]]
7580
name = "mongodb-driver-sync"
7681
description = "The synchronous driver, new in 3.7."
77-
versions = "3.11.3,3.10.2,3.9.0,3.8.2,3.7.1"
82+
versions = "3.12.0,3.11.3,3.10.2,3.9.0,3.8.2,3.7.1"
7883

7984
[[drivers]]
8085
name = "mongodb-driver-legacy"
8186
description = "The legacy API for the synchronous driver.<br/>Prefer mongodb-driver-sync for new applications"
82-
versions = "3.11.3,3.10.2,3.9.0"
87+
versions = "3.12.0,3.11.3,3.10.2,3.9.0"
8388

8489
[[drivers]]
8590
name = "mongodb-driver-async"
8691
description = "The callback-based asynchronous driver.<br/>Prefer the Reactive Streams driver for new applications."
87-
versions = "3.11.3,3.10.2,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"
92+
versions = "3.12.0,3.11.3,3.10.2,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"
8893

docs/landing/static/versions.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
{"version": "3.12"},
23
{"version": "3.11"},
34
{"version": "3.10"},
45
{"version": "3.9"},

docs/reference/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "/mongo-java-driver/3.11"
1+
baseURL = "/mongo-java-driver/3.12"
22
languageCode = "en-us"
33
title = "MongoDB Java Driver"
44
theme = "mongodb"

docs/reference/content/bson/installation-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ This library comprehensively supports [BSON](http://www.bsonspec.org),
2222
the data storage and network transfer format that MongoDB uses for "documents".
2323
BSON is short for Binary [JSON](http://json.org/), is a binary-encoded serialization of JSON-like documents.
2424

25-
{{< install artifactId="bson" version="3.11.3" >}}
25+
{{< install artifactId="bson" version="3.12.0" >}}

docs/reference/content/driver-async/getting-started/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ When TLS/SSL is enabled, the MongoDB Async Driver requires either [Netty](http:/
2424

2525
The MongoDB Async Driver provides asynchronous API that can leverage either Netty or Java 7's AsynchronousSocketChannel for fast and non-blocking I/O.
2626

27-
{{< install artifactId="mongodb-driver-async" version="3.11.3" dependencies="true">}}
27+
{{< install artifactId="mongodb-driver-async" version="3.12.0" dependencies="true">}}

docs/reference/content/driver-async/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title = "MongoDB Async Driver"
99

1010
## MongoDB Async Java Driver Documentation
1111

12-
The following guide provides information on using the callback-based MongoDB Async Java Driver 3.11.
12+
The following guide provides information on using the callback-based MongoDB Async Java Driver 3.12.
1313

1414
{{% note %}}
1515
The callback-based Async Java Driver has been deprecated in favor of the

docs/reference/content/driver/getting-started/installation.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `mongodb-driver-sync` artifact is a valid OSGi bundle whose symbolic name is
3131

3232
{{% /note %}}
3333

34-
{{< install artifactId="mongodb-driver-sync" version="3.11.3" dependencies="true">}}
34+
{{< install artifactId="mongodb-driver-sync" version="3.12.0" dependencies="true">}}
3535

3636
## MongoDB Driver Legacy
3737

@@ -44,7 +44,7 @@ While not deprecated, we recommend that new applications depend on the `mongodb-
4444

4545
{{% /note %}}
4646

47-
{{< install artifactId="mongodb-driver-legacy" version="3.11.3" dependencies="true">}}
47+
{{< install artifactId="mongodb-driver-legacy" version="3.12.0" dependencies="true">}}
4848

4949
## MongoDB Driver
5050

@@ -61,7 +61,7 @@ This module is deprecated and will no longer be published in the next major rele
6161

6262
{{% /note %}}
6363

64-
{{< install artifactId="mongodb-driver" version="3.11.3" dependencies="true">}}
64+
{{< install artifactId="mongodb-driver" version="3.12.0" dependencies="true">}}
6565

6666

6767
## Uber Jar (Legacy)
@@ -81,4 +81,4 @@ This module is deprecated and will no longer be published in the next major rele
8181

8282
{{% /note %}}
8383

84-
{{< install artifactId="mongo-java-driver" version="3.11.3">}}
84+
{{< install artifactId="mongo-java-driver" version="3.12.0">}}

docs/reference/content/driver/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ title = "MongoDB Driver"
77
pre = "<i class='fa fa-arrows-h'></i>"
88
+++
99

10-
## MongoDB Driver 3.11 Documentation
10+
## MongoDB Driver 3.12 Documentation
1111

1212
The following guide provides information on using the synchronous
13-
MongoDB Java Driver 3.11.
13+
MongoDB Java Driver 3.12.
1414

15-
### What's New in 3.11
15+
### What's New in 3.12
1616

1717
The [What's New]({{< relref "whats-new.md" >}}) guide explains
1818
the major new features of the driver.

docs/reference/content/driver/tutorials/jndi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The configuration of the `MongoClientFactory` differs depending on the applicati
2828

2929
<module xmlns="urn:jboss:module:1.3" name="org.mongodb">
3030
<resources>
31-
<resource-root path="mongo-java-driver-3.11.3.jar"/>
31+
<resource-root path="mongo-java-driver-3.12.0.jar"/>
3232
</resources>
3333
<dependencies>
3434
<module name="javax.api"/>

docs/reference/content/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ type = "index"
66

77
## MongoDB Java Driver Documentation
88

9-
Welcome to the MongoDB Java driver documentation hub for the 3.11 driver release.
9+
Welcome to the MongoDB Java driver documentation hub for the 3.12 driver release.
1010

1111

12-
### What's New in 3.11
12+
### What's New in 3.12
1313

14-
For key new features of 3.11, see [What's New]({{< relref "whats-new.md" >}}).
14+
For key new features of 3.12, see [What's New]({{< relref "whats-new.md" >}}).
1515

1616
### Upgrade
1717

docs/reference/content/upgrading.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To prepare for the 4.0 release, please compile with deprecation warnings enabled
1919
recommended replacements.
2020

2121
Also, note that the 3.12 release (which includes support for MongoDB 4.2) will be the last release that is compatible with *Java 6
22-
or Java 7*. The 4.0 Java driver will require a minimum of Java 8. The 3.11 release will also be the last non-patch release in the 3.x
22+
or Java 7*. The 4.0 Java driver will require a minimum of Java 8. The 3.12 release will also be the last non-patch release in the 3.x
2323
line. In particular, support for MongoDB 4.4 will only be made available via a 4.x driver release.
2424

2525
The 3.12 release is binary and source compatible with the 3.11 release, except for methods that have been added to interfaces that

docs/reference/content/whats-new.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title = "What's New"
99

1010
## What's new in 3.12
1111

12-
This release fully supports all MongoDB releases from versions 2.6 to 4.2. Key new features of the 3.11 Java driver release include:
12+
This release fully supports all MongoDB releases from versions 2.6 to 4.2. Key new features of the 3.12 Java driver release include:
1313

1414
### Security improvements
1515

docs/reference/data/mongodb.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Update versions in config.toml as well
22
githubRepo = "mongo-java-driver"
33
githubBranch = "master"
4-
currentVersion = "3.11"
4+
currentVersion = "3.12"
55
highlightTheme = "idea.css"
66
apiUrl = "/javadoc/"

0 commit comments

Comments
 (0)