Skip to content

Releases: wultra/lime-java-core

Release 1.11.0

02 Oct 08:21
1134422
Compare
Choose a tag to compare

This release contains the following improvements:

  • DefaultRestClient supports application/x-www-form-urlencode content type.
  • Dependency updates.

Release 1.10.0

26 Jul 06:52
ff06131
Compare
Choose a tag to compare

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 to REQUIRES_NEW.
  • Dependency updates.

Release 1.9.0

23 Feb 07:28
f260f1b
Compare
Choose a tag to compare

This release contains the following improvements:

  • Add support for OpenTelemetry Traceparent HTTP Header.
  • Dependency updates.

Release 1.8.0

13 Dec 06:10
7f19099
Compare
Choose a tag to compare

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

11 Dec 11:34
e7afa73
Compare
Choose a tag to compare

This release contains the following improvements:

  • Upgraded to Spring Boot 2.7.18

Release 1.7.0

24 Aug 13:03
a5d0eb0
Compare
Choose a tag to compare

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 to jakarta
    • Upgraded to Spring Boot 3
    • Required JDK 17+

Release 1.6.1

26 Jun 09:56
5bd335d
Compare
Choose a tag to compare

This release contains the following improvements:

  • An option to configure maxIdleTime and a keep-alive probe.

Release 1.6.0

16 Dec 16:31
4d10a5e
Compare
Choose a tag to compare

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

Release 1.5.2

16 Jun 13:08
2c56c39
Compare
Choose a tag to compare

Improve performance of audit logging by replacing streams with a standard for loop

Release 1.5.1

16 Jun 13:07
a16b4a9
Compare
Choose a tag to compare

The release fixes issue with possible connection leak due to missing @Transactional annotation.