Skip to content

Commit 21cbc94

Browse files
Merge pull request #208 from InseeFr/release153
1.5.3 : Raw data transformation and lunatic model
2 parents 4d02761 + c0c0f94 commit 21cbc94

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## 1.5.3 [2025-04-24]
4+
### Added
5+
- Add transformation from raw data to Genesis model
6+
- Save lunatic models in Genesis
7+
- Retrieve lunatic models from Genesis
8+
9+
### Fixed
10+
- Allow scheduler to get all schedules and raw data dtos
11+
12+
### Updated
13+
- jacoco-maven-plugin 0.8.13
14+
- pitest-maven 1.19.1
15+
- eclipse-temurin docker tag to v21.0.7_6-jre-alpine
16+
17+
318
## 1.5.2 [2025-03-26]
419
### Added
520
- Add volumetrics to quantify raw data received

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.2</version>
7+
<version>1.5.3</version>
88
<packaging>jar</packaging>
99
<name>genesis-api</name>
1010

0 commit comments

Comments
 (0)