From 4426f588f66b2b7669c2239000d88958ce89e83b Mon Sep 17 00:00:00 2001 From: Ben Linsay Date: Fri, 21 Mar 2025 11:18:25 -0400 Subject: [PATCH 1/2] release junction-core 0.3.2, junction-python 0.3.3, junction-node 0.3.2 --- Cargo.lock | 14 ++-- Cargo.toml | 2 +- junction-node/Cargo.toml | 2 +- junction-node/package-lock.json | 79 ++----------------- junction-node/package.json | 12 +-- .../platforms/darwin-arm64/package.json | 2 +- .../platforms/darwin-x64/package.json | 2 +- .../platforms/linux-arm64-gnu/package.json | 2 +- .../platforms/linux-x64-gnu/package.json | 2 +- .../platforms/win32-x64-msvc/package.json | 2 +- junction-python/Cargo.toml | 2 +- 11 files changed, 28 insertions(+), 93 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 960b9c07..421d7280 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1035,7 +1035,7 @@ dependencies = [ [[package]] name = "junction-api" -version = "0.3.1" +version = "0.3.2" dependencies = [ "arbitrary", "arbtest", @@ -1057,7 +1057,7 @@ dependencies = [ [[package]] name = "junction-api-gen" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "askama", @@ -1070,7 +1070,7 @@ dependencies = [ [[package]] name = "junction-core" -version = "0.3.1" +version = "0.3.2" dependencies = [ "arc-swap", "bytes", @@ -1104,7 +1104,7 @@ dependencies = [ [[package]] name = "junction-node" -version = "0.3.1" +version = "0.3.2" dependencies = [ "http 1.2.0", "junction-api", @@ -1116,7 +1116,7 @@ dependencies = [ [[package]] name = "junction-python" -version = "0.3.2" +version = "0.3.3" dependencies = [ "http 1.2.0", "junction-api", @@ -1134,7 +1134,7 @@ dependencies = [ [[package]] name = "junction-typeinfo" -version = "0.3.1" +version = "0.3.2" dependencies = [ "junction-typeinfo-derive", "serde", @@ -1142,7 +1142,7 @@ dependencies = [ [[package]] name = "junction-typeinfo-derive" -version = "0.3.1" +version = "0.3.2" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index b3bec011..a128a3ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.3.1" +version = "0.3.2" edition = "2021" homepage = "https://junctionlabs.io" repository = "https://github.com/junction-labs/junction-client" diff --git a/junction-node/Cargo.toml b/junction-node/Cargo.toml index 84339847..1417a64b 100644 --- a/junction-node/Cargo.toml +++ b/junction-node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "junction-node" -version = "0.3.1" +version = "0.3.2" edition = "2021" description = """ Dynamically configurable HTTP service discovery bindings for NodeJS diff --git a/junction-node/package-lock.json b/junction-node/package-lock.json index 17ef7c93..a3ae6f90 100644 --- a/junction-node/package-lock.json +++ b/junction-node/package-lock.json @@ -1,12 +1,12 @@ { "name": "@junction-labs/client", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@junction-labs/client", - "version": "0.3.1", + "version": "0.3.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -22,11 +22,11 @@ "typescript": "^5.3.3" }, "optionalDependencies": { - "@junction-labs/client-darwin-arm64": "0.3.1", - "@junction-labs/client-darwin-x64": "0.3.1", - "@junction-labs/client-linux-arm64-gnu": "0.3.1", - "@junction-labs/client-linux-x64-gnu": "0.3.1", - "@junction-labs/client-win32-x64-msvc": "0.3.1" + "@junction-labs/client-darwin-arm64": "0.3.2", + "@junction-labs/client-darwin-x64": "0.3.2", + "@junction-labs/client-linux-arm64-gnu": "0.3.2", + "@junction-labs/client-linux-x64-gnu": "0.3.2", + "@junction-labs/client-win32-x64-msvc": "0.3.2" } }, "node_modules/@biomejs/biome": { @@ -345,71 +345,6 @@ "@shikijs/vscode-textmate": "^10.0.1" } }, - "node_modules/@junction-labs/client-darwin-arm64": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@junction-labs/client-darwin-arm64/-/client-darwin-arm64-0.3.1.tgz", - "integrity": "sha512-2Ae2cuomWdMSm/Sw6lKbp3EFqGrsg6wS4KEVJKWk5QcfF336lUM2onOAnX1z8WndXMUZYcMiZmYIeHQ2UlS8Uw==", - "cpu": [ - "arm64" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@junction-labs/client-darwin-x64": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@junction-labs/client-darwin-x64/-/client-darwin-x64-0.3.1.tgz", - "integrity": "sha512-0iF8Qw6wdEQR7Z9+eJ+gvKTDdzLLomQZsuLe/trqfCNju47P1NrLZ0lP3xMqCRI7cp3sqkSRZV/cWpC0ieyuKg==", - "cpu": [ - "x64" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@junction-labs/client-linux-arm64-gnu": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@junction-labs/client-linux-arm64-gnu/-/client-linux-arm64-gnu-0.3.1.tgz", - "integrity": "sha512-yxaCMPPUIJYLtJYqerm/wrHUE6P0hVJkRWsZXeWKRUT4HiDuvvv7468h8+7+w7QwkD9CRfBWKn8S4KAr0U8hJA==", - "cpu": [ - "arm64" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@junction-labs/client-linux-x64-gnu": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@junction-labs/client-linux-x64-gnu/-/client-linux-x64-gnu-0.3.1.tgz", - "integrity": "sha512-pTVrIhUh0Aa9ZeuPN4dJ6h/ZEK+oShoCuvr/eRUMLxgtRMicqyTY2YZfeUbuVGsSY/5bI8hRwoNJ+CYDqmB3kg==", - "cpu": [ - "x64" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@junction-labs/client-win32-x64-msvc": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@junction-labs/client-win32-x64-msvc/-/client-win32-x64-msvc-0.3.1.tgz", - "integrity": "sha512-KHi6S7BPncAnAeuAMbA/u6rgy+hqn0cXpqVxMdsInrAy3WpMPi1gGkywiJgISiLKdJ5KDNcB8pVWZsZUBrY2dQ==", - "cpu": [ - "x64" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "win32" - ] - }, "node_modules/@neon-rs/cli": { "version": "0.1.82", "resolved": "https://registry.npmjs.org/@neon-rs/cli/-/cli-0.1.82.tgz", diff --git a/junction-node/package.json b/junction-node/package.json index 1ee3427d..362684a7 100644 --- a/junction-node/package.json +++ b/junction-node/package.json @@ -1,6 +1,6 @@ { "name": "@junction-labs/client", - "version": "0.3.1", + "version": "0.3.2", "description": "", "main": "./lib/index.cjs", "scripts": { @@ -56,10 +56,10 @@ "url": "https://github.com/junction-labs/junction-client" }, "optionalDependencies": { - "@junction-labs/client-darwin-arm64": "0.3.1", - "@junction-labs/client-darwin-x64": "0.3.1", - "@junction-labs/client-linux-arm64-gnu": "0.3.1", - "@junction-labs/client-linux-x64-gnu": "0.3.1", - "@junction-labs/client-win32-x64-msvc": "0.3.1" + "@junction-labs/client-darwin-arm64": "0.3.2", + "@junction-labs/client-darwin-x64": "0.3.2", + "@junction-labs/client-linux-arm64-gnu": "0.3.2", + "@junction-labs/client-linux-x64-gnu": "0.3.2", + "@junction-labs/client-win32-x64-msvc": "0.3.2" } } diff --git a/junction-node/platforms/darwin-arm64/package.json b/junction-node/platforms/darwin-arm64/package.json index e5791269..7f9159b2 100644 --- a/junction-node/platforms/darwin-arm64/package.json +++ b/junction-node/platforms/darwin-arm64/package.json @@ -1,7 +1,7 @@ { "name": "@junction-labs/client-darwin-arm64", "description": "Prebuilt binary package for `@junction-labs/client` on `darwin-arm64`.", - "version": "0.3.1", + "version": "0.3.2", "os": ["darwin"], "cpu": ["arm64"], "main": "index.node", diff --git a/junction-node/platforms/darwin-x64/package.json b/junction-node/platforms/darwin-x64/package.json index c0f6fe52..7af76bd0 100644 --- a/junction-node/platforms/darwin-x64/package.json +++ b/junction-node/platforms/darwin-x64/package.json @@ -1,7 +1,7 @@ { "name": "@junction-labs/client-darwin-x64", "description": "Prebuilt binary package for `@junction-labs/client` on `darwin-x64`.", - "version": "0.3.1", + "version": "0.3.2", "os": ["darwin"], "cpu": ["x64"], "main": "index.node", diff --git a/junction-node/platforms/linux-arm64-gnu/package.json b/junction-node/platforms/linux-arm64-gnu/package.json index 2a119204..21d592c8 100644 --- a/junction-node/platforms/linux-arm64-gnu/package.json +++ b/junction-node/platforms/linux-arm64-gnu/package.json @@ -1,7 +1,7 @@ { "name": "@junction-labs/client-linux-arm64-gnu", "description": "Prebuilt binary package for `@junction-labs/client` on `linux-arm64-gnu`.", - "version": "0.3.1", + "version": "0.3.2", "os": ["linux"], "cpu": ["arm64"], "main": "index.node", diff --git a/junction-node/platforms/linux-x64-gnu/package.json b/junction-node/platforms/linux-x64-gnu/package.json index 837a2658..5d97655e 100644 --- a/junction-node/platforms/linux-x64-gnu/package.json +++ b/junction-node/platforms/linux-x64-gnu/package.json @@ -1,7 +1,7 @@ { "name": "@junction-labs/client-linux-x64-gnu", "description": "Prebuilt binary package for `@junction-labs/client` on `linux-x64-gnu`.", - "version": "0.3.1", + "version": "0.3.2", "os": ["linux"], "cpu": ["x64"], "main": "index.node", diff --git a/junction-node/platforms/win32-x64-msvc/package.json b/junction-node/platforms/win32-x64-msvc/package.json index 7da1b7a3..1dc7aab6 100644 --- a/junction-node/platforms/win32-x64-msvc/package.json +++ b/junction-node/platforms/win32-x64-msvc/package.json @@ -1,7 +1,7 @@ { "name": "@junction-labs/client-win32-x64-msvc", "description": "Prebuilt binary package for `@junction-labs/client` on `win32-x64-msvc`.", - "version": "0.3.1", + "version": "0.3.2", "os": ["win32"], "cpu": ["x64"], "main": "index.node", diff --git a/junction-python/Cargo.toml b/junction-python/Cargo.toml index 401311f9..d59b319d 100644 --- a/junction-python/Cargo.toml +++ b/junction-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "junction-python" -version = "0.3.2" +version = "0.3.3" edition = "2021" description = """ Dynamically configurable HTTP service discovery bindings for Python From a4afe434a301c7873ad24f14146b3fe764eb1973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 15:19:37 +0000 Subject: [PATCH 2/2] build(deps): bump http from 1.2.0 to 1.3.1 Bumps [http](https://github.com/hyperium/http) from 1.2.0 to 1.3.1. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v1.2.0...v1.3.1) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 42 +++++++++++++++++++++--------------------- Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 421d7280..02b7bba5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,7 +202,7 @@ dependencies = [ "axum-core", "bytes", "futures-util", - "http 1.2.0", + "http 1.3.1", "http-body", "http-body-util", "itoa", @@ -228,7 +228,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http 1.2.0", + "http 1.3.1", "http-body", "http-body-util", "mime", @@ -742,7 +742,7 @@ dependencies = [ "fnv", "futures-core", "futures-sink", - "http 1.2.0", + "http 1.3.1", "indexmap 2.7.1", "slab", "tokio", @@ -771,7 +771,7 @@ dependencies = [ "base64 0.21.7", "bytes", "headers-core", - "http 1.2.0", + "http 1.3.1", "httpdate", "mime", "sha1", @@ -783,7 +783,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" dependencies = [ - "http 1.2.0", + "http 1.3.1", ] [[package]] @@ -820,9 +820,9 @@ dependencies = [ [[package]] name = "http" -version = "1.2.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" +checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" dependencies = [ "bytes", "fnv", @@ -836,7 +836,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.2.0", + "http 1.3.1", ] [[package]] @@ -847,7 +847,7 @@ checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ "bytes", "futures-util", - "http 1.2.0", + "http 1.3.1", "http-body", "pin-project-lite", ] @@ -883,7 +883,7 @@ dependencies = [ "futures-channel", "futures-util", "h2 0.4.8", - "http 1.2.0", + "http 1.3.1", "http-body", "httparse", "httpdate", @@ -903,7 +903,7 @@ dependencies = [ "bytes", "futures-util", "headers", - "http 1.2.0", + "http 1.3.1", "hyper", "hyper-rustls", "hyper-util", @@ -921,7 +921,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" dependencies = [ "futures-util", - "http 1.2.0", + "http 1.3.1", "hyper", "hyper-util", "log", @@ -955,7 +955,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.2.0", + "http 1.3.1", "http-body", "hyper", "pin-project-lite", @@ -1040,7 +1040,7 @@ dependencies = [ "arbitrary", "arbtest", "gateway-api", - "http 1.2.0", + "http 1.3.1", "junction-typeinfo", "k8s-openapi", "kube", @@ -1079,7 +1079,7 @@ dependencies = [ "form_urlencoded", "futures", "h2 0.3.26", - "http 1.2.0", + "http 1.3.1", "junction-api", "once_cell", "petgraph", @@ -1106,7 +1106,7 @@ dependencies = [ name = "junction-node" version = "0.3.2" dependencies = [ - "http 1.2.0", + "http 1.3.1", "junction-api", "junction-core", "neon", @@ -1118,7 +1118,7 @@ dependencies = [ name = "junction-python" version = "0.3.3" dependencies = [ - "http 1.2.0", + "http 1.3.1", "junction-api", "junction-core", "once_cell", @@ -1188,7 +1188,7 @@ dependencies = [ "either", "futures", "home", - "http 1.2.0", + "http 1.3.1", "http-body", "http-body-util", "hyper", @@ -1222,7 +1222,7 @@ checksum = "f42346d30bb34d1d7adc5c549b691bce7aa3a1e60254e68fab7e2d7b26fe3d77" dependencies = [ "chrono", "form_urlencoded", - "http 1.2.0", + "http 1.3.1", "k8s-openapi", "schemars", "serde", @@ -2442,7 +2442,7 @@ dependencies = [ "base64 0.22.1", "bytes", "h2 0.4.8", - "http 1.2.0", + "http 1.3.1", "http-body", "http-body-util", "hyper", @@ -2519,7 +2519,7 @@ dependencies = [ "base64 0.22.1", "bitflags", "bytes", - "http 1.2.0", + "http 1.3.1", "http-body", "mime", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index a128a3ec..3dcb05c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ enum-map = "2.7" form_urlencoded = "1.1.1" futures = "0.3" h2 = "0.3" -http = "1.1" +http = "1.3" tokio = { version = "1.40", default-features = false } tokio-stream = "0.1" tonic = "0.12"