We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c813f1f commit cc8c964Copy full SHA for cc8c964
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.0.1] - 2025-11-04
6
+
7
+### ✨ Added
8
9
+- **Non-Serializable Type Support**: Added support for non-serializable types (like `type` and other pickleable objects)
10
+- **Pickle Storage**: Non-serializable types are now stored in Redis as pickle data for proper serialization
11
+- **Optional Field Support**: Added support for optional fields in Redis types
12
13
## [1.0.0] - 2025-11-02
14
15
### 🚀 Major Changes - Native BaseModel Integration
0 commit comments