Skip to content

Releases: ChartBoost/chartboost-core-unity-sdk

1.0.2

19 Sep 18:37
Compare
Choose a tag to compare

Version 1.0.2 (2024-09-19)

Improvements:

  • Modified NativeModule internal class to expand API flexibility of wrapped native modules.

Bug Fixes:

  • ConsentKey predefined values are in sync with native values.

1.0.1

29 Aug 18:07
Compare
Choose a tag to compare

Version 1.0.1 (2024-08-29)

Fixed:

  • Skipped module identifiers not forwarded to iOS Core SDK.

1.0.0

01 Aug 19:51
Compare
Choose a tag to compare

Version 1.0.0 (2024-08-01)

Added:

  • Support for Unity specific remote module initialization.
  • event ChartboostCoreConsentChangeWithFullConsents ConsentChangeWithFullConsents to IConsentManagementPlatform.
  • event ChartboostCoreConsentModuleReadyWithInitialConsents ConsentModuleReadyWithInitialConsents to IConsentManagementPlatform.
  • IReadOnlyList<Module> Modules to SDKConfiguration.
  • IReadOnlyCollection<string> SkippedModuleIdentifiers to SDKConfiguration

Improvements:

  • Combined FrameworkName and FrameworkVersion setter into a single call SetFramework.
  • PublisherMetadata events moved to AnalyticsEnvironment.

Removed:

  • ConsentStatus ConsentStatus from IConsentManagementPlatform.
  • Dictionary<string, ConsentStatus> PartnerConsentStatus from IConsentManagementPlatform.
  • event ChartboostConsentStatusChange ConsentStatusChange from IConsentManagementPlatform.
  • event ChartboostPartnerConsentStatusChange PartnerConsentStatusChange from IConsentManagementPlatform.
  • event Action ConsentModuleReady from IConsentManagementPlatform.

0.4.0

07 Dec 19:32
Compare
Choose a tag to compare

What's Changed

Improvements:

  • Added PartnerConsentStatus: Dictionary<String, ConsentStatus> to IConsentManagementPlatform. This is to facilitate per-partner consent for Mediation.
  • Added delegate void ChartboostPartnerConsentStatusChange(string partnerIdentifier, ConsentStatus status) PartnerConsentStatusChange to IConsentManagementPlatform.
  • 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

19 Oct 21:50
51001de
Compare
Choose a tag to compare

What's Changed on 0.3.1

What's Changed on 0.3.0

0.2.0

19 Oct 21:43
b514f4a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.2.0

0.1.0

16 Aug 23:47
6cbba09
Compare
Choose a tag to compare

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