We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ad025 commit b1582acCopy full SHA for b1582ac
CHANGELOG.md
@@ -1,15 +1,16 @@
1
-# 2.0.0
+# 2.0.1
2
+* Updated dependencies
3
+ * Including ``org.apache.httpcomponents.client5:httpclient5`` to ``5.4.3`` due to CVE-2025-27820
4
5
+# 2.0.0
6
* Now supports the CESOP-Format (and the DAC7-Format).
7
* Uses a client that is auto generated by OpenAPI. This makes the library more robust for future changes of the API.
8
* Certificates can now be defined with a ``SigningProvider``.
9
10
# 1.0.3
-
11
* ReportableSellerCreator can now create "Rechtsträger" like a company.
12
13
# 1.0.2
14
* The alias for the private key in the keystore is now configurable (
15
Properties: `certificate.keystore.private.key.alias` or
16
Code: `BzstDipConfigurationBuilder#setKeyStorePrivateKeyAlias`)
0 commit comments