Skip to content

v1.0.8

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Nov 01:52

Fixed

  • Fixed token authentication for remote SignalK servers (#5) - Thanks @dirkwa!
    • Corrected token header format from Authorization: JWT <token> to Authorization: Bearer <token>
    • Enables connection to SignalK servers requiring authentication
    • Tested with remote servers accessed via HTTP

Added

  • Automated npm publishing workflow with OIDC
    • Publishes to npm automatically on tag push
    • Includes provenance attestation for package security
    • Auto-extracts release notes from CHANGELOG.md
    • Creates GitHub releases automatically
  • Fixed Claude Code review workflow for forked PRs
    • Now works with pull requests from external contributors
    • Uses pull_request_target for proper secret access

Changed

  • Merged PR #5 from @dirkwa with token authentication improvements