Skip to content

Consume API and async JSON

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 18:24
· 93 commits to master since this release

Added

  • Add async json() response convenience method to deserialize JSON asynchronous responses to mirror the synchronous one. (#245, #291)
  • Add consume API for reading response bodies fully before discarding them. (#257, #284)

Fixed

  • Update sluice to pull in race condition bugfix. (#295)