infer v0.5.0 Release Notes

    • [android] detection of context leaks
    • ๐Ÿš‘ [android] support for @PerformanceCritical and @Expensive method annotations. Infer will check that an expensive method is never called during the execution of a performance critical method (run it with infer -a checkers -- ...).
    • [iOS] new check to catch strong delegate properties, likely to create retain cycles
    • [iOS] new check to catch direct accesses to atomic properties, which can cause race conditions
    • ๐ŸŽ [all] performance improvements all-around