|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), |
| 7 | +and commits should be formatted using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). |
| 8 | + |
| 9 | +## [0.3.0] - 2025-09-15 |
| 10 | + |
| 11 | +### Added |
| 12 | + |
| 13 | +- Test: Support for pre-commit, git-cliff and others added ([d19b88d](https://github.com/research/asero/commit/d19b88d28f8086629f6c6b31245fb3c302edec65)) |
| 14 | +- Docs: Add main documentation pages ([9702680](https://github.com/research/asero/commit/9702680a51c55ad610483c535c6f652b2b41f1cd)) |
| 15 | + |
| 16 | +### Changed |
| 17 | + |
| 18 | +- GitHub: Move from GitLab to GitHub workflows ([faa6100](https://github.com/research/asero/commit/faa6100b7235edc8b01c0aa55a343fee83ebed26)) |
| 19 | + |
| 20 | +**Full Changelog**: https://github.com/research/asero/compare/v0.2.14...v0.3.0 |
| 21 | + |
| 22 | +## [0.2.14] - 2025-09-11 |
| 23 | + |
| 24 | +### Changed |
| 25 | + |
| 26 | +- Bump dependencies ([deef30c](https://github.com/research/asero/commit/deef30cb02754fba0cd66e45642e6e56e9ccdfe9)) |
| 27 | + |
| 28 | +**Full Changelog**: https://github.com/research/asero/compare/v0.2.13...v0.2.14 |
| 29 | + |
| 30 | +## [0.2.13] - 2025-09-09 |
| 31 | + |
| 32 | +### Changed |
| 33 | + |
| 34 | +- Pass the embedding dimensions ([4eaaa56](https://github.com/research/asero/commit/4eaaa56f1a00572f924bc0f84bb874cfeee2965b)) |
| 35 | + |
| 36 | +**Full Changelog**: https://github.com/research/asero/compare/v0.2.12...v0.2.13 |
| 37 | + |
| 38 | +## [0.2.12] - 2025-08-22 |
| 39 | + |
| 40 | +### Added |
| 41 | + |
| 42 | +- Added the "Use as library" section to docs ([e7a4926](https://github.com/research/asero/commit/e7a49266dad84264989207900b8065933ac80b08)) |
| 43 | + |
| 44 | +**Full Changelog**: https://github.com/research/asero/compare/v0.2.11...v0.2.12 |
| 45 | + |
| 46 | +## [0.2.11] - 2025-08-22 |
| 47 | + |
| 48 | +### Changed |
| 49 | + |
| 50 | +- Allow get_config() to specify the path to tree.yml file ([12cc936](https://github.com/research/asero/commit/12cc936a3b8487c3b85f1f72f98a12286ae1cc24)) |
| 51 | + |
| 52 | +**Full Changelog**: https://github.com/research/asero/compare/v0.2.10...v0.2.11 |
| 53 | + |
| 54 | +## [0.2.10] - 2025-08-22 |
| 55 | + |
| 56 | +### Changed |
| 57 | + |
| 58 | +- Move candidates filtering to separate method ([e5532ab](https://github.com/research/asero/commit/e5532abdcbd3df3f2a7bc0aae1190b4e8ca18d47)) |
| 59 | + |
| 60 | +**Full Changelog**: https://github.com/research/asero/compare/v0.2.9...v0.2.10 |
| 61 | + |
| 62 | +## [0.2.9] - 2025-08-22 |
| 63 | + |
| 64 | +### Changed |
| 65 | + |
| 66 | +- Allow top_n_routes() allowed paths to be regexes ([25ecd34](https://github.com/research/asero/commit/25ecd34ba809d8cb2f4f55eca4621a3d0a11427a)) |
| 67 | +- Move from imported config to proper get_config() ([60494bb](https://github.com/research/asero/commit/60494bbe25334b1895318f05fce523eefe62241e)) |
| 68 | +- Improve behaviour on empty queries or embeddings ([be8d38a](https://github.com/research/asero/commit/be8d38ace35c9d8313d4d90c04f307439e071ad4)) |
| 69 | + |
| 70 | +**Full Changelog**: https://github.com/research/asero/compare/v0.2.8...v0.2.9 |
| 71 | + |
| 72 | +## [0.2.8] - 2025-08-21 |
| 73 | + |
| 74 | +### Added |
| 75 | + |
| 76 | +- Add info about the router yaml file being used ([36cc346](https://github.com/research/asero/commit/36cc346194734695619394034064c2f26eeb1a8e)) |
| 77 | + |
| 78 | +### Changed |
| 79 | + |
| 80 | +- Better finding ROOT_DIR up to the dir having an .env file ([a9e8369](https://github.com/research/asero/commit/a9e8369907002ca4b60044cfdc004c0d94461ed3)) |
| 81 | +- Ensure that SemanticRouter uses self embeddings cache ([b6c4a14](https://github.com/research/asero/commit/b6c4a145db3824eb3973c1113cf2a59e6f044f1f)) |
| 82 | + |
| 83 | +**Full Changelog**: https://github.com/research/asero/compare/v0.2.7...v0.2.8 |
| 84 | + |
| 85 | +## [0.2.7] - 2025-08-20 |
| 86 | + |
| 87 | +### Added |
| 88 | + |
| 89 | +- Add standard gitlab-ci pipeline (basically run pre-commit) ([75f5d47](https://github.com/research/asero/commit/75f5d47b7a3b3a118479b1d313f7ce3473a000c5)) |
| 90 | + |
| 91 | +**Full Changelog**: https://github.com/research/asero/compare/v0.2.6...v0.2.7 |
| 92 | + |
| 93 | +## [0.2.6] - 2025-08-20 |
| 94 | + |
| 95 | +### Added |
| 96 | + |
| 97 | +- Add readme with basic docs, env template, license and a few links ([18eec11](https://github.com/research/asero/commit/18eec11ec75cf2b8375316b909421aa4dd98633e)) |
| 98 | + |
| 99 | +**Full Changelog**: https://github.com/research/asero/compare/v0.2.5...v0.2.6 |
| 100 | + |
| 101 | +## [0.2.5] - 2025-08-20 |
| 102 | + |
| 103 | +### Changed |
| 104 | + |
| 105 | +- Lower requirements to python 3.12 ([9669d5f](https://github.com/research/asero/commit/9669d5fb3a5f85aad9f21abbb28d2817c6988281)) |
| 106 | + |
| 107 | +**Full Changelog**: https://github.com/research/asero/compare/v0.2.4...v0.2.5 |
| 108 | + |
| 109 | +## [0.2.4] - 2025-08-18 |
| 110 | + |
| 111 | +### Changed |
| 112 | + |
| 113 | +- Wrap public api methods of SemanticRouterNode in SemanticRouter ([3c152e7](https://github.com/research/asero/commit/3c152e7ed17adb6e705ac1b3aab44b62b6a21532)) |
| 114 | + |
| 115 | +**Full Changelog**: https://github.com/research/asero/compare/v0.2.3...v0.2.4 |
| 116 | + |
| 117 | +## [0.2.3] - 2025-08-18 |
| 118 | + |
| 119 | +### Changed |
| 120 | + |
| 121 | +- Improve algo to avoid visiting low score branches ([50a3e36](https://github.com/research/asero/commit/50a3e36d153e714d94d757ade11a1305867a8742)) |
| 122 | +- Filter by only-leaves and allowed-paths ([e824ba7](https://github.com/research/asero/commit/e824ba7edcce0b2cea587d7227d7067cb31e0342)) |
| 123 | + |
| 124 | +**Full Changelog**: https://github.com/research/asero/compare/v0.2.2...v0.2.3 |
| 125 | + |
| 126 | +## [0.2.2] - 2025-08-18 |
| 127 | + |
| 128 | +### Added |
| 129 | + |
| 130 | +- Add unittests for asero/config.py covering env vars, defaults, and paths ([37e370a](https://github.com/research/asero/commit/37e370a7a1a2a367bad458e49d4c598b00533436)) |
| 131 | + |
| 132 | +**Full Changelog**: https://github.com/research/asero/compare/v0.2.1...v0.2.2 |
| 133 | + |
| 134 | +## [0.2.1] - 2025-08-18 |
| 135 | + |
| 136 | +### Added |
| 137 | + |
| 138 | +- Add and fix docstrings in asero/router.py ([ab41cd6](https://github.com/research/asero/commit/ab41cd6dbd5c87a3b6a6a9512372a1e15aee9f58)) |
| 139 | +- Add and fix docstrings in the remaining modules ([79d6976](https://github.com/research/asero/commit/79d6976151cf82f8225a235b3600795b2e54f2bd)) |
| 140 | + |
| 141 | +### Changed |
| 142 | + |
| 143 | +- Initial commit ([e1f5c57](https://github.com/research/asero/commit/e1f5c57066b5fed5b1dc453db0afd916960f7b7e)) |
| 144 | +- Re-organise stuff (parameters, files, pre-commit, logging, ...) ([d646eae](https://github.com/research/asero/commit/d646eaed5ceede60ef18db0e1b3bd0b76870bd0d)) |
| 145 | +- Keep a small utility to play in CLI ([4109642](https://github.com/research/asero/commit/410964298bec6850ce7d2df725106ea580523a81)) |
| 146 | +- Towards linters (ruff, pyright) compliance ([010dfd5](https://github.com/research/asero/commit/010dfd5af21ae245ad5ac4e9608e1af09583f0e7)) |
| 147 | + |
| 148 | +**Full Changelog**: https://github.com/research/asero/compare/v0.2.0...v0.2.1 |
| 149 | + |
| 150 | +[0.3.0]: https://github.com/research/asero/compare/v0.2.14..v0.3.0 |
| 151 | +[0.2.14]: https://github.com/research/asero/compare/v0.2.13..v0.2.14 |
| 152 | +[0.2.13]: https://github.com/research/asero/compare/v0.2.12..v0.2.13 |
| 153 | +[0.2.12]: https://github.com/research/asero/compare/v0.2.11..v0.2.12 |
| 154 | +[0.2.11]: https://github.com/research/asero/compare/v0.2.10..v0.2.11 |
| 155 | +[0.2.10]: https://github.com/research/asero/compare/v0.2.9..v0.2.10 |
| 156 | +[0.2.9]: https://github.com/research/asero/compare/v0.2.8..v0.2.9 |
| 157 | +[0.2.8]: https://github.com/research/asero/compare/v0.2.7..v0.2.8 |
| 158 | +[0.2.7]: https://github.com/research/asero/compare/v0.2.6..v0.2.7 |
| 159 | +[0.2.6]: https://github.com/research/asero/compare/v0.2.5..v0.2.6 |
| 160 | +[0.2.5]: https://github.com/research/asero/compare/v0.2.4..v0.2.5 |
| 161 | +[0.2.4]: https://github.com/research/asero/compare/v0.2.3..v0.2.4 |
| 162 | +[0.2.3]: https://github.com/research/asero/compare/v0.2.2..v0.2.3 |
| 163 | +[0.2.2]: https://github.com/research/asero/compare/v0.2.1..v0.2.2 |
| 164 | +[0.2.1]: https://github.com/research/asero/compare/v0.2.0..v0.2.1 |
| 165 | + |
| 166 | +<!-- generated by git-cliff --> |
0 commit comments