Skip to content

Commit

Permalink
Merge pull request #231 from talex5/release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
talex5 authored Apr 27, 2021
2 parents cc2beea + 1206d1f commit 4c92232
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### v1.1

- Update to latest X509, TCP and TLS APIs (@talex5 @hannesm #228).

- Add `Service.fail_lwt` convenience function (@talex5 #229).

- Remove confusing debug details from `call_for_value_exn` errors (@talex5 #230).
The hidden information is now logged (at debug level) instead.

- Configure TCP keep-alives for incoming connections, not just outgoing ones (@talex5 #227).
This is needed when the client machine crashes without resetting the connection.

- Include version number in opam license field (@talex5 #226).

### v1.0

- Skip the setting of `object_id` if it is empty (@LasseBlaauwbroek #224).
Expand Down

0 comments on commit 4c92232

Please sign in to comment.