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: docs/source/changelog.rst
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,7 @@ Changelog
3
3
4
4
All notable changes to this project will be documented in this file.
5
5
6
-
[0.6.4] - 2025-08-12
7
-
--------------------
8
-
9
-
Changed
10
-
^^^^^^^
11
-
- Increased freelist sizes for ``InputFilter``, ``FieldModel``, and ``ExternalApiConfig`` to reduce allocations
12
-
- Replaced Python generators with C-style loops and added early exit conditions in filter/validator chains
13
-
- Optimized dictionary operations and string lookups with extended interning
14
-
- Improved ``has_unknown_fields`` with adaptive strategies based on data size
15
-
16
-
17
-
[0.6.3] - 2025-08-11
6
+
[0.6.3] - 2025-08-12
18
7
--------------------
19
8
20
9
Added
@@ -28,6 +17,10 @@ Changed
28
17
- Updated Dockerfile base image from ``debian:buster-slim`` to ``debian:bookworm-slim`` to fix package repository issues after Debian Buster reached end-of-life.
29
18
- Optimized Cython compilation with enhanced compiler flags (``-O3``, ``-march=native``, etc.) for better performance.
30
19
- Enhanced ``ValidationMixin`` to support lazy evaluation when filter chains exceed the configured threshold.
20
+
- Increased freelist sizes for ``InputFilter``, ``FieldModel``, and ``ExternalApiConfig`` to reduce allocations
21
+
- Replaced Python generators with C-style loops and added early exit conditions in filter/validator chains
22
+
- Optimized dictionary operations and string lookups with extended interning
23
+
- Improved ``has_unknown_fields`` with adaptive strategies based on data size
0 commit comments