Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 21:49
5542574

1.1.0 (2026-07-08)

Features

  • add support for interactive .NET console applications (#14) (fc14566)
  • release: migrate from semantic-release to release-please (#85) (21dacad)

Bug Fixes

  • add explicit GitHub OIDC login before publishing (941be1e)
  • add timeout cleanup and increase test timeout values (eef0a6e)
  • add timer cleanup for docker protocol connection monitoring and reconnection (5d4ece7)
  • add workerpool timeout cleanup to prevent memory leaks (2e304eb)
  • build MCP Publisher from source instead of npm (19d5e24)
  • ci: repair the test suite and formatting (53 failures -> 0) (#81) (fb1e6ea)
  • convert ES module mocks to CommonJS format for Jest compatibility (c6be03b)
  • convert jest mocks to mjs format for es module compatibility (811f5f2)
  • enable unit tests with ESM package mocks (70dbff4)
  • handle protected branch push gracefully in MCP registry workflow (fd4dcb9)
  • make Docker publishing optional to prevent release failures (f689f66)
  • make server.json commit step optional (8d649b9)
  • release: add the conventionalcommits changelog preset dependency (#84) (a7400ac)
  • release: point semantic-release at the real github repository (#83) (1375c5d)
  • remove redundant command option from localprotocol platform tests and fix timer leak (8dba508)
  • resolve jest es module import errors and wsl protocol compatibility (09f7ffe)
  • skip hardware-intensive integration and stress tests in ci (4b4b444)
  • use GitHub OIDC authentication for MCP registry (392b021)