File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed
driver/reference/connecting Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff 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
117117more 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
122122create a credential of type [ Kerberos (GSSAPI)] ( http://docs.mongodb.org/manual/core/authentication/#kerberos-authentication ) use the
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
1414been marked as unstable.
1515
1616# Upgrading from 2.x
You can’t perform that action at this time.
0 commit comments