Skip to content

v0.11

Compare
Choose a tag to compare
@pintsized pintsized released this 24 Jul 13:50
· 143 commits to master since this release
  • Feat: IMPORTANT BREAKING CHANGE Header normalisation no longer does anything to hyphens or underscores. Previously, headers were normalised so that h.content_type was equally as valid as h["Content-Type"]. However, this breaks real world cases where h.HEADER_NAME must be forwaded with the underscore intact. Header names are now only normalised for case, as per the HTTP spec.
  • Doc: Documented the set_timeouts to api (thanks @detailyang)
  • Fix (#103): User params table is no longer modified by the module (thanks @bungle for the report)