Releases: ChartBoost/chartboost-core-unity-sdk
Releases · ChartBoost/chartboost-core-unity-sdk
1.1.0
1.0.3
Version 1.0.3 (2025-06-11)
Bug Fixes:
- Fix support for consent adapters in Unity Editor.
- Fix
StronglyTypeddefinitions to conform toIComparableinterface. - Fix unit tests to properly validate Unity Core version.
1.0.2
Version 1.0.2 (2024-09-19)
Improvements:
- Modified
NativeModuleinternal class to expand API flexibility of wrapped native modules.
Bug Fixes:
ConsentKeypredefined values are in sync with native values.
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
Unityspecific remote module initialization. event ChartboostCoreConsentChangeWithFullConsents ConsentChangeWithFullConsentstoIConsentManagementPlatform.event ChartboostCoreConsentModuleReadyWithInitialConsents ConsentModuleReadyWithInitialConsentstoIConsentManagementPlatform.IReadOnlyList<Module> ModulestoSDKConfiguration.IReadOnlyCollection<string> SkippedModuleIdentifierstoSDKConfiguration
Improvements:
- Combined
FrameworkNameandFrameworkVersionsetter into a single callSetFramework. PublisherMetadataevents moved toAnalyticsEnvironment.
Removed:
ConsentStatus ConsentStatusfromIConsentManagementPlatform.Dictionary<string, ConsentStatus> PartnerConsentStatusfromIConsentManagementPlatform.event ChartboostConsentStatusChange ConsentStatusChangefromIConsentManagementPlatform.event ChartboostPartnerConsentStatusChange PartnerConsentStatusChangefromIConsentManagementPlatform.event Action ConsentModuleReadyfromIConsentManagementPlatform.
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) PartnerConsentStatusChangetoIConsentManagementPlatform. - Added a
IPostGenerateGradleAndroidProjectbuild processor to automate Gradle modifications. - Added
ChartboostCore.androidlibto 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