File tree Expand file tree Collapse file tree 6 files changed +32
-13
lines changed
Expand file tree Collapse file tree 6 files changed +32
-13
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.0.0-RC] Support for Smart-ID and Mobile-ID
4+
5+ ### Features
6+
7+ * CDOC2 encryption/decryption with symmetric key from/to N-of-N shares (Smart-ID/Mobile-ID)
8+
9+ ### Internal
10+
11+ * cdoc2-cli bats tests for Smart-ID/Mobile-ID using SK test env and ` docker compose `
12+
13+ ### Maven package versions:
14+ ```
15+ cdoc2 2.0.0-SNAPSHOT
16+ cdoc2-schema 1.4.0-SNAPSHOT
17+ cdoc2-lib 3.0.0-SNAPSHOT
18+ cdoc2-client 2.0.0-SNAPSHOT
19+ cdoc2-cli 1.6.0-SNAPSHOT
20+ ```
21+
322## [ 1.4.1] Bug fixes, documentation, tests improvements (2024-09-19)
423
524### Bug Fixes
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >cdoc2</artifactId >
66 <groupId >ee.cyber.cdoc2</groupId >
7- <version >SID-1.4.1 </version >
7+ <version >2.0.0-SNAPSHOT </version >
88 </parent >
99
1010 <artifactId >cdoc2-cli</artifactId >
11- <version >SID-1.5.2 </version >
11+ <version >1.6.0-SNAPSHOT </version >
1212 <description >Command line utility to create/process CDOC2 files</description >
1313
1414 <properties >
4242 <dependency >
4343 <groupId >ee.cyber.cdoc2</groupId >
4444 <artifactId >cdoc2-lib</artifactId >
45- <version >SID-2.1.1 -SNAPSHOT</version >
45+ <version >3.0.0 -SNAPSHOT</version >
4646 </dependency >
4747 </dependencies >
4848
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >cdoc2</artifactId >
66 <groupId >ee.cyber.cdoc2</groupId >
7- <version >SID-1.4.1 </version >
7+ <version >2.0.0-SNAPSHOT </version >
88 </parent >
99
1010 <artifactId >cdoc2-client</artifactId >
11- <version >SID-1.6.1 -SNAPSHOT</version >
12- <description >CDOC2 server client generation from openapi specification </description >
11+ <version >2.0.0 -SNAPSHOT</version >
12+ <description >CDOC2 server client generation from openapi specifications https://github.com/open-eid/cdoc2-openapi </description >
1313
1414 <properties >
1515 <logback-classic .version>1.5.7</logback-classic .version>
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >cdoc2</artifactId >
55 <groupId >ee.cyber.cdoc2</groupId >
6- <version >SID-1.4.1 </version >
6+ <version >2.0.0-SNAPSHOT </version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
1010 <artifactId >cdoc2-lib</artifactId >
11- <version >SID-2.1.1 -SNAPSHOT</version >
11+ <version >3.0.0 -SNAPSHOT</version >
1212 <description >CDOC2 creation and processing library</description >
1313
1414 <properties >
2020 <dependency >
2121 <groupId >ee.cyber.cdoc2</groupId >
2222 <artifactId >cdoc2-schema</artifactId >
23- <version >SID-1.3.1 </version >
23+ <version >1.4.0-SNAPSHOT </version >
2424 </dependency >
2525
2626 <dependency >
2727 <groupId >ee.cyber.cdoc2</groupId >
2828 <artifactId >cdoc2-client</artifactId >
29- <version >SID-1.6.1 -SNAPSHOT</version >
29+ <version >2.0.0 -SNAPSHOT</version >
3030 </dependency >
3131
3232 <dependency >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44
55 <parent >
6- <version >SID-1.4.1 </version >
6+ <version >2.0.0-SNAPSHOT </version >
77 <groupId >ee.cyber.cdoc2</groupId >
88 <artifactId >cdoc2</artifactId >
99 </parent >
1010
1111 <artifactId >cdoc2-schema</artifactId >
12- <version >SID-1.3.1 </version >
12+ <version >1.4.0-SNAPSHOT </version >
1313
1414 <description >CDOC2 flatbuffer schemas and related functionality </description >
1515
Original file line number Diff line number Diff line change 33
44 <modelVersion >4.0.0</modelVersion >
55
6- <version >SID-1.4.1 </version >
6+ <version >2.0.0-SNAPSHOT </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