We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83f4ccb + c448f1e commit c0034f2Copy full SHA for c0034f2
1 file changed
package.xml
@@ -18,7 +18,7 @@
18
<active>yes</active>
19
</lead>
20
-->
21
- <date>2022-10-01</date>
+ <date>2022-10-12</date>
22
<version>
23
<release>2.0.5</release>
24
<api>2.0.5</api>
@@ -30,6 +30,7 @@
30
<license uri="https://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
31
<notes>
32
* Reuse PHP's 1-byte and 0-byte interned strings in simdjson_decode, reducing memory usage for those strings. (e.g. for the key/value in '{"x":""}')
33
+* Return correct count in simdjson_key_count. Properly return counts larger than 0xFFFFFF instead of returning 0xFFFFFF.
34
</notes>
35
<contents>
36
<dir name="/">
@@ -92,6 +93,7 @@
92
93
<providesextension>simdjson</providesextension>
94
<extsrcrelease/>
95
<changelog>
96
+ <release>
97
<date>2022-10-01</date>
98
99
<release>2.0.4</release>
0 commit comments