From 786cbe0f010ea1faa9725dc609c8b5b796ac7e13 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 18 Jul 2026 22:54:17 +0000 Subject: [PATCH] Bump bundled gomc-rest to v1.5.0 Upstream changes (v1.4.0 -> v1.5.0): Apache 2.0 relicense, close PLC connection on error. No CLI/env/endpoint changes affecting this wrapper. gomc-rest-client's minimum supported server stays v1.4.0, so v1.5.0 is within range; no client pin change needed. Verified against the actual v1.5.0 release assets: - amd64 binary: sha256 matches upstream checksums.txt, still dynamically linked requiring GLIBC_2.34 (manylinux_2_34_x86_64 tag unchanged). - arm64 binary: sha256 matches, still statically linked (manylinux2014_aarch64 tag unchanged). - Ran the full test suite against the real v1.5.0 binary: 5 passed. - launch() confirms the running server reports version v1.5.0. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01SQbVkPEprK2ebcjck5ouUy --- GOMC_REST_VERSION | 2 +- README.md | 2 +- README_JP.md | 2 +- checksums/v1.5.0.sha256 | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 checksums/v1.5.0.sha256 diff --git a/GOMC_REST_VERSION b/GOMC_REST_VERSION index 0d0c52f..2e7bd91 100644 --- a/GOMC_REST_VERSION +++ b/GOMC_REST_VERSION @@ -1 +1 @@ -v1.4.0 +v1.5.0 diff --git a/README.md b/README.md index cbed687..5867ff1 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ boundary is the trust boundary here. ## Versions -This package bundles a pinned `gomc-rest` binary (currently **v1.4.0**, set in +This package bundles a pinned `gomc-rest` binary (currently **v1.5.0**, set in `GOMC_REST_VERSION`) that must satisfy `gomc-rest-client`'s `MINIMUM_SUPPORTED_GOMC_REST_VERSION`; `launch()` verifies this on startup. The `gomc-rest-client` dependency is capped (`>=0.10.0,<0.11`) so a future client diff --git a/README_JP.md b/README_JP.md index 7285af5..25eba9e 100644 --- a/README_JP.md +++ b/README_JP.md @@ -117,7 +117,7 @@ finally: ## バージョン 同梱するgomc-restのバージョンは `GOMC_REST_VERSION` で固定しています -(現在は **v1.4.0**)。`launch()` は起動時に、サーバーが +(現在は **v1.5.0**)。`launch()` は起動時に、サーバーが `gomc-rest-client` の `MINIMUM_SUPPORTED_GOMC_REST_VERSION` を満たしているか 確認します。 diff --git a/checksums/v1.5.0.sha256 b/checksums/v1.5.0.sha256 new file mode 100644 index 0000000..c198e91 --- /dev/null +++ b/checksums/v1.5.0.sha256 @@ -0,0 +1,5 @@ +2e9dfce781f8c8242b2e6b26bfe093b7116348bef90d3b898de3a3e3bed28da1 gomc-rest.exe +89e05412b5588988c96579331859d819e2c328cfc64bdc541fdecec47cc5699d gomc-rest-linux-amd64 +3a979c5bea32325771a61acb1abc40e4a18196fbc9d5e33bd2ab9cbc44b03abb gomc-rest-linux-arm64 +7e52784a2c410924386f2133c9fdd4c3ae008b63403a98fbf25cc1a6edc85354 gomc-rest-darwin-amd64 +5b6cf83101e7e25ed0dd3614678af983e2cbb039d5afbed83865c2acb01d82a6 gomc-rest-darwin-arm64