Releases: ChartBoost/chartboost-core-unity-sdk
Releases · ChartBoost/chartboost-core-unity-sdk
1.0.2
1.0.1
Version 1.0.1 (2024-08-29)
Fixed:
- Skipped module identifiers not forwarded to iOS Core SDK.
1.0.0
Version 1.0.0 (2024-08-01)
Added:
- Support for
Unity
specific remote module initialization. event ChartboostCoreConsentChangeWithFullConsents ConsentChangeWithFullConsents
toIConsentManagementPlatform
.event ChartboostCoreConsentModuleReadyWithInitialConsents ConsentModuleReadyWithInitialConsents
toIConsentManagementPlatform
.IReadOnlyList<Module> Modules
toSDKConfiguration
.IReadOnlyCollection<string> SkippedModuleIdentifiers
toSDKConfiguration
Improvements:
- Combined
FrameworkName
andFrameworkVersion
setter into a single callSetFramework
. PublisherMetadata
events moved toAnalyticsEnvironment
.
Removed:
ConsentStatus ConsentStatus
fromIConsentManagementPlatform
.Dictionary<string, ConsentStatus> PartnerConsentStatus
fromIConsentManagementPlatform
.event ChartboostConsentStatusChange ConsentStatusChange
fromIConsentManagementPlatform
.event ChartboostPartnerConsentStatusChange PartnerConsentStatusChange
fromIConsentManagementPlatform
.event Action ConsentModuleReady
fromIConsentManagementPlatform
.
0.4.0
What's Changed
Improvements:
- Added
PartnerConsentStatus: Dictionary<String, ConsentStatus>
toIConsentManagementPlatform
. This is to facilitate per-partner consent for Mediation. - Added
delegate void ChartboostPartnerConsentStatusChange(string partnerIdentifier, ConsentStatus status) PartnerConsentStatusChange
toIConsentManagementPlatform
. - Added a
IPostGenerateGradleAndroidProject
build processor to automate Gradle modifications. - Added
ChartboostCore.androidlib
to unify Chartboost Core Gradle modifications and automations.
0.3.0 & 0.3.1
What's Changed on 0.3.1
- Fix Android dependencies for Chartboost Core Unity SDK 0.3.1 by @SCastanedaMunoz in ChartBoost/chartboost-core-unity-sdk-private#25
What's Changed on 0.3.0
- [HB-6345][HB-6377] Propagate ChartboostAppIdentifier & PublisherMetadata OnChanged Events by @SCastanedaMunoz in ChartBoost/chartboost-core-unity-sdk-private#19
- [HB-6570] Create pull_request_template.md by @kushG in ChartBoost/chartboost-core-unity-sdk-private#21
- [HB-6605] Unity Canary App for Chartboost Core Unity by @SCastanedaMunoz in ChartBoost/chartboost-core-unity-sdk-private#22
- [HB-6659] Setup Firebase Crashlytics for Chartboost Core Unity Canary by @SCastanedaMunoz in ChartBoost/chartboost-core-unity-sdk-private#23
- [CHANGELOG] Update CHANGELOG.md for 0.3.0 by @SCastanedaMunoz in ChartBoost/chartboost-core-unity-sdk-private#24
0.2.0
What's Changed
- [HB-6309] Updating Editor API Coverage by @SCastanedaMunoz in ChartBoost/chartboost-core-unity-sdk-private#12
- [HB-6360] Adding ModuleReady Event to InitializableModules by @SCastanedaMunoz
- [HB-6361] Improving Catching Module Initialization Exceptions by @SCastanedaMunoz
- [HB-6357] Preserving Android Classes Utilizing Preserve Attribute by @SCastanedaMunoz
- [HB-6371] Update Core Public API to Match Native API Changes by @SCastanedaMunoz
- [HB-6446] Code Documentation for Core SDK by @SCastanedaMunoz
Full Changelog: 0.1.0...0.2.0
0.1.0
Version 0.1.0
- First public alpha.
Added:
- Package with Core, Android & iOS APIs.
- Support for Unity & Native modules.
- Support for Unity modules async initialization.
- Unit tests for API