Releases: adobe/target-java-sdk
Releases · adobe/target-java-sdk
v2.6.1
v2.6.0
- Log the root cause for ODD rules request exceptions
- Add configuration to allow bypassing proxy cache for ODD rules request
v2.5.1
- Fix geo context not being cleaned up
v2.5.0
Added
- Expose new connection pool configuration options (
connectionTtlMs
,idleConnectionValidationMs
,evictIdleConnectionsAfterSecs
) - Document configuration builder API
Fixed
- Default idle connection validation reduced from
2
seconds to1
second - Default idle connection eviction reduced from
30
seconds to20
seconds - Fix
requestInterceptor
configuration builder
v2.4.0
- Custom HTTP client support to Client configuration
- Additional support for complex domain parsing for on-device-decisioning
- SDK version no longer set in source code
v2.3.1
- Client custom Mbox parameters now correctly support dot notation
- stickyLocationHint is updated regardless of Decisioning method
v2.3.0
Release readiness v2.3.0 (#61) * releasing 2.3.0 with client hints support * Added CHANGELOG message
v2.2.2
v2.2.1
- Fixed incorrect logic for execution mode calculation.
- Always use context.beacon=false for sendNotifications() calls.
v2.2.0
release readiness v2.2.0 (#50) * release readiness v2.2.0 * for better consistency