Skip to content

v1.4

Choose a tag to compare

@github-actions github-actions released this 20 Jul 14:42
· 55 commits to master since this release
v1.4
0006476

Appcore v1.4 (2025-07-20)

Enhancements

  • New helper functions with proper type guards on generics used with
    gather_async when return_exceptions = True: is_error and is_value.
    Also, Result is now a protocol.

Repairs

  • Proper function signature overloads for gather_async to use with type
    narrowing when return_exceptions is True.