@@ -20,6 +20,68 @@ Release Notes for |bi|
20
20
.. expect and we don't break the links on the downloads page.
21
21
.. (DOCS-9670 for context)
22
22
23
+
24
+ .. _bi-2-14-16:
25
+
26
+ |bi| 2.14.16
27
+ ------------
28
+
29
+ *Released September 10th, 2024*
30
+
31
+ Improvements
32
+ ~~~~~~~~~~~~
33
+
34
+ - Now built with Go 1.21.12+ to address `CVE-2024-24791
35
+ <https://www.cve.org/CVERecord?id=CVE-2024-24791>`__ for all
36
+ operating systems, including the following operating systems:
37
+
38
+ - RHEL 7.0
39
+ - RHEL 8.0 zSeries
40
+ - Windows 64
41
+ - macOS 13 arm/OpenSSL 3.0
42
+ - Ubuntu 18.04 container
43
+
44
+ - |bi| now supports the upcoming MongoDB version, 8.0.
45
+ - Starting in MongoDB version 8.0, you can convert ``binData`` to
46
+ ``string`` and ``string`` to ``binData`` by using the :manual:`$convert </reference/operator/aggregation/convert/>`
47
+ aggregation and providing the required option to specify the format.
48
+
49
+ Converting ``binData`` to ``string`` and ``string`` to ``binData``
50
+ is unsupported for MongoDB versions 7.0 and earlier, and returns ``null``.
51
+
52
+ .. _bi-2-14-15:
53
+
54
+ |bi| 2.14.15
55
+ ------------
56
+
57
+ *Released July 29th, 2024*
58
+
59
+ Improvements
60
+ ~~~~~~~~~~~~
61
+
62
+ - Now built with Go 1.21.12+ to address `CVE-2024-24791
63
+ <https://www.cve.org/CVERecord?id=CVE-2024-24791>`__ on all
64
+ operating systems **except** for
65
+ the following operating systems:
66
+
67
+ - RHEL 7.0
68
+ - RHEL 8.0 zSeries
69
+ - Windows 64
70
+ - macOS 13 arm/OpenSSL 3.0
71
+ - Ubuntu 18.04 container
72
+
73
+ .. _bi-2-14-14:
74
+
75
+ |bi| 2.14.14
76
+ ------------
77
+
78
+ *Released June 25th, 2024*
79
+
80
+ Improvements
81
+ ~~~~~~~~~~~~
82
+
83
+ - Internal updates for the |bi|.
84
+
23
85
.. _bi-2-14-13:
24
86
25
87
|bi| 2.14.13
0 commit comments