Skip to content

Commit 10a399d

Browse files
committed
Add What's New and Upgrading reference documentation for the 3.3 release
1 parent 71ddfad commit 10a399d

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

docs/reference/content/driver/reference/connecting/authenticating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ See the MongoDB server
116116
[x.509 tutorial](http://docs.mongodb.org/manual/tutorial/configure-x509-client-authentication/#add-x-509-certificate-subject-as-a-user) for
117117
more information about determining the subject name from the certificate.
118118

119-
## Kerberos (GSSAPI)
119+
## Kerberos (GSSAPI) {#gssapi}
120120

121121
[MongoDB Enterprise](http://www.mongodb.com/products/mongodb-enterprise) supports proxy authentication through a Kerberos service. To
122122
create a credential of type [Kerberos (GSSAPI)](http://docs.mongodb.org/manual/core/authentication/#kerberos-authentication) use the

docs/reference/content/whats-new/index.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@ title = "What's New"
77
pre = "<i class='fa fa-cog'></i>"
88
+++
99

10-
# What's New in 3.2
10+
# What's New in 3.3
1111

12-
Key new features of the 3.2 driver include:
12+
New features of the 3.3 driver include:
1313

14-
- Support for bypassing [document validation]({{< docsref "release-notes/3.2/#document-validation" >}}) on collections where document
15-
validation has been enabled.
16-
- Builder support for new [aggregation stages]({{< docsref "release-notes/3.2/#new-aggregation-stages" >}})
17-
and [accumulators]({{< docsref "release-notes/3.2/#new-accumulators-for-group-stage" >}}) for the $group stage.
18-
- Support for [read concern]({{< docsref "release-notes/3.2/#readconcern" >}}).
19-
- Support for [version 3 text indexes]({{< docsref "release-notes/3.2/#text-index-version-3" >}})
20-
- Support for write concern on all DBCollection helpers for the findandmodify command
14+
- [Cluster Monitoring]({{<ref "driver/reference/management/monitoring.md#cluster-monitoring">}}) in the synchronous and asynchronous
15+
drivers
16+
- [Command Monitoring]({{<ref "driver/reference/management/monitoring.md#command-monitoring">}}) in the asynchronous driver
17+
(support in the synchronous driver was added in a previous release)
18+
- Additional query parameters in the [connection string]({{<ref "driver/reference/connecting/connection-settings.md#connection-string">}})
19+
- [GridFS]({{<ref "driver-async/reference/gridfs/index.md">}}) in the asynchronous driver
20+
- Additional configuration options for [GSSAPI authentication]({{<ref "driver/reference/connecting/authenticating.md#gssapi">}}).
21+
- [JNDI]({{<ref "driver/reference/connecting/jndi.md">}}) ObjectFactory implementation
2122

2223
## Upgrading
2324

docs/reference/content/whats-new/upgrading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ title = "Upgrading to 3.2"
88
pre = "<i class='fa fa-wrench'></i>"
99
+++
1010

11-
# Upgrading from 3.1.x
11+
# Upgrading from 3.2.x
1212

13-
The 3.2 release is binary and source compatible with the 3.1 release, except for methods that have been added to interfaces that have
13+
The 3.3 release is binary and source compatible with the 3.2 release, except for methods that have been added to interfaces that have
1414
been marked as unstable.
1515

1616
# Upgrading from 2.x

0 commit comments

Comments
 (0)