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: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format
4
4
5
5
## [Unreleased]
6
6
7
+
## [0.8.0] - 2026-06-15
8
+
7
9
### Changed
8
10
9
11
-**BREAKING**: The `Tokenizer` class is now namespaced as `ParadeDB::Tokenizer`. Update references from `Tokenizer.simple(...)` to `ParadeDB::Tokenizer.simple(...)`. Schema dumps (`schema.rb`) now emit the fully-qualified constant.
@@ -136,7 +138,8 @@ All notable changes to this project will be documented in this file. The format
136
138
- Schema dump/load round-trip for tokenizer configuration and index options
0 commit comments