release: 1.0.4

This commit is contained in:
2026-06-17 15:40:25 +08:00
parent 894178a4c7
commit 5810501618
9 changed files with 483 additions and 93 deletions

View File

@@ -1,3 +1,15 @@
# [1.0.4]
### 新增
* 激励视频支持按游戏场景映射不同 TapADN SpaceId并在未配置或配置非法时回退默认激励广告位。
* 手动加载模式下激励视频缓存按 SpaceId 隔离,避免不同场景广告位串用 ready 缓存。
* 激励视频缓存默认 10 分钟未消费自动销毁,可通过 `tapadn.rewarded_cache_max_age_seconds` 覆盖。
### 调整
* 智能预加载归因缓存增加 SpaceId 维度,避免多广告位场景下 ready/归因状态混用。
# [1.0.3]
### 修复