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
116
116
[ x.509 tutorial] ( http://docs.mongodb.org/manual/tutorial/configure-x509-client-authentication/#add-x-509-certificate-subject-as-a-user ) for
117
117
more information about determining the subject name from the certificate.
118
118
119
- ## Kerberos (GSSAPI)
119
+ ## Kerberos (GSSAPI) {#gssapi}
120
120
121
121
[ MongoDB Enterprise] ( http://www.mongodb.com/products/mongodb-enterprise ) supports proxy authentication through a Kerberos service. To
122
122
create 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"
7
7
pre = " <i class='fa fa-cog'></i>"
8
8
+++
9
9
10
- # What's New in 3.2
10
+ # What's New in 3.3
11
11
12
- Key new features of the 3.2 driver include:
12
+ New features of the 3.3 driver include:
13
13
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
21
22
22
23
## Upgrading
23
24
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ title = "Upgrading to 3.2"
8
8
pre = " <i class='fa fa-wrench'></i>"
9
9
+++
10
10
11
- # Upgrading from 3.1 .x
11
+ # Upgrading from 3.2 .x
12
12
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
14
14
been marked as unstable.
15
15
16
16
# Upgrading from 2.x
You can’t perform that action at this time.
0 commit comments