Skip to content

V2.0.0-beta Release Note

Compare
Choose a tag to compare
@vasdeveloper vasdeveloper released this 24 Nov 03:30
· 67 commits to master since this release

V2.0.0-beta Release Note:
1 [Android-bug] Fix Sonic still send request in FirstLoad mode when server return Cache-Offline: http 023988d
2 [Android-bug] Fix Website can't receive callback when Cache-Offline is store. 09e1992
3 [Android-bug] Fix some NPE Crash in 2.0 alpha version. 824eee6
4 [Android-bug] Fix LocalServer replace template tag with htmlsha1 by mistake b264102
5 [iOS-bug] Fix CachedResonseHeaders cann't be updated in right way 407b700
6 [iOS-bug] Fix LocalServer can't work when server return 304 response. eeca012

V2.0.0-beta 更新公告:
1.【Android-Bug】修复当首次请求,服务器返回容灾字段 Cache-Offline : http时依然走Sonic请求的bug
2.【Android-Bug】修复当服务器返回Cache-Offline : store时,页面偶现无法接收终端回调的bug
3.【Android-Bug】修复alpha发现的空指针问题
4.【Android-Bug】修复LocalServer模式下会错误替换服务器返回的template tag的bug
5.【iOS-Bug】修复 CachedResonseHeaders 无法更新的bug
6.【iOS-Bug】修复 http 304状态下无法使用LocalServer的bug