We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f60a56 commit c7af439Copy full SHA for c7af439
docs/reference/content/changelog.md
@@ -14,6 +14,7 @@ Changes between released versions
14
* Updated MongoDB Driver Async to 3.11.0
15
* Updated DEFAULT_CODEC_REGISTRY order, as upstream BsonCodec captures all Bson instances and priority needs to be lower.
16
* Support $merge pipeline stage in aggregations [SCALA-473](https://jira.mongodb.org/browse/SCALA-473)
17
+ * Deprecated BsonArray.apply(Iterable[BsonValue]) added BsonArray.fromIterable [SCALA-531](https://jira.mongodb.org/browse/SCALA-531)
18
19
### 2.6.0
20
* Updated MongoDB Driver Async to 3.10.0
0 commit comments