Skip to content

crul v0.3.8

Compare
Choose a tag to compare
@sckott sckott released this 13 Jun 23:10
· 389 commits to main since this release

BUG FIXES

  • Fixed AsyncVaried to return async responses in the order that
    they were passed in. This also fixes this exact same behavior in
    Async because Async uses AsyncVaried internally. (#41)
    thanks @dirkschumacher for reporting