Releases: e-invoice-be/e-invoice-java
Releases · e-invoice-be/e-invoice-java
v0.1.0-alpha.12
0.1.0-alpha.12 (2025-09-26)
Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12
Features
Bug Fixes
- ci: use java-version 21 for publish step (a870226)
- client: deserialization of empty objects (150aac4)
- client: incorrect
getPackageVersionimpl (f69123e)
Chores
v0.1.0-alpha.11
0.1.0-alpha.11 (2025-08-22)
Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11
Chores
- ci: reduce log noise (65662e7)
v0.1.0-alpha.10
0.1.0-alpha.10 (2025-08-21)
Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10
Bug Fixes
- client: ensure correct binary content type (7b62a4b)
Chores
v0.1.0-alpha.9
0.1.0-alpha.9 (2025-08-19)
Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9
Documentation
- readme: update (ed7108d)
v0.1.0-alpha.8
0.1.0-alpha.8 (2025-08-19)
Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8
Chores
- ci: add build job (5afab60)
v0.1.0-alpha.7
0.1.0-alpha.7 (2025-08-14)
Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7
Features
- api: api update (311e44f)
Performance Improvements
- internal: make formatting faster (5b69fbc)
Chores
- example: fix run example comment (fe1f984)
- increase max gradle JVM heap to 8GB (e9440a3)
- internal: codegen related update (227345e)
- internal: codegen related update (650bbc8)
- internal: dynamically determine included projects (8e33968)
- internal: support passing arguments to test script (b22cdda)
- internal: update comment in script (9bcb766)
- update @stainless-api/prism-cli to v5.15.0 (b7840c3)
v0.1.0-alpha.6
0.1.0-alpha.6 (2025-08-05)
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
Features
- add retryable exception (3ba2ee0)
- client: add
{QueryParams,Headers}#put(String, JsonValue)methods (8212887) - client: allow configuring env via system properties (922e82b)
- client: ensure compat with proguard (5365433)
Bug Fixes
Chores
- internal: add async lock helper (df26ed2)
- internal: bump ci test timeout (f38c48d)
- internal: reduce proguard ci logging (76ac77f)
- internal: remove unnecessary
[...]in[@see](https://github.com/see)(a926ca0) - internal: unskip some tests (3b68970)
Documentation
v0.1.0-alpha.5
0.1.0-alpha.5 (2025-07-19)
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
Features
- api: manual updates (b88e6f3)
- client: add https config options (bd9f5df)
- client: allow setting additional multipart body props (85fec7d)
Bug Fixes
- client: ensure error handling always occurs (3f5b304)
Chores
v0.1.0-alpha.4
0.1.0-alpha.4 (2025-07-01)
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
Features
- api: api update (c6c1d7f)
Bug Fixes
- ci: release-doctor — report correct token name (36c9814)
- client: bump max requests per host to max requests (5 -> 64) (014f090)
- client: don't close client on
withOptionsusage when original is gc'd (8653f47)
Chores
- ci: only run for pushes and fork pull requests (f3e7faa)
Refactors
- internal: minor
ClientOptionsTestchange (a9bc03b)
v0.1.0-alpha.3
0.1.0-alpha.3 (2025-06-17)
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
Chores
- ci: enable for pull requests (c49c94c)