From 711be1e56e4e2e20d7a872e50a9adb4343ccfb9c Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 3 Mar 2026 09:05:24 -0500 Subject: [PATCH] prepare for 0.13 --- CHANGES.md | 2 ++ dune-project | 4 ++-- opentelemetry-client-cohttp-eio.opam | 8 ++++---- opentelemetry-client-cohttp-lwt.opam | 8 ++++---- opentelemetry-client-ocurl.opam | 8 ++++---- opentelemetry-cohttp-lwt.opam | 8 ++++---- opentelemetry-logs.opam | 8 ++++---- opentelemetry-lwt.opam | 8 ++++---- opentelemetry.opam | 8 ++++---- 9 files changed, 32 insertions(+), 30 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a2623710..455d37e7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,8 @@ `ambient-context` 0.2 package directly instead. To configure the storage backend, call `Ambient_context.set_current_storage` (e.g. `Ambient_context.set_current_storage Ambient_context_lwt.storage`). +- move to ezcurl 0.3 +- add a `hmap` in Scope.t ## 0.12 diff --git a/dune-project b/dune-project index a9a20eba..866cb65c 100644 --- a/dune-project +++ b/dune-project @@ -5,11 +5,11 @@ (generate_opam_files true) (source - (github imandra-ai/ocaml-opentelemetry)) + (github ocaml-tracing/ocaml-opentelemetry)) (version 0.12) -(authors "the Imandra team and contributors") +(authors "the Imandra team" "ocaml-tracing contributors") (maintainers "Simon Cruanes " diff --git a/opentelemetry-client-cohttp-eio.opam b/opentelemetry-client-cohttp-eio.opam index 7e85a1c8..3a42bf91 100644 --- a/opentelemetry-client-cohttp-eio.opam +++ b/opentelemetry-client-cohttp-eio.opam @@ -7,10 +7,10 @@ maintainer: [ "Matt Bray " "ELLIOTTCABLE " ] -authors: ["the Imandra team and contributors"] +authors: ["the Imandra team" "ocaml-tracing contributors"] license: "MIT" -homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" -bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" +homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry" +bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "5.00"} @@ -41,4 +41,4 @@ build: [ ] ["dune" "install" "-p" name "--create-install-files" name] ] -dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" +dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git" diff --git a/opentelemetry-client-cohttp-lwt.opam b/opentelemetry-client-cohttp-lwt.opam index 4c137c5e..0e92dce4 100644 --- a/opentelemetry-client-cohttp-lwt.opam +++ b/opentelemetry-client-cohttp-lwt.opam @@ -7,10 +7,10 @@ maintainer: [ "Matt Bray " "ELLIOTTCABLE " ] -authors: ["the Imandra team and contributors"] +authors: ["the Imandra team" "ocaml-tracing contributors"] license: "MIT" -homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" -bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" +homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry" +bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "4.08"} @@ -40,4 +40,4 @@ build: [ ] ["dune" "install" "-p" name "--create-install-files" name] ] -dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" +dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git" diff --git a/opentelemetry-client-ocurl.opam b/opentelemetry-client-ocurl.opam index a87813d2..20988cbb 100644 --- a/opentelemetry-client-ocurl.opam +++ b/opentelemetry-client-ocurl.opam @@ -7,10 +7,10 @@ maintainer: [ "Matt Bray " "ELLIOTTCABLE " ] -authors: ["the Imandra team and contributors"] +authors: ["the Imandra team" "ocaml-tracing contributors"] license: "MIT" -homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" -bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" +homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry" +bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "4.08"} @@ -37,4 +37,4 @@ build: [ ] ["dune" "install" "-p" name "--create-install-files" name] ] -dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" +dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git" diff --git a/opentelemetry-cohttp-lwt.opam b/opentelemetry-cohttp-lwt.opam index 67c89ed5..ecf8ed30 100644 --- a/opentelemetry-cohttp-lwt.opam +++ b/opentelemetry-cohttp-lwt.opam @@ -7,10 +7,10 @@ maintainer: [ "Matt Bray " "ELLIOTTCABLE " ] -authors: ["the Imandra team and contributors"] +authors: ["the Imandra team" "ocaml-tracing contributors"] license: "MIT" -homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" -bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" +homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry" +bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "4.08"} @@ -37,4 +37,4 @@ build: [ ] ["dune" "install" "-p" name "--create-install-files" name] ] -dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" +dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git" diff --git a/opentelemetry-logs.opam b/opentelemetry-logs.opam index cf76368f..af782af6 100644 --- a/opentelemetry-logs.opam +++ b/opentelemetry-logs.opam @@ -7,10 +7,10 @@ maintainer: [ "Matt Bray " "ELLIOTTCABLE " ] -authors: ["the Imandra team and contributors"] +authors: ["the Imandra team" "ocaml-tracing contributors"] license: "MIT" -homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" -bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" +homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry" +bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "4.08"} @@ -35,4 +35,4 @@ build: [ ] ["dune" "install" "-p" name "--create-install-files" name] ] -dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" +dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git" diff --git a/opentelemetry-lwt.opam b/opentelemetry-lwt.opam index 49246444..86081e7b 100644 --- a/opentelemetry-lwt.opam +++ b/opentelemetry-lwt.opam @@ -7,11 +7,11 @@ maintainer: [ "Matt Bray " "ELLIOTTCABLE " ] -authors: ["the Imandra team and contributors"] +authors: ["the Imandra team" "ocaml-tracing contributors"] license: "MIT" tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"] -homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" -bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" +homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry" +bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "4.08"} @@ -38,4 +38,4 @@ build: [ ] ["dune" "install" "-p" name "--create-install-files" name] ] -dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" +dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git" diff --git a/opentelemetry.opam b/opentelemetry.opam index 4e4bb8d6..430358c6 100644 --- a/opentelemetry.opam +++ b/opentelemetry.opam @@ -7,11 +7,11 @@ maintainer: [ "Matt Bray " "ELLIOTTCABLE " ] -authors: ["the Imandra team and contributors"] +authors: ["the Imandra team" "ocaml-tracing contributors"] license: "MIT" tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"] -homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" -bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" +homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry" +bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "4.08"} @@ -46,4 +46,4 @@ build: [ ] ["dune" "install" "-p" name "--create-install-files" name] ] -dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" +dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git"