Skip to content

Commit a84d5f8

Browse files
committed
update changelog
1 parent 075ce5d commit a84d5f8

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
### Removed
3131
* Removed `FileEmbeddingStore` pagination query overload
3232

33+
---
3334

3435
## v1.3.0 - 21/12/2025
3536

@@ -43,6 +44,7 @@
4344
### Removed
4445
* Removed `PrototypeEmbedding` class. For classification, StoredEmbedding is now used and id: Long, represent classId. Use is expected to store mapping to string if needed.
4546

47+
---
4648

4749
## v1.2.1 - 17/12/2025
4850

@@ -61,6 +63,7 @@
6163
### Removed
6264
* Removed `useCache`
6365

66+
---
6467

6568
## v1.2.0 - 26/11/2025
6669

@@ -73,13 +76,14 @@
7376
* Removed `ProcessOptions` (breaking)
7477
* Removed data packages for both core and ml modules and moved the files into relevant packages
7578

79+
---
80+
7681
## v1.1.1 - 04/11/2025
7782

7883
### Added
7984
* Added new text embedding provider, Mini-LM
8085
* Add `initialized` and `isInitialized` to `IEmbeddingProvider`"
8186

82-
8387
### Changed
8488
* IEmbeddingProvider is require to provider `embeddingDim` variable (used to be optional)
8589
* Renamed `embeddingLength` to `embeddingDim` for `FileEmbeddingStore` constructor param
@@ -88,6 +92,8 @@
8892
- Moved to core/processor: `IProcessorListener`
8993
- Moved to ml/models: `IModelLoader`
9094

95+
---
96+
9197
## v1.1.0 - 30/10/2025
9298

9399
### Changed
@@ -102,18 +108,16 @@
102108
* `BatchProcessor` now accepts a `Context` (uses `applicationContext` internally).
103109

104110
### Fixed
105-
106111
* fix `ClipTextEmbedder`: prevent IllegalCapacity in embed
107112

108-
109113
### Removed
110-
111114
* `Organiser` class removed.
112115

113116
### Notes
114117
This release replaces the old `core` and `extensions` structure.
115118
If you are upgrading from ≤1.0.4, update imports and Gradle dependencies.
116119

120+
---
117121

118122
## v1.0.4 – 19/10/2025
119123

@@ -123,6 +127,8 @@ If you are upgrading from ≤1.0.4, update imports and Gradle dependencies.
123127
* Update batch processor to ensure progress is tracked correctly regardless of errors
124128
* Update batch processor to call onComplete even if items is empty
125129

130+
---
131+
126132
## v1.0.3 – 14/10/2025
127133

128134
### Added
@@ -133,6 +139,8 @@ If you are upgrading from ≤1.0.4, update imports and Gradle dependencies.
133139
* `get(id: Long)` – fetch a single embedding by ID.
134140
* Tests added to verify correct behavior and boundary handling for the new query overload.
135141

142+
---
143+
136144
## v1.0.2 – 05/10/2025
137145

138146
### Changed
@@ -144,6 +152,8 @@ If you are upgrading from ≤1.0.4, update imports and Gradle dependencies.
144152
### Fixed
145153
* Fixed typo in getScaledDimension function
146154

155+
---
156+
147157
## v1.0.1 – 26/09/2025
148158

149159
### Changed
@@ -152,5 +162,7 @@ If you are upgrading from ≤1.0.4, update imports and Gradle dependencies.
152162
* Pass store to Indexers
153163
* Update tests
154164

165+
---
166+
155167
## v1.0.0 – 23/09/2025
156168
* Initial release

0 commit comments

Comments
 (0)