Skip to content

Academy v0.4.0

Choose a tag to compare

@yadudoc yadudoc released this 03 Apr 21:14
· 38 commits to main since this release
ea75197

What's Changed

New Features

  • Log Exceptions from Http Exchange by @AK2000 in #286
  • Adding methods to remove a mailbox from a group by @AK2000 in #297
  • Adding Action Cancellation by @AK2000 in #300
  • Add hosted exchange as default for CloudExchangeFactory by @yadudoc in #320
  • Remove SURPRISE! punctuation for unsurprising log messages by @benclifford in #329
  • Add action logging events by @benclifford in #335
  • Add query by string for agent discovery by @jz1909 in #359
  • Add asyncio task identifier along side thread and process by @benclifford in #344
  • Unify message tag and action invocation ID by @benclifford in #345
  • Add action invocation log pseudo-states to runtime side by @benclifford in #347
  • Add validation to agent_on_startup and agent_on_shutdown by @AK2000 in #365

Bug Fixes

  • Adding terminate in manager in addition to runtime by @AK2000 in #292
  • Implement internal timeout and retry for recv on http exchange by @AK2000 in #291
  • Add error handling around bad executor specification by @benclifford in #298
  • Fix Cancellation Race Condition in Handle by @AK2000 in #313
  • Add missing f to log f-string by @benclifford in #339
  • Fix typo in seconds per hour in mailbox expiration calculation by @gpauloski in #349
  • Adding Log Rotation to HttpExchange Server by @AK2000 in #363
  • Add extra='forbid' to ExchangeServingConfig for consistency by @benclifford in #332
  • Adding covariance to handle type generic by @AK2000 in #351
  • Updating Default Auth Method for HttpExchangeFactory by @AK2000 in #368
  • Fix re-authentication problem with default cloud exchange URL by @AK2000 in #371

Internal Changes

Documentation

Build and Packaging

Uncategorized Changes

New Contributors

Full Changelog: v0.3.1...v0.4.0