File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,18 @@ Generic openEHR Client and Objekt-mapper:
77* RestClient for openEHR Rest-API
88* AQL-Query generator (TODO)
99
10+ ## Release Notes (v0.3.0)
11+ -RestClient for DIRECTORY endpoint
12+ -Improved clean-up of empty elements
13+ -Improved generation of EVENT classes
14+ -Automated generation of PARTICIPATION classes
15+ -Added support for PARTY_PROXY
16+ -Moved to EHRbase 11
1017
1118## Installation
1219
1320### Prerequisite
14- You need to have EHRbase jars for v0.10 .0 in your maven repo
21+ You need to have EHRbase jars for v0.11 .0 in your maven repo (clone EHRbase and build with 'mvn clean install')
1522### Build
1623``` bash
1724mvn clean install
Original file line number Diff line number Diff line change 2323
2424 <groupId >org.ehrbase</groupId >
2525 <artifactId >client-library</artifactId >
26- <version >0.2 .0</version >
26+ <version >0.3 .0</version >
2727
2828 <properties >
2929 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3030 <skipIntegrationTests >true</skipIntegrationTests >
31- <ehrbaseVersion >0.10 .0</ehrbaseVersion >
31+ <ehrbaseVersion >0.11 .0</ehrbaseVersion >
3232 <maven .compiler.release>11</maven .compiler.release>
3333 <maven .compiler.source>11</maven .compiler.source>
3434 <maven .compiler.target>11</maven .compiler.target>
You can’t perform that action at this time.
0 commit comments