File tree Expand file tree Collapse file tree 7 files changed +32
-9
lines changed
Expand file tree Collapse file tree 7 files changed +32
-9
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.2.0 ] Repository split and maintenance (2024-05-30)
4+
5+ ### Features
6+
7+ * Expose Prometheus metrics endpoint for servers
8+
9+ ### Internal
10+
11+ * Split repository into cdoc2-java-ref-impl and cdoc2-capsule-server
12+ * Upgraded Spring 2.7.5 -> 3.2.5 + other third-party dependency updates
13+ * Use 'cdoc2' instead of 'cdoc20' everywhere (packages, documents etc). Salt strings remain unchanged (cdoc20kek, cdoc20cek and so)
14+ * Fix jacoco test coverage reports (broken previously)
15+ * Add gitlab CI build files
16+ * Added scripts for making releases and managing versions (see VERSIONS.md)
17+ * Refactoring required to build cdoc2-capsule-server repo without cdoc2-lib dependency (cdoc2-lib dependency is still needed for running tests )
18+ * Upload/consume cdoc2-key-capsule-openapi.yaml as maven artifact
19+ * Added bats tests to check backward compatibility of CDOC2 format with previous releases
20+
21+ ### Bugfixes
22+
23+ * With rename cdoc20-cdoc2 salts values were also incorrectly changed. Broke backward compatibility. Fixed before release 1.2.0
24+
25+
326## [ 1.1.0] Version update (2024-03-26)
427
528### Features
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >cdoc2</artifactId >
66 <groupId >ee.cyber.cdoc2</groupId >
7- <version >1.3.0-SNAPSHOT </version >
7+ <version >1.2.0 </version >
88 </parent >
99
1010 <artifactId >cdoc2-cli</artifactId >
4141 <dependency >
4242 <groupId >ee.cyber.cdoc2</groupId >
4343 <artifactId >cdoc2-lib</artifactId >
44- <version >1.3.0-SNAPSHOT </version >
44+ <version >1.2.0 </version >
4545 </dependency >
4646 </dependencies >
4747
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >cdoc2</artifactId >
66 <groupId >ee.cyber.cdoc2</groupId >
7- <version >1.3.0-SNAPSHOT </version >
7+ <version >1.2.0 </version >
88 </parent >
99
1010 <artifactId >cdoc2-client</artifactId >
11- <version >1.3.0-SNAPSHOT </version >
11+ <version >1.3.0</version >
1212 <description >CDOC2 server client generation from openapi specification</description >
1313
1414 <properties >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >cdoc2</artifactId >
55 <groupId >ee.cyber.cdoc2</groupId >
6- <version >1.3.0-SNAPSHOT </version >
6+ <version >1.2.0 </version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
1919 <dependency >
2020 <groupId >ee.cyber.cdoc2</groupId >
2121 <artifactId >cdoc2-schema</artifactId >
22- <version >1.3.0-SNAPSHOT </version >
22+ <version >1.2.0 </version >
2323 </dependency >
2424
2525 <dependency >
2626 <groupId >ee.cyber.cdoc2</groupId >
2727 <artifactId >cdoc2-client</artifactId >
28- <version >1.3.0-SNAPSHOT </version >
28+ <version >1.3.0</version >
2929 </dependency >
3030
3131 <dependency >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44
55 <parent >
6- <version >1.3.0-SNAPSHOT </version >
6+ <version >1.2.0 </version >
77 <groupId >ee.cyber.cdoc2</groupId >
88 <artifactId >cdoc2</artifactId >
99 </parent >
Original file line number Diff line number Diff line change 33
44 <modelVersion >4.0.0</modelVersion >
55
6- <version >1.3.0-SNAPSHOT </version >
6+ <version >1.2.0 </version >
77 <groupId >ee.cyber.cdoc2</groupId >
88 <artifactId >cdoc2</artifactId >
99 <description >CDOC2 reference implementation </description >
You can’t perform that action at this time.
0 commit comments