Releases: taboola/api-java-client-core
Releases · taboola/api-java-client-core
v1.0.7
v1.0.6
General
- Added SerializationConfig.setShouldAllowNullAsDefaultValueForReadUnknownEnums to set Jackson flag READ_UNKNOWN_ENUM_VALUES_AS_NULL
v1.0.5
General
- Add ability to intercept request/response via implementing and passing to main builder CommunicationInterceptor
- Added SerializationConfig.setShouldUseSnakeCase to allow higher Jackson version due to PropertyNamingStrategy.CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES removal from most up to date versions
v.1.0.4
General
- Allow endpoints to return Void result in case of response status code 200
v1.0.3
Logging
- Ability to disable logging (NONE, BASIC, BODY, HEADERS)
v1.0.2
Serialization
- Ability to disable READ_UNKNOWN_ENUM_VALUES_USING_DEFAULT_VALUE as part of Jackson SerializationConfig