We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05681a5 commit 82874afCopy full SHA for 82874af
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Change Log #
2
3
+## 0.25.0 - 2025-02-16
4
+
5
+* Serde will now skip serialization of the GeoIP2 struct fields
6
+ when `Option` is none. Pull request by Stefan Sundin. GitHub #79.
7
+* `Serialize` and `Clone` were added to the `Metadata` struct. Pull
8
+ request by Stefan Sundin. GitHub #80.
9
+* Added feature to use `simdutf8` as a faster alternative when
10
+ `unsafe-str-decode` is too risky. Pull request by Jakub Onderka.
11
+ GitHub #88.
12
+* Minor internal refactoring and performance improvements.
13
14
## 0.24.0 - 2024-01-09
15
16
* Added the `is_anycast` field to the `Traits` struct. Pull request
0 commit comments