Skip to content

v0.1.1

Compare
Choose a tag to compare
@sotchenkov sotchenkov released this 21 Mar 18:20
· 9 commits to main since this release
7a5cf30

What's Changed

  • queue handlers fixing - PUT requests were processed as GET by @sotchenkov in #1
    PUT requests were processed as GET because of the "/" in the HandleFunc pattern.
    To fix this, the methods for GET are rendered in separate handlers

Full Changelog: v0.1.0...v0.1.1