Skip to content

v0.18.0

Latest

Choose a tag to compare

@sriemer sriemer released this 06 Jul 13:27

What's Changed

Full Changelog: v0.17.2...v0.18.0

Migration

  • check your LUA code for POST, PUT, and PATCH requests without body set (body is nil)
  • set body = "" (empty body) for those requests

The previous behavior to let those HTTP requests through violates HTTP specs and those requests fail now.
See #344 for details.