Releases: wultra/lime-java-core
Releases · wultra/lime-java-core
Release 1.11.0
Release 1.10.0
This release contains the following improvements:
- Set pending acquire HTTP connection queue to 500.
- Change the order of audit cleanup to keep data integrity.
- Change transaction propagation of
DatabaseAuditWriter#flush
toREQUIRES_NEW
. - Dependency updates.
Release 1.9.0
This release contains the following improvements:
- Add support for OpenTelemetry Traceparent HTTP Header.
- Dependency updates.
Release 1.8.0
This release contains the following improvements:
- Add User-Agent header parser to obtain the data in a structured format.
- RestClient may specify content type per request.
- Dependency updates.
Release 1.6.2
This release contains the following improvements:
- Upgraded to Spring Boot 2.7.18
Release 1.7.0
This release contains the following improvements:
- Improved RestClient
- Added Digest Auth support
- Added configuration of various timeouts
- Implemented
RequestContextConverter
to obtain user agent and best-effort guess of the client IP address - Updated dependencies
- Switched from
javax
tojakarta
- Upgraded to Spring Boot 3
- Required JDK 17+
- Switched from
Release 1.6.1
This release contains the following improvements:
- An option to configure
maxIdleTime
and akeep-alive
probe.
Release 1.6.0
This release contains following improvements:
- Improved RestClient
- Option to enable logging of Request/Response
- Support HTTP HEAD method
- Follow redirect in client
- Improved auditing
- Auditing to
audit_params
is optional, disabled by default - Support for database schema detection
- Auditing exception does not affect client
- Auditing to
Release 1.5.2
Improve performance of audit logging by replacing streams with a standard for loop
Release 1.5.1
The release fixes issue with possible connection leak due to missing @Transactional
annotation.