Skip to content

Commit 53c4379

Browse files
committed
Update reference documentation to 3.8.0
1 parent ef778cd commit 53c4379

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

docs/landing/data/releases.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
current = "3.7.1"
1+
current = "3.8.0"
22

33
[[versions]]
4-
version = "3.8.0-beta3"
4+
version = "3.8.0"
55
docs = "./3.8"
66
api = "./3.8/javadoc"
77

@@ -59,24 +59,24 @@ current = "3.7.1"
5959
[[drivers]]
6060
name = "mongodb-driver-sync"
6161
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.0-beta3,3.7.1"
62+
versions = "3.8.0,3.7.1"
6363

6464
[[drivers]]
6565
name = "mongodb-driver"
6666
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.0-beta3,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
67+
versions = "3.8.0,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
6868

6969
[[drivers]]
7070
name = "mongo-java-driver"
7171
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.0-beta3,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"
72+
versions = "3.8.0,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"
7373

7474
[[drivers]]
7575
name = "mongodb-driver-async"
7676
description = "The new asynchronous driver, new in 3.0"
77-
versions = "3.8.0-beta3,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
77+
versions = "3.8.0,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
7878

7979
[[drivers]]
8080
name = "mongodb-driver-core"
8181
description = "The core library, new in 3.0"
82-
versions = "3.8.0-beta3,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
82+
versions = "3.8.0,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"

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.8.0-beta3" >}}
25+
{{< install artifactId="bson" version="3.8.0" >}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ The MongoDB Async Driver requires either [Netty](http://netty.io/) or Java 7.
2323

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

26-
{{< install artifactId="mongodb-driver-async" version="3.8.0-beta3" dependencies="true">}}
26+
{{< install artifactId="mongodb-driver-async" version="3.8.0" dependencies="true">}}

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

Lines changed: 3 additions & 3 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.8.0-beta3" dependencies="true">}}
34+
{{< install artifactId="mongodb-driver-sync" version="3.8.0" dependencies="true">}}
3535

3636
## MongoDB Driver
3737

@@ -46,7 +46,7 @@ It is also *not* a Java 9 module.
4646

4747
{{% /note %}}
4848

49-
{{< install artifactId="mongodb-driver" version="3.8.0-beta3" dependencies="true">}}
49+
{{< install artifactId="mongodb-driver" version="3.8.0" dependencies="true">}}
5050

5151

5252
## Uber Jar (Legacy)
@@ -61,4 +61,4 @@ This is a Java 9-compliant module with an Automatic-Module-Name of `org.mongodb.
6161
The `mongo-java-driver` artifact is a valid OSGi bundle whose symbolic name is `org.mongodb.mongo-java-driver`.
6262
{{% /note %}}
6363

64-
{{< install artifactId="mongo-java-driver" version="3.8.0-beta3">}}
64+
{{< install artifactId="mongo-java-driver" version="3.8.0">}}

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.8.0-beta3.jar"/>
31+
<resource-root path="mongo-java-driver-3.8.0.jar"/>
3232
</resources>
3333
<dependencies>
3434
<module name="javax.api"/>

0 commit comments

Comments
 (0)