Skip to content

Commit 062ec13

Browse files
committed
Bump reference docs to 4.3.0
1 parent 78b27e8 commit 062ec13

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

docs/landing/data/releases.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
current = "4.2.3"
1+
current = "4.3.0"
22

33
[[versions]]
4-
version = "4.3.0-beta4"
4+
status = "current"
5+
version = "4.3.0"
56
docs = "./4.3"
67
api = "./4.3/apidocs"
78

89
[[versions]]
9-
status = "current"
1010
version = "4.2.3"
1111
docs = "./4.2"
1212
api = "./4.2/apidocs"

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="4.3.0-beta4" >}}
25+
{{< install artifactId="bson" version="4.3.0" >}}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ The recommended way to get started using one of the drivers in your project is w
1818

1919
The Reactive Streams implementation for asynchronous stream processing with non-blocking back pressure.
2020

21-
{{< install artifactId="mongodb-driver-reactivestreams" version="4.3.0-beta4">}}
21+
{{< install artifactId="mongodb-driver-reactivestreams" version="4.3.0">}}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The Reactive Streams based Scala implementation for asynchronous stream processi
2020

2121
### Scala 2.12
2222

23-
{{< install artifactId="mongo-scala-driver" version="4.3.0-beta4" groupId="org.mongodb.scala" scalaVersion="2.12">}}
23+
{{< install artifactId="mongo-scala-driver" version="4.3.0" groupId="org.mongodb.scala" scalaVersion="2.12">}}
2424

2525
### Scala 2.11
2626

27-
{{< install artifactId="mongo-scala-driver" version="4.3.0-beta4" groupId="org.mongodb.scala" scalaVersion="2.11">}}
27+
{{< install artifactId="mongo-scala-driver" version="4.3.0" groupId="org.mongodb.scala" scalaVersion="2.11">}}

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

+2-2
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="4.3.0-beta4" dependencies="true">}}
34+
{{< install artifactId="mongodb-driver-sync" version="4.3.0" dependencies="true">}}
3535

3636
## MongoDB Driver Legacy
3737

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

4545
{{% /note %}}
4646

47-
{{< install artifactId="mongodb-driver-legacy" version="4.3.0-beta4" dependencies="true">}}
47+
{{< install artifactId="mongodb-driver-legacy" version="4.3.0" dependencies="true">}}

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="mongodb-driver-sync-4.3.0-beta4.jar"/>
31+
<resource-root path="mongodb-driver-sync-4.3.0.jar"/>
3232
</resources>
3333
<dependencies>
3434
<module name="javax.api"/>

0 commit comments

Comments
 (0)