Version 5.4.0 (2025-11-20)
Support for the following native SDK dependencies:
- Android:
com.chartboost:chartboost-mediation-sdk:5.4.+ - iOS:
ChartboostMediationSDK ~> 5.4.0
Fixed
- Memory leak in
UnityBannerAdwhere event subscriptions were never cleaned up - Memory leak in
BannerVisualElementwhere event subscriptions were never cleaned up - Native memory leak in Android
FullscreenAdQueuemissing proper disposal - Memory leak in iOS
FullscreenAdQueuemissing IDisposable implementation - Cache memory leak in iOS
BannerAdmissingAdCache.ReleaseAd()call - Cache memory leak in Android
BannerAdmissingAdCache.ReleaseAd()call - Race condition in
UnityBannerAdallowing multiple concurrent async sync tasks AdLoadRequestfinalizer causing GC thread deadlocks (finalizer removed)- Null reference exception in
AndroidExtensions.MapToWinningBidInfo() - Null reference exception in Android
FullscreenAd.Eventsusing wrong error variable - Android observers being prematurely garbage collected
- Thread-safety issues in
AdCache(converted toConcurrentDictionary)
Changed
- Updated
com.chartboost.coredependency from 1.0.2 to 1.1.0 - Updated
com.chartboost.unity.utilitiesdependency from 1.0.2 to 1.0.4