Skip to content

Commit 974f7fc

Browse files
Merge pull request #140 from InseeFr/release130
1.3.0 - Authentication and bug fix on loop and dynamic tables
2 parents d849c79 + ce859b5 commit 974f7fc

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

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+
317
## 1.2.16 [2024-11-15]
418

519
### Fixed

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

0 commit comments

Comments
 (0)