Skip to content

Commit

Permalink
Merge pull request #118 from InseeFr/devRelease209
Browse files Browse the repository at this point in the history
2.0.9
  • Loading branch information
alexisszmundy authored May 15, 2024
2 parents 0071ab0 + 494aff6 commit 02ea75c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 2.0.9 [2024-05-16] - Fix genesis calls
### Added
- Error 204 when no data in Genesis database when using the Genesis endpoint

### Changed
- Kraftwerk now get modes from Genesis by campaign
- Kraftwerk genesis endpoint now uses idCampaign like the other endpoints
- Changed some error message to be more explicit

### Fixed
- Fix crash when empty reporting data file
- Genesis response not parsed from JSON when calling on get QuestionnaireModelIds endpoint

## 2.0.8 [2024-05-03] - Fix id for genesis

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions kraftwerk-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>fr.insee.kraftwerk</groupId>
<artifactId>kraftwerk</artifactId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>
<artifactId>kraftwerk-api</artifactId>
<name>kraftwerk-api</name>
<packaging>jar</packaging>

<properties>
<kraftwerk.version>2.0.8</kraftwerk.version>
<kraftwerk.version>2.0.9</kraftwerk.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kraftwerk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>fr.insee.kraftwerk</groupId>
<artifactId>kraftwerk</artifactId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>

<artifactId>kraftwerk-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kraftwerk-functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>fr.insee.kraftwerk</groupId>
<artifactId>kraftwerk</artifactId>
<version>2.0.8</version>
<version>2.0.9</version>
</parent>

<artifactId>kraftwerk-functional-tests</artifactId>
<name>Archetype - kraftwerk-tests</name>

<properties>
<kraftwerk.version>2.0.8</kraftwerk.version>
<kraftwerk.version>2.0.9</kraftwerk.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.insee.kraftwerk</groupId>
<artifactId>kraftwerk</artifactId>
<version>2.0.8</version>
<version>2.0.9</version>
<packaging>pom</packaging>
<name>kraftwerk</name>
<parent>
Expand Down

0 comments on commit 02ea75c

Please sign in to comment.