migrating_from_2.2.asciidoc 801 B

1234567891011121314151617181920212223
  1. [appendix]
  2. == Changes since Cowboy 2.2
  3. The following patch versions were released since Cowboy 2.2:
  4. === Cowboy 2.2.2
  5. * While fixing the miscount in the previous patch release an
  6. issue was introduced where HTTP/2 bodies could be sent out
  7. of orders when using iolists. This has been corrected.
  8. === Cowboy 2.2.1
  9. * Colons are now allowed within path segments in routes provided
  10. to `cowboy_router:compile/1` as long as they are not the first
  11. character of the path segment.
  12. * The `cowboy_req:delete_resp_header/2` function will no longer
  13. crash when no response header was set before calling it.
  14. * A miscount of the output HTTP/2 flow control window has been
  15. fixed. It prevented sending the response body fully with some
  16. clients. The issue only affected response bodies sent as iolists.