File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
driver/src/main/scala/org/mongodb/scala/connection Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Changes between released versions
14
14
* Updated MongoDB Driver Async to 3.10.0
15
15
* Support Skipping in GridFS [ SCALA-477] ( https://jira.mongodb.org/browse/SCALA-477 )
16
16
* Support running commands as aggregation [ SCALA-481] ( https://jira.mongodb.org/browse/SCALA-481 )
17
+ * The driver now natively supports TLS/SSL without netty [ JAVA-3100] ( https://jira.mongodb.org/browse/JAVA-3100 )
17
18
18
19
### 2.5.0
19
20
* Updated MongoDB Driver Async to 3.9.0
Original file line number Diff line number Diff line change @@ -82,4 +82,11 @@ package object connection {
82
82
* @since 2.2
83
83
*/
84
84
type NettyStreamFactoryFactoryBuilder = com.mongodb.connection.netty.NettyStreamFactoryFactory .Builder
85
+
86
+ /**
87
+ * A `StreamFactoryFactory` that supports TLS/SSL.
88
+ *
89
+ * @since 2.6
90
+ */
91
+ type TlsChannelStreamFactoryFactory = com.mongodb.connection.TlsChannelStreamFactoryFactory
85
92
}
You can’t perform that action at this time.
0 commit comments