Bump bundled gomc-rest to v1.5.0 - #10
Closed
Moge800 wants to merge 1 commit into
Closed
Conversation
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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SQbVkPEprK2ebcjck5ouUy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow up on the gomc-rest v1.5.0 release (Apache 2.0 relicense, closes the PLC connection on error). No CLI flags, env vars, or endpoints changed that affect 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.GOMC_REST_VERSION: v1.4.0 → v1.5.0checksums/v1.5.0.sha256added (from upstream'schecksums.txt, verified below)Verified against the real v1.5.0 release assets
checksums.txt; still dynamically linked requiringGLIBC_2.34(manylinux_2_34_x86_64tag unchanged — norelease.ymlplatform-tag edits needed).manylinux2014_aarch64tag unchanged).launch()confirmed the running server reportsversion: v1.5.0.Note for a future PR (not in this one)
v1.5.0 is the first release to ship macOS binaries (
gomc-rest-darwin-amd64,gomc-rest-darwin-arm64) — previously macOS only got the client-only sdist fallback. Adding macOS wheels to the release matrix is a separate, larger change (newplattags, e.g.macosx_11_0_x86_64/macosx_11_0_arm64, and CI verification) and is left for a follow-up if wanted.🤖 Generated with Claude Code
Generated by Claude Code