Releases: alex-therapeutics/diga-api-client
2.1.2
What's Changed
Only dependency updates.
- Update README.md by @fongie in #164
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 by @dependabot in #165
- Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.10.3 by @dependabot in #166
- Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 by @dependabot in #167
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 by @dependabot in #168
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #169
- Bump org.junit.jupiter:junit-jupiter-engine from 5.10.3 to 5.11.0 by @dependabot in #173
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.0 by @dependabot in #172
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #171
- Bump org.apache.cxf:cxf-xjc-plugin from 4.0.1 to 4.0.2 by @dependabot in #170
- Bump commons-io:commons-io from 2.16.1 to 2.17.0 by @dependabot in #175
- Bump org.junit.jupiter:junit-jupiter-engine from 5.11.0 to 5.11.1 by @dependabot in #174
- Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.3 by @dependabot in #178
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #177
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #176
- Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 by @dependabot in #182
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot in #181
- Bump commons-io:commons-io from 2.17.0 to 2.18.0 by @dependabot in #180
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #179
Full Changelog: 2.1.1...2.1.2
2.1.1
What's Changed
Only dependency updates.
- Update README.md by @fongie in #156
- Bump org.apache.cxf:cxf-xjc-plugin from 4.0.0 to 4.0.1 by @dependabot in #157
- Bump org.projectlombok:lombok from 1.18.30 to 1.18.32 by @dependabot in #158
- Bump commons-io:commons-io from 2.15.1 to 2.16.0 by @dependabot in #159
- Bump commons-io:commons-io from 2.16.0 to 2.16.1 by @dependabot in #161
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #160
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #162
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot in #163
Full Changelog: 2.1.0...2.1.1
2.1.0
2.0.2
What's Changed
- Update Diga Client Api to use jakarta by @khaledmohamed-oviva in #155
Dependency updates
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.0 to 2.41.1 by @dependabot in #151
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #150
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.1 to 2.43.0 by @dependabot in #152
- Bump org.junit.jupiter:junit-jupiter-engine from 5.10.1 to 5.10.2 by @dependabot in #153
New Contributors
- @khaledmohamed-oviva made their first contribution in #155
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- Update DigaOkHttpClient.java to add contentType multipart request data by @jakob-p in #148 - fixes #147
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #143
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.40.0 to 2.41.0 by @dependabot in #144
- Bump commons-io:commons-io from 2.15.0 to 2.15.1 by @dependabot in #145
- Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 by @dependabot in #146
- Configure spotless not to lint generated files by @fongie in #149
Full Changelog: 2.0.0...2.0.1
2.0.0
This upgrades the library to use XRechnung 2.2.0 which is used by most insurance APIs as of this release - see updates here.
Breaking change
As of this release, we require Java 17. This is due to a required dependency (base32check-java) requiring it as well.
What's Changed
- Update billing to XRechnung 2.2.0 by @jakob-p in #130
- Update maven-test.yml by @fongie in #132
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.38.0 to 2.40.0 by @dependabot in #133
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #134
- Bump commons-io:commons-io from 2.13.0 to 2.14.0 by @dependabot in #135
- Bump org.projectlombok:lombok from 1.18.28 to 1.18.30 by @dependabot in #136
- fix workflows to use latest macos and correct java version by @fongie in #137
- Bump org.glassfish.jaxb:jaxb-runtime from 2.3.8 to 2.3.9 by @dependabot in #140
- Bump commons-io:commons-io from 2.14.0 to 2.15.0 by @dependabot in #139
- Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 by @dependabot in #138
- Up to Java 17 by @fongie in #142
New Contributors
Full Changelog: 1.2.6...2.0.0
2.0.0-beta.1
Beta
NOTICE This upgrades the library to use XRechnung 2.2.0 which is supposed to be used by insurance APIs in an upcoming update. It does not include the announced billing API changes. See issue #115
What's Changed
- Update billing to XRechnung 2.2.0 by @jakob-p in #130
- Update maven-test.yml by @fongie in #132
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.38.0 to 2.40.0 by @dependabot in #133
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #134
- Bump commons-io:commons-io from 2.13.0 to 2.14.0 by @dependabot in #135
- Bump org.projectlombok:lombok from 1.18.28 to 1.18.30 by @dependabot in #136
- fix workflows to use latest macos and correct java version by @fongie in #137
New Contributors
Full Changelog: 1.2.6...2.0.0-beta.1
1.2.6
Note
This release moves all schemas to version 3.0.0 ("v3") as they were in the 1.2.5-v3-xml
release, since v2 is reported to not be used by insurance endpoints anymore (see discussion in #130). This release also includes dependency updates.
Note however that this release does not include the upcoming XRechnung 2.2.0 or billing API changes that are scheduled to occur on 10/1-2023. Those will be released as version 2.0.0
of this library when stable, and until stable there will be alpha releases along the way as 2.0.0-alpha.x
that may work for the changes that occur on octobre 1st. Contributions are welcome!
What's Changed
- Move code schema for main branch to version 3.0.0 by @fongie in #131
- Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13 by @dependabot in #80
- Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 by @dependabot in #84
- Bump spotless-maven-plugin from 2.22.1 to 2.22.3 by @dependabot in #83
- Bump jaxb-runtime from 2.3.5 to 2.3.6 by @dependabot in #82
- Bump lombok from 1.18.22 to 1.18.24 by @dependabot in #81
- Bump spotless-maven-plugin from 2.22.3 to 2.22.5 by @dependabot in #86
- Bump sslcontext-kickstart from 7.4.1 to 7.4.3 by @dependabot in #87
- Bump cxf-xjc-plugin from 3.3.1 to 3.3.2 by @dependabot in #85
- Bump sslcontext-kickstart from 7.4.3 to 7.4.4 by @dependabot in #89
- Bump okhttp from 4.9.3 to 4.10.0 by @dependabot in #90
- Bump spotless-maven-plugin from 2.22.5 to 2.23.0 by @dependabot in #88
- Bump junit-jupiter-engine from 5.8.2 to 5.9.0 by @dependabot in #91
- Bump sslcontext-kickstart from 7.4.4 to 7.4.5 by @dependabot in #92
- Bump spotless-maven-plugin from 2.23.0 to 2.24.0 by @dependabot in #93
- Bump spotless-maven-plugin from 2.24.0 to 2.25.0 by @dependabot in #95
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #96
- Bump sslcontext-kickstart from 7.4.5 to 7.4.6 by @dependabot in #97
- Bump sslcontext-kickstart from 7.4.6 to 7.4.7 by @dependabot in #100
- Bump junit-jupiter-engine from 5.9.0 to 5.9.1 by @dependabot in #101
- Bump spotless-maven-plugin from 2.25.0 to 2.27.1 by @dependabot in #99
- Bump sslcontext-kickstart from 7.4.7 to 7.4.8 by @dependabot in #102
- Bump spotless-maven-plugin from 2.27.1 to 2.27.2 by @dependabot in #103
- Bump jaxb-runtime from 2.3.6 to 2.3.7 by @dependabot in #104
- Bump spotless-maven-plugin from 2.27.2 to 2.28.0 by @dependabot in #105
- Bump sslcontext-kickstart from 7.4.8 to 7.4.9 by @dependabot in #106
- Bump junit-jupiter-engine from 5.9.1 to 5.9.2 by @dependabot in #107
- Bump spotless-maven-plugin from 2.28.0 to 2.31.0 by @dependabot in #108
- Bump sslcontext-kickstart from 7.4.9 to 7.4.11 by @dependabot in #110
- Bump jaxb-runtime from 2.3.7 to 2.3.8 by @dependabot in #111
- Bump spotless-maven-plugin from 2.31.0 to 2.34.0 by @dependabot in #112
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #113
- Bump lombok from 1.18.24 to 1.18.26 by @dependabot in #114
- Bump spotless-maven-plugin from 2.34.0 to 2.35.0 by @dependabot in #116
- Bump okhttp from 4.10.0 to 4.11.0 by @dependabot in #119
- Bump junit-jupiter-engine from 5.9.2 to 5.9.3 by @dependabot in #120
- Bump secon-tool from 1.1.1 to 1.2.0 by @dependabot in #117
- Bump org.junit.jupiter:junit-jupiter-engine from 5.9.3 to 5.10.0 by @dependabot in #128
- Bump commons-io from 2.11.0 to 2.13.0 by @dependabot in #127
- Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #123
- Bump sslcontext-kickstart from 7.4.11 to 7.5.0 by @dependabot in #122
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.35.0 to 2.38.0 by @dependabot in #129
- Bump base32check-java from 0.0.2 to 0.1.0 by @dependabot in #118
- Bump lombok from 1.18.26 to 1.18.28 by @dependabot in #125
Full Changelog: 1.2.4...1.2.6
1.2.5-v3-xml
V3-XML
Currently the insurance APIs are in the process of updating their XML schemas to V3. However, one of the insurance API providers have started ahead of the others, which means that the providers currently support different XML schemas.
While waiting for a workaround to be published in the main branch, we release this version as two separate artifacts : one with the v2 xml schemas and one with the v3 xml schemas. You will find the v2 xml schema version in the release 1.2.5-v2-xml. As a temporary workaround, you can set up your environment to choose which library to use depending on the insurance.
What's Changed
- Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13 by @dependabot in #80
- Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 by @dependabot in #84
- Bump spotless-maven-plugin from 2.22.1 to 2.22.3 by @dependabot in #83
- Bump jaxb-runtime from 2.3.5 to 2.3.6 by @dependabot in #82
- Bump lombok from 1.18.22 to 1.18.24 by @dependabot in #81
- Bump spotless-maven-plugin from 2.22.3 to 2.22.5 by @dependabot in #86
- Bump sslcontext-kickstart from 7.4.1 to 7.4.3 by @dependabot in #87
- Bump cxf-xjc-plugin from 3.3.1 to 3.3.2 by @dependabot in #85
- Bump sslcontext-kickstart from 7.4.3 to 7.4.4 by @dependabot in #89
- Bump okhttp from 4.9.3 to 4.10.0 by @dependabot in #90
- Bump spotless-maven-plugin from 2.22.5 to 2.23.0 by @dependabot in #88
- Bump junit-jupiter-engine from 5.8.2 to 5.9.0 by @dependabot in #91
- Bump sslcontext-kickstart from 7.4.4 to 7.4.5 by @dependabot in #92
- Bump spotless-maven-plugin from 2.23.0 to 2.24.0 by @dependabot in #93
- Bump spotless-maven-plugin from 2.24.0 to 2.25.0 by @dependabot in #95
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #96
- Bump sslcontext-kickstart from 7.4.5 to 7.4.6 by @dependabot in #97
Full Changelog: 1.2.4...1.2.5-v3-xml
1.2.5-v2-xml
V2-XML
Currently the insurance APIs are in the process of updating their XML schemas to V3. However, one of the insurance API providers have started ahead of the others, which means that the providers currently support different XML schemas.
While waiting for a workaround to be published in the main branch, we release this version as two separate artifacts : one with the v2 xml schemas and one with the v3 xml schemas. You will find the v3 xml schema version in the release 1.2.5-v3-xml
. As a temporary workaround, you can set up your environment to choose which library to use depending on the insurance.
What's Changed
- Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13 by @dependabot in #80
- Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 by @dependabot in #84
- Bump spotless-maven-plugin from 2.22.1 to 2.22.3 by @dependabot in #83
- Bump jaxb-runtime from 2.3.5 to 2.3.6 by @dependabot in #82
- Bump lombok from 1.18.22 to 1.18.24 by @dependabot in #81
- Bump spotless-maven-plugin from 2.22.3 to 2.22.5 by @dependabot in #86
- Bump sslcontext-kickstart from 7.4.1 to 7.4.3 by @dependabot in #87
- Bump cxf-xjc-plugin from 3.3.1 to 3.3.2 by @dependabot in #85
- Bump sslcontext-kickstart from 7.4.3 to 7.4.4 by @dependabot in #89
- Bump okhttp from 4.9.3 to 4.10.0 by @dependabot in #90
- Bump spotless-maven-plugin from 2.22.5 to 2.23.0 by @dependabot in #88
- Bump junit-jupiter-engine from 5.8.2 to 5.9.0 by @dependabot in #91
- Bump sslcontext-kickstart from 7.4.4 to 7.4.5 by @dependabot in #92
- Bump spotless-maven-plugin from 2.23.0 to 2.24.0 by @dependabot in #93
- Bump spotless-maven-plugin from 2.24.0 to 2.25.0 by @dependabot in #95
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #96
- Bump sslcontext-kickstart from 7.4.5 to 7.4.6 by @dependabot in #97
Full Changelog: 1.2.4...1.2.5-v2-xml