You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libbson/NEWS
+16-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
libbson 1.30.0 (Unreleased)
2
-
===========================
1
+
libbson 1.30.0
2
+
==============
3
3
4
4
Deprecated:
5
5
@@ -12,6 +12,20 @@ Fixes:
12
12
* Previously, empty arrays and documents would serialize with either one or two spaces depending on whether it is nested. Empty arrays and documents now consistently serialize with just one space.
13
13
* Previously, an array omitted due to the maximum recursion limit would serialize to "{ ... }", as if it were a document. Omitted arrays now serialize to "[ ... ]".
14
14
* The maximum recursion limit now applies to legacy codewscope documents. Deeply nested scope documents will now be omitted like any other deeply nested document.
15
+
* Fix leak of output parameter on failed call to `bson_append_array_builder_begin`.
16
+
17
+
Improvements:
18
+
19
+
* Improve performance of BSON-to-JSON serialization for nested documents.
20
+
21
+
22
+
Thanks to everyone who contributed to the development of this release.
0 commit comments