Skip to content

Commit 486b65f

Browse files
📝(release) update CHANGELOG.md for 0.1.9
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 601a533 commit 486b65f

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

src/tycho/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,45 @@ 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.9] - 2026-05-11
8+
9+
### <!-- 1 --> Added
10+
11+
- ✨(candidate) category filter now includes A+ ([#482](https://github.com/betagouv/csplab/pull/482))
12+
- ✨(ingestion-domain) map APLUS category in offers cleaner ([#486](https://github.com/betagouv/csplab/pull/486))
13+
- ✨(tooling) boostrap playwright e2e tests suite ([#490](https://github.com/betagouv/csplab/pull/490))
14+
- ✅(candidate-presentation) add main e2e tests for cv flow ([#460](https://github.com/betagouv/csplab/pull/460))
15+
- ✅(candidate-presentation) add secondary e2e tests ([#461](https://github.com/betagouv/csplab/pull/461))
16+
- ✅(candidate-presentation) add keyboard navigation e2e test ([#463](https://github.com/betagouv/csplab/pull/463))
17+
- ✨(candidate) add terms static page ([#227](https://github.com/betagouv/csplab/pull/227))
18+
- ✨(candidate) add a11y static page ([#224](https://github.com/betagouv/csplab/pull/224))
19+
- ✨(candidate) add privacy static page ([#226](https://github.com/betagouv/csplab/pull/226))
20+
- ✨(candidate) add legal notice static page ([#225](https://github.com/betagouv/csplab/pull/225))
21+
- ✅(candidate-presentation) update static pages test ([#499](https://github.com/betagouv/csplab/pull/499))
22+
- ✨(ingestion) create new ingestion app ([#493](https://github.com/betagouv/csplab/pull/493))
23+
- 🔧(project) add test-cov in make file ([#498](https://github.com/betagouv/csplab/pull/498))
24+
- ✨(api) add list offers endpoint ([#440](https://github.com/betagouv/csplab/pull/440))
25+
- ✨(ingestion-api) add TalentSoft webhook endpoint ([#500](https://github.com/betagouv/csplab/pull/500))
26+
27+
### <!-- 2 --> Modified
28+
29+
- 🔧(tooling-presentation) async tasks in dev: reduce footprint using 'immediate' setup for huey ([#483](https://github.com/betagouv/csplab/pull/483))
30+
- ♻️(ocr) Replace deprecated Pydantic Config with SettingsConfigDict ([#489](https://github.com/betagouv/csplab/pull/489))
31+
- 🔧(tooling-tests) restore coverage computation, parallelize e2e tests ([#494](https://github.com/betagouv/csplab/pull/494))
32+
33+
### <!-- 3 --> Removed
34+
35+
- 🔥(candidate-presentation) drop existing view tests covered by e2e ([#462](https://github.com/betagouv/csplab/pull/462))
36+
37+
### <!-- 4 --> Fixed
38+
39+
- ✨(shared) unarchive an offer received from load_offers ([#492](https://github.com/betagouv/csplab/pull/492))
40+
- 🐛(ingestion) set the Python version ([#501](https://github.com/betagouv/csplab/pull/501))
41+
- 🐛(ingestion-api) read expires from request headers ([#505](https://github.com/betagouv/csplab/pull/505))
42+
- ⚡️(api-presentation) prevent DB dynamic inspection when using API schema for documentation purposes ([#504](https://github.com/betagouv/csplab/pull/504))
43+
- 🐛(ingestion-api) handle unencoded + in signature ([#506](https://github.com/betagouv/csplab/pull/506))
44+
- 🐛(ingestion-infrastructure) isolate and log raw_documents in error instead of raising error to let next raw_documents be loaded ([#509](https://github.com/betagouv/csplab/pull/509))
45+
746
## [0.1.8] - 2026-05-06
847

948
### <!-- 1 --> Added

0 commit comments

Comments
 (0)