Skip to content
Merged

2.4.1 #422

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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog
## 2.4.0 [TODO]
## 2.4.0 [2026-03-04]
### Added
- Restful endpoints to get latest responses without the logic in it (not to be confused with get latest states)
- Simplified survey units now have datastate in their variables
- Volumetrics with distinct interrogationId
-
### Changed
- Deprecated non-restful old endpoint
- Java 21 -> 25
-
### Fixed
- Returned null collectionInstrumentId in get unprocessed

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>2.4.0</version>
<version>2.4.1</version>
<packaging>jar</packaging>
<name>genesis-api</name>

Expand Down