Skip to content

Commit c96af84

Browse files
Merge pull request #238 from InseeFr/release155
1.5.5 : new format input (json schema validation) and output for quality tools
2 parents 331baa6 + 3eddbce commit c96af84

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.5.5 [2025-06-18]
4+
### Added
5+
- review indicator added in context
6+
- change format output for quality tools (latest-states endpoint)
7+
- new endpoint to take into account new format input ( /responses/raw/lunatic-json endpoint)
8+
9+
### Updated
10+
- pitest-maven 1.19.6
11+
- json-schema-validator 1.5.7
12+
- springdoc 2.8.9
13+
- springboot 3.5.0
14+
315
## 1.5.4 [2025-04-24]
416
### Fixed
517
- kraftwerk users can create and delete schedules

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>fr.insee.genesis</groupId>
66
<artifactId>genesis-api</artifactId>
7-
<version>1.5.4</version>
7+
<version>1.5.5</version>
88
<packaging>jar</packaging>
99
<name>genesis-api</name>
1010

0 commit comments

Comments
 (0)