Changes for version 0.63 - 2023-02-12

  • CHANGES
    • Added various bits of API to extension modules using modhookdata more flexibly, including by pre-allocation before the first `await`
    • Legacy hook API now prints warnings about its deprecation and impending removal
  • BUGFIXES
    • Bleadperl no longer supports `GIMME`, in any case should use `GIMME_V`
    • Fix memory leak around pre-allocated cancel AV

Modules

deferred subroutine syntax for futures
the interface required by Future::AsyncAwait
build-time support for extensions to Future::AsyncAwait
conformance tests for awaitable role API