Changelog
Version 1.0.0 (2024-08-01) π
Improvements:
- Initialization now takes an
SdkConfiguration
object and an optionalModuleObserver
. - Renamed
ConsentKeys
andConsentValues
and changed them to a list of constants instead of an enum for ease of use. - Added automatic shared preference getter for IAB defaults to
ConsentAdapter
. - See the documentation for more information.
Version 0.4.0 (2023-12-07) π
Improvements:
- Added
partnerConsentStatus: Map<String, ConsentStatus>
toConsentManagementPlatform
. This is to facilitate per-partner consent for Mediation. - Added
fun onPartnerConsentStatusChange(partnerId: String, status: ConsentStatus)
toConsentObserver
. - Added ability for Core to automatically subscribe
PublisherMetadataObserver
modules.
Version 0.3.0 (2023-10-12) π
Improvements:
- Added
PublisherMetadataObserver
s to receive notifications that publisher metadata has changed.
Bug Fixes:
- Made several environment getters async to ensure reliability.
Version 0.2.0 (2023-8-29) π
Improvements:
- Split out Usercentrics adapter.
- Implemented most of the minor features.
Version 0.1.0 (2023-8-23) π
Improvements:
- Initial version with basic functionality.