You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tycho/CHANGELOG.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,45 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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).
6
6
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))
- 🔥(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))
0 commit comments