release: gl-client 0.4.0, gl-sdk 0.2.0, gl-sdk-napi 0.1.0, gl-sdk-swift 202604#691
Draft
release: gl-client 0.4.0, gl-sdk 0.2.0, gl-sdk-napi 0.1.0, gl-sdk-swift 202604#691
Conversation
Bump gl-client from 0.3.3 to 0.4.0. This is a minor version bump due to the removal of the `lsps` module (breaking change). Also updates gl-client dependency version in gl-cli, gl-plugin, and gl-sdk to match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Bump gl-sdk from 0.1.2 to 0.2.0 (Rust crate and Python bindings). Bump @greenlightcln/glsdk from 0.0.3 to 0.1.0 (npm). Major additions: get_info, list_peers, list_peer_channels, list_funds, stream_node_events, list_invoices, list_pays, DeveloperCert, and Signer::new_from_seed. Response types migrated from uniffi::Object to uniffi::Record for direct field access from bindings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The jest globalSetup spawns `uv run python test_setup.py` to start the gltestserver, but uv wasn't installed in the CI test runners, causing all test jobs to fail with "Failed to spawn gltestserver (no PID assigned)". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
uv run needs to execute from the workspace root so it can resolve gl-testing and other workspace dependencies from the top-level pyproject.toml. Without this, the process starts but immediately crashes on import errors, never writing the .env file. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
e30d04f to
e9d437a
Compare
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
lspsmodule)See individual CHANGELOGs for full details.
Test plan
cargo check -p gl-client -p gl-sdkpassesworkflow_dispatchon release.yml🤖 Generated with Claude Code