|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [0.2.1](https://github.com/n24q02m/qwen3-embed/compare/v0.2.0...v0.2.1) (2026-02-14) |
4 | | - |
| 3 | +## [1.2.0](https://github.com/n24q02m/qwen3-embed/compare/v1.1.3...v1.2.0) (2026-03-04) |
5 | 4 |
|
6 | 5 | ### Features |
7 | 6 |
|
8 | | -* promote dev to main (v0.2.1-beta) ([#5](https://github.com/n24q02m/qwen3-embed/issues/5)) ([8d8dbc1](https://github.com/n24q02m/qwen3-embed/commit/8d8dbc12ce60aec6b68b3c85ca5146b43de18f80)) |
| 7 | +* migrate to 2025-2026 tech stack (uv/ty) ([7b689e4](https://github.com/n24q02m/qwen3-embed/commit/7b689e4)) |
| 8 | +* add Codecov coverage upload ([891201b](https://github.com/n24q02m/qwen3-embed/commit/891201b)) |
| 9 | +* add Renovate for automated dependency updates ([4e307b4](https://github.com/n24q02m/qwen3-embed/commit/4e307b4)) |
| 10 | +* add comprehensive test coverage for utilities and components ([f1d2997](https://github.com/n24q02m/qwen3-embed/commit/f1d2997)) |
9 | 11 |
|
10 | | -## [0.2.1-beta](https://github.com/n24q02m/qwen3-embed/compare/v0.2.0...v0.2.1-beta) (2026-02-14) |
| 12 | +### Bug Fixes |
11 | 13 |
|
| 14 | +* make TextCrossEncoder.add_custom_model case-insensitive ([#88](https://github.com/n24q02m/qwen3-embed/issues/88)) ([30212f0](https://github.com/n24q02m/qwen3-embed/commit/30212f0)) |
| 15 | +* fix path traversal and DoS risk ([#118](https://github.com/n24q02m/qwen3-embed/issues/118)) ([1bf8a49](https://github.com/n24q02m/qwen3-embed/commit/1bf8a49)) |
| 16 | +* increase test coverage to 92% and resolve typing errors ([7658adf](https://github.com/n24q02m/qwen3-embed/commit/7658adf)) |
12 | 17 |
|
13 | | -### Features |
| 18 | +## [1.1.3](https://github.com/n24q02m/qwen3-embed/compare/v1.1.2...v1.1.3) (2026-02-28) |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* correct model identifiers from Qwen/ to n24q02m/ namespace ([298405c](https://github.com/n24q02m/qwen3-embed/commit/298405c)) |
14 | 23 |
|
15 | | -* add Q4F16 ONNX and GGUF model variant support ([8cc81c0](https://github.com/n24q02m/qwen3-embed/commit/8cc81c0ed10a3968758ba252dbc948aedc16cab1)) |
| 24 | +## [1.1.2](https://github.com/n24q02m/qwen3-embed/compare/v1.1.1...v1.1.2) (2026-02-27) |
| 25 | + |
| 26 | +### Bug Fixes |
| 27 | + |
| 28 | +* GGUF Reranker Device.AUTO defaulting to CPU instead of GPU ([684af12](https://github.com/n24q02m/qwen3-embed/commit/684af12)) |
| 29 | + |
| 30 | +## [1.1.1](https://github.com/n24q02m/qwen3-embed/compare/v1.1.0...v1.1.1) (2026-02-25) |
| 31 | + |
| 32 | +### Bug Fixes |
16 | 33 |
|
| 34 | +* auto-detect GPU for GGUF backend (Device.AUTO uses n_gpu=-1) ([edb58bb](https://github.com/n24q02m/qwen3-embed/commit/edb58bb)) |
17 | 35 |
|
18 | 36 | ### Documentation |
19 | 37 |
|
20 | | -* update README with Q4F16 and GGUF variants ([c17f975](https://github.com/n24q02m/qwen3-embed/commit/c17f97541d579bda276b7138ed650deb1e7561d3)) |
| 38 | +* add GPU acceleration section and fix CPU-only claim ([add0204](https://github.com/n24q02m/qwen3-embed/commit/add0204)) |
21 | 39 |
|
22 | | -## [0.2.0](https://github.com/n24q02m/qwen3-embed/compare/v0.1.0...v0.2.0) (2026-02-13) |
| 40 | +## [1.1.0](https://github.com/n24q02m/qwen3-embed/compare/v1.0.0...v1.1.0) (2026-02-22) |
23 | 41 |
|
| 42 | +### Features |
24 | 43 |
|
25 | | -### ⚠ BREAKING CHANGES |
| 44 | +* auto-detect DirectML GPU provider and improve logging ([f400012](https://github.com/n24q02m/qwen3-embed/commit/f400012)) |
| 45 | + |
| 46 | +## [1.0.0](https://github.com/n24q02m/qwen3-embed/compare/v0.2.1...v1.0.0) (2026-02-18) |
| 47 | + |
| 48 | +### Chores |
| 49 | + |
| 50 | +* migrate from release-please to python-semantic-release v10 ([9a78411](https://github.com/n24q02m/qwen3-embed/commit/9a78411)) |
26 | 51 |
|
27 | | -* Package import changed from 'from fastembed import ...' to 'from qwen3_embed import ...'. The PyPI package name remains qwen3-embed. |
| 52 | +## [0.2.1](https://github.com/n24q02m/qwen3-embed/compare/v0.2.0...v0.2.1) (2026-02-14) |
28 | 53 |
|
29 | 54 | ### Features |
30 | 55 |
|
31 | | -* promote dev to main (v0.2.0-beta) ([#2](https://github.com/n24q02m/qwen3-embed/issues/2)) ([4c95738](https://github.com/n24q02m/qwen3-embed/commit/4c95738222df7ae0ea339dc07d2a56d973e0365b)) |
32 | | -* qwen3-embed v0.1.0 - trimmed fastembed fork for Qwen3 models only ([d2a53fc](https://github.com/n24q02m/qwen3-embed/commit/d2a53fce71b55c44071717bd6722bcaf6fbcef7a)) |
| 56 | +* add Q4F16 ONNX and GGUF model variant support ([8cc81c0](https://github.com/n24q02m/qwen3-embed/commit/8cc81c0)) |
| 57 | + |
| 58 | +### Documentation |
33 | 59 |
|
34 | | -## [0.2.0-beta](https://github.com/n24q02m/qwen3-embed/compare/v0.1.0...v0.2.0-beta) (2026-02-13) |
| 60 | +* update README with Q4F16 and GGUF variants ([c17f975](https://github.com/n24q02m/qwen3-embed/commit/c17f975)) |
35 | 61 |
|
| 62 | +## [0.2.0](https://github.com/n24q02m/qwen3-embed/compare/v0.1.0...v0.2.0) (2026-02-13) |
36 | 63 |
|
37 | 64 | ### ⚠ BREAKING CHANGES |
38 | 65 |
|
39 | | -* Package import changed from 'from fastembed import ...' to 'from qwen3_embed import ...'. The PyPI package name remains qwen3-embed. |
| 66 | +* Package import changed from `from fastembed import ...` to `from qwen3_embed import ...`. The PyPI package name remains `qwen3-embed`. |
40 | 67 |
|
41 | 68 | ### Features |
42 | 69 |
|
43 | | -* qwen3-embed v0.1.0 - trimmed fastembed fork for Qwen3 models only ([d2a53fc](https://github.com/n24q02m/qwen3-embed/commit/d2a53fce71b55c44071717bd6722bcaf6fbcef7a)) |
44 | | - |
| 70 | +* qwen3-embed v0.1.0 - trimmed fastembed fork for Qwen3 models only ([d2a53fc](https://github.com/n24q02m/qwen3-embed/commit/d2a53fc)) |
45 | 71 |
|
46 | 72 | ### Bug Fixes |
47 | 73 |
|
48 | | -* port ONNX compatibility fixes and add integration tests ([59e30d0](https://github.com/n24q02m/qwen3-embed/commit/59e30d00138668921763592d357ea68efb0decc1)) |
49 | | -* resolve CI lint failures and exclude integration tests from CI ([a645d52](https://github.com/n24q02m/qwen3-embed/commit/a645d524a3f0b322e62fad3baf758995c19decc9)) |
50 | | - |
| 74 | +* port ONNX compatibility fixes and add integration tests ([59e30d0](https://github.com/n24q02m/qwen3-embed/commit/59e30d0)) |
51 | 75 |
|
52 | 76 | ### Code Refactoring |
53 | 77 |
|
54 | | -* rename package from fastembed to qwen3_embed ([6e77ba5](https://github.com/n24q02m/qwen3-embed/commit/6e77ba5715d48e33fe8bb863a135e17b2a385a1a)) |
| 78 | +* rename package from fastembed to qwen3_embed ([6e77ba5](https://github.com/n24q02m/qwen3-embed/commit/6e77ba5)) |
55 | 79 |
|
56 | 80 | ## 0.1.0 (2026-02-13) |
57 | 81 |
|
|
0 commit comments