Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.5.3 [2025-04-24]
### Added
- Add transformation from raw data to Genesis model
- Save lunatic models in Genesis
- Retrieve lunatic models from Genesis

### Fixed
- Allow scheduler to get all schedules and raw data dtos

### Updated
- jacoco-maven-plugin 0.8.13
- pitest-maven 1.19.1
- eclipse-temurin docker tag to v21.0.7_6-jre-alpine


## 1.5.2 [2025-03-26]
### Added
- Add volumetrics to quantify raw data received
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.insee.genesis</groupId>
<artifactId>genesis-api</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
<packaging>jar</packaging>
<name>genesis-api</name>

Expand Down