Skip to content

Releases: savonet/ocaml-cry

ocaml-cry 1.0.3

Choose a tag to compare

@toots toots released this 18 Mar 16:41

1.0.3 (2024-03-18)

  • Raise a proper error when non-blocking connection
    fails.
  • Fix poll segfault.

ocaml-cry 1.0.2

Choose a tag to compare

@toots toots released this 08 Jan 15:04

1.0.2 (2024-01-08)

  • Use poll for select when available.
  • Make sure close call always closes the socket.
  • Add option to prevert ipv4 over ipv6. Defer to system
    defaults otherwise.

ocaml-cry 1.0.1

Choose a tag to compare

@toots toots released this 01 Jul 22:17

1.0.1 (2023-07-01)

  • Fix wrong transport being used when updating metadata.

OCaml-cry 1.0.0

Choose a tag to compare

@toots toots released this 28 Jun 00:31

1.0.0 (2023-06-27)

  • Simplify Host header logic, pass host through SSL SNI. Thanks to @N6UDP!
  • Rewrote transport logic to be more flexible. Leave SSL implementation to caller.

0.6.7

Choose a tag to compare

@toots toots released this 18 Mar 14:17

0.6.7 (2022-03-18)

  • Default to ipv4 host resolution for backward
    compatibility.

0.6.6

Choose a tag to compare

@toots toots released this 30 Jan 15:33

0.6.6 (2022-01-30)

0.6.5

Choose a tag to compare

@toots toots released this 28 Mar 00:03

0.6.5 (2020-03-27)

  • Switched to dune.
  • Added optional offset and length parameters to send function.
  • Added support for Expect: 100-continue to PUT requests (savonet/liquidsoap#1078).

0.6.4

Choose a tag to compare

@toots toots released this 23 Aug 01:33

0.6.4 (2019-08-22)

  • Set SSL to use default path for certificate resolution.
  • Fix fd leak with SSL

0.6.3

Choose a tag to compare

@toots toots released this 04 Jul 14:29

0.6.3 (2019-08-04)

  • Set chunked capability based on request
    not response HTTP version.

0.6.2

Choose a tag to compare

@toots toots released this 18 Aug 23:25

0.6.2 (2018-08-16)

  • Fix fd leak in unix_transport,
    make sure it doesn't happen in SSL
    implementations as well (savonet/liquidsoap#548)