Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jul 20, 2019
1 parent f349fa7 commit 5a9fb4a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
@@ -1,3 +1,13 @@
## v2.2.0 (2019-07-20)

- Previously if the client closed the connection while cohttp was
handling a request, the server would crash (by default, unless the
user overrode that using `on_exn` or changing Lwt's async exception
handler). Now, cohttp will just log this at `info` level and
continue. Exceptions produced by user code are logged as errors,
while other exceptions generated by cohttp call back to the conduit
exception handler, as before. (#669 @talex5)

## v2.1.3 (2019-07-12)

- support uri.3.0.0 that has optional sexp support (#668 @avsm)
Expand Down

0 comments on commit 5a9fb4a

Please sign in to comment.