ROADFramework v1.4.0-beta Release Notes

Release Date: 2014-09-27 // over 9 years ago
  • ๐Ÿš€ It's pre-release version for 1.4.0. With hot fix of handing web service cache.

    ๐Ÿ”„ Changelog:

    • ROADWebService.md was updated. Thanks to @Arkadiy-Tsoy
    • Authentication provider now should return cancelable protocol for multistep or other heavy authentications. Thanks to @AlexeyAfanasyev
    • ๐Ÿ›  Fixed deserialization behavior for empty json structures. Thanks to @Aledor
    • โœ… Separating Web Service unit tests from integration tests. Thanks to @Arkadiy-Tsoy
    • ๐Ÿ›  Fixing rare problem with losing result of NSInvocation in WebService component. Thanks to @ptiz
    • ๐Ÿ›  Fixing rare race condition in WebService cache manager that leads to network freeze. Thanks to @ptiz