diff --git a/cohttp-lwt/_doc-dir/CHANGES.md b/cohttp-lwt/_doc-dir/CHANGES.md index 5f70bd80..1f104bec 100644 --- a/cohttp-lwt/_doc-dir/CHANGES.md +++ b/cohttp-lwt/_doc-dir/CHANGES.md @@ -1,4 +1,10 @@ -# v6.1.0 (2025-03-03) +## v6.1.1 (2025-05-28) + +- cohttp-mirage: make client usable again -- this fixes a regression introduced + by #1080 (@Firobe, review by @edwintorok, #1110) +- rename main function on README example (@Unn4m3DD, #1097) + +## v6.1.0 (2025-03-03) - cohttp-lwt-unix: Add http/https proxy support for client requests (@art-w @MisterDA, #1080) - cohttp-mirage: Support conduit 8.0.0 (@hannesm, #1104) diff --git a/cohttp-lwt/_doc-dir/README.md b/cohttp-lwt/_doc-dir/README.md index 2a026f20..2436d5a6 100644 --- a/cohttp-lwt/_doc-dir/README.md +++ b/cohttp-lwt/_doc-dir/README.md @@ -79,7 +79,7 @@ open Lwt open Cohttp open Cohttp_lwt_unix -let body = +let main = Client.get (Uri.of_string "https://www.reddit.com/") >>= fun (resp, body) -> let code = resp |> Response.status |> Code.code_of_status in Printf.printf "Response code: %d\n" code; @@ -89,7 +89,7 @@ let body = body let () = - let body = Lwt_main.run body in + let body = Lwt_main.run main in print_endline ("Received body\n" ^ body) ``` diff --git a/cohttp/_doc-dir/CHANGES.md b/cohttp/_doc-dir/CHANGES.md index 5f70bd80..1f104bec 100644 --- a/cohttp/_doc-dir/CHANGES.md +++ b/cohttp/_doc-dir/CHANGES.md @@ -1,4 +1,10 @@ -# v6.1.0 (2025-03-03) +## v6.1.1 (2025-05-28) + +- cohttp-mirage: make client usable again -- this fixes a regression introduced + by #1080 (@Firobe, review by @edwintorok, #1110) +- rename main function on README example (@Unn4m3DD, #1097) + +## v6.1.0 (2025-03-03) - cohttp-lwt-unix: Add http/https proxy support for client requests (@art-w @MisterDA, #1080) - cohttp-mirage: Support conduit 8.0.0 (@hannesm, #1104) diff --git a/cohttp/_doc-dir/README.md b/cohttp/_doc-dir/README.md index 2a026f20..2436d5a6 100644 --- a/cohttp/_doc-dir/README.md +++ b/cohttp/_doc-dir/README.md @@ -79,7 +79,7 @@ open Lwt open Cohttp open Cohttp_lwt_unix -let body = +let main = Client.get (Uri.of_string "https://www.reddit.com/") >>= fun (resp, body) -> let code = resp |> Response.status |> Code.code_of_status in Printf.printf "Response code: %d\n" code; @@ -89,7 +89,7 @@ let body = body let () = - let body = Lwt_main.run body in + let body = Lwt_main.run main in print_endline ("Received body\n" ^ body) ``` diff --git a/http/_doc-dir/CHANGES.md b/http/_doc-dir/CHANGES.md index 5f70bd80..1f104bec 100644 --- a/http/_doc-dir/CHANGES.md +++ b/http/_doc-dir/CHANGES.md @@ -1,4 +1,10 @@ -# v6.1.0 (2025-03-03) +## v6.1.1 (2025-05-28) + +- cohttp-mirage: make client usable again -- this fixes a regression introduced + by #1080 (@Firobe, review by @edwintorok, #1110) +- rename main function on README example (@Unn4m3DD, #1097) + +## v6.1.0 (2025-03-03) - cohttp-lwt-unix: Add http/https proxy support for client requests (@art-w @MisterDA, #1080) - cohttp-mirage: Support conduit 8.0.0 (@hannesm, #1104) diff --git a/http/_doc-dir/README.md b/http/_doc-dir/README.md index 2a026f20..2436d5a6 100644 --- a/http/_doc-dir/README.md +++ b/http/_doc-dir/README.md @@ -79,7 +79,7 @@ open Lwt open Cohttp open Cohttp_lwt_unix -let body = +let main = Client.get (Uri.of_string "https://www.reddit.com/") >>= fun (resp, body) -> let code = resp |> Response.status |> Code.code_of_status in Printf.printf "Response code: %d\n" code; @@ -89,7 +89,7 @@ let body = body let () = - let body = Lwt_main.run body in + let body = Lwt_main.run main in print_endline ("Received body\n" ^ body) ``` diff --git a/opentelemetry-lwt/Opentelemetry_lwt/Trace/index.html b/opentelemetry-lwt/Opentelemetry_lwt/Trace/index.html index 7e9ea9b1..07f1297d 100644 --- a/opentelemetry-lwt/Opentelemetry_lwt/Trace/index.html +++ b/opentelemetry-lwt/Opentelemetry_lwt/Trace/index.html @@ -24,10 +24,10 @@ unit
Sync emitter.
This instructs the collector to forward the spans to some backend at a later point.
NOTE be careful not to call this inside a Gc alarm, as it can cause deadlocks.
type scope = Opentelemetry.Scope.t = {trace_id : Opentelemetry.Trace_id.t;span_id : Opentelemetry.Span_id.t;mutable items : Opentelemetry.Scope.item_list;}val add_event :
Opentelemetry.Scope.t ->
(unit -> Opentelemetry.Event.t) ->
- unitval add_attrs :
Opentelemetry.Scope.t ->
(unit -> Opentelemetry.key_value list) ->
- unitval with_' :
?force_new_trace_id:bool ->
?trace_state:string ->
?service_name:string ->
diff --git a/opentelemetry/Opentelemetry/Trace/index.html b/opentelemetry/Opentelemetry/Trace/index.html
index d5e9b83b..fe6b5c4d 100644
--- a/opentelemetry/Opentelemetry/Trace/index.html
+++ b/opentelemetry/Opentelemetry/Trace/index.html
@@ -21,7 +21,7 @@
| `String of string ])
list ->
span list ->
- unitSync emitter.
This instructs the collector to forward the spans to some backend at a later point.
NOTE be careful not to call this inside a Gc alarm, as it can cause deadlocks.
Sync emitter.
This instructs the collector to forward the spans to some backend at a later point.
NOTE be careful not to call this inside a Gc alarm, as it can cause deadlocks.