Skip to content

Commit 85363df

Browse files
committed
Docs: Updated for 3.12.9 release
1 parent 43b8b1e commit 85363df

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
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.12.8" >}}
25+
{{< install artifactId="bson" version="3.12.9" >}}

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

Lines changed: 1 addition & 1 deletion
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.12.8" dependencies="true">}}
27+
{{< install artifactId="mongodb-driver-async" version="3.12.9" dependencies="true">}}

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

Lines changed: 4 additions & 4 deletions
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.12.8" dependencies="true">}}
34+
{{< install artifactId="mongodb-driver-sync" version="3.12.9" 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.12.8" dependencies="true">}}
47+
{{< install artifactId="mongodb-driver-legacy" version="3.12.9" 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.12.8" dependencies="true">}}
64+
{{< install artifactId="mongodb-driver" version="3.12.9" 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.12.8">}}
84+
{{< install artifactId="mongo-java-driver" version="3.12.9">}}

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

Lines changed: 1 addition & 1 deletion
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.12.8.jar"/>
31+
<resource-root path="mongo-java-driver-3.12.9.jar"/>
3232
</resources>
3333
<dependencies>
3434
<module name="javax.api"/>

docs/reference/content/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title = "Upgrade Considerations"
1111
Please note that the 3.x series of releases (which includes support through MongoDB 4.2) will be the last releases that are compatible
1212
with *Java 6 or Java 7*. The 4.0 Java driver will require a minimum of Java 8.
1313

14-
Please note that 3.12.x is tested against MongoDB 4.4, however support for all the new features is only available via a 4.x driver.
14+
Please note that 3.12.x is tested against MongoDB 5.0, however support for all the new features is only available via a 4.x driver.
1515
{{% /note %}}
1616

1717
## Upgrading from 3.11.x

0 commit comments

Comments
 (0)