We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d849c79 + ce859b5 commit 974f7fcCopy full SHA for 974f7fc
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Changelog
2
3
+## 1.3.0 [2024-12-16]
4
+
5
+### Added
6
+- Authentication on endpoints (except healthchecks)
7
8
+### Fixed
9
+- Resolve bug that makes extractions of values from loop and dynamic tables incomplete
10
11
+### Updated
12
+- spring boot 3.4.0
13
+- springdoc 2.7.0
14
+- jackson 2.18.2
15
+- pitest 1.17.2
16
17
## 1.2.16 [2024-11-15]
18
19
### Fixed
pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.insee.genesis</groupId>
<artifactId>genesis-api</artifactId>
- <version>1.2.16</version>
+ <version>1.3.0</version>
<packaging>jar</packaging>
<name>genesis-api</name>
0 commit comments