Skip to content

Commit a995dba

Browse files
📝(release) update CHANGELOG.md for 0.1.7 (#375)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 32c1ca9 commit a995dba

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

src/tycho/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.7] - 2026-04-22
8+
9+
### <!-- 0 --> Breaking Changes
10+
11+
- ✨(async) setup broker and queue ([#376](https://github.com/betagouv/csplab/pull/376))
12+
13+
### <!-- 1 --> Added
14+
15+
- 🔧(accessibility) add automated accessibility testing with pytest-playwright and axe-playwright-python ([#157](https://github.com/betagouv/csplab/pull/157))
16+
- 🔧(project) add port override ([#391](https://github.com/betagouv/csplab/pull/391))
17+
- ✨(tycho:domain) load metiers data ([#397](https://github.com/betagouv/csplab/pull/397))
18+
- ✨(tycho-ingestion) clean metiers ([#398](https://github.com/betagouv/csplab/pull/398))
19+
- ✨(tycho-ingestion) add task for clean metiers ([#414](https://github.com/betagouv/csplab/pull/414))
20+
21+
### <!-- 2 --> Modified
22+
23+
- ✨(candidate) send process uploaded cv usecase to tasks broker ([#377](https://github.com/betagouv/csplab/pull/377))
24+
- 🔧(tooling) disable periodic tasks in dev ([#390](https://github.com/betagouv/csplab/pull/390))
25+
- ✨(ingestion) enqueue periodiq vectorization and cleaning tasks ([#381](https://github.com/betagouv/csplab/pull/381))
26+
- ♻️(tycho:ingestion) use async http client ([#389](https://github.com/betagouv/csplab/pull/389))
27+
28+
### <!-- 3 --> Removed
29+
30+
- 🔥(notebook) good bye es ([#370](https://github.com/betagouv/csplab/pull/370))
31+
- 🔥(shared) remove VectorizedDocumentModel and pgvector_repository ([#385](https://github.com/betagouv/csplab/pull/385))
32+
- 🔥(shared) remove pgvector lib ([#386](https://github.com/betagouv/csplab/pull/386))
33+
34+
### <!-- 4 --> Fixed
35+
36+
- 🐛(candidate) make sure drawer opens after filtering occured ([#374](https://github.com/betagouv/csplab/pull/374))
37+
- 🐛(ingestion) let load_offers task call load_offers_usecase, instead of load_documents_usecase ([#393](https://github.com/betagouv/csplab/pull/393))
38+
- 🐛(tooling) make bootstrap work on fresh setup ([#399](https://github.com/betagouv/csplab/pull/399))
39+
740
## [0.1.6] - 2026-04-07
841

942
### <!-- 1 --> Added

0 commit comments

Comments
 (0)