We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91cae36 + bbaebec commit 3767ea6Copy full SHA for 3767ea6
1 file changed
package.xml
@@ -18,7 +18,7 @@
18
<active>yes</active>
19
</lead>
20
-->
21
- <date>2022-09-30</date>
+ <date>2022-10-01</date>
22
<version>
23
<release>2.0.4</release>
24
<api>2.0.4</api>
@@ -32,6 +32,7 @@
32
* Add `-fvisibility=hidden` to compiler options to reduce compiled extension size by avoiding exporting symbols by default.
33
* If the requested json parsing $depth is excessively large when reallocating larger buffers for the C simdjson parser,
34
then internally use a smaller $depth that would behave identically with lower memory usage. (#66)
35
+* Update simdjson to properly reject surrogate pairs with an invalid low surrogate. (https://en.wikipedia.org/wiki/UTF-16)
36
</notes>
37
<contents>
38
<dir name="/">
0 commit comments