Skip to content

Releases: zx06/xsql

v0.0.8

11 Feb 09:15
ee28b82

Choose a tag to compare

What's Changed

  • docs: 文档审查修正 + README 增加 npm 安装说明 by @zx06 in #25
  • docs: add badges by @zx06 in #26
  • lint: 修复sonar issue by @zx06 in #27
  • feat: add schema dump command for AI database discovery by @zx06 in #28

Full Changelog: v0.0.7...v0.0.8

v0.0.7

06 Feb 07:59

Choose a tag to compare

What's Changed

  • Harden read-only checks and stabilize output ordering by @zx06 in #20
  • docs: add xsql proxy docs and align plugin/skill metadata by @zx06 in #21
  • Align .claude-plugin marketplace metadata with official schema by @zx06 in #22
  • chore(ci): migrate Codecov test-results upload to codecov-action v5 by @zx06 in #23
  • feat: Add npm packaging and publish workflow by @zx06 in #24

Full Changelog: v0.0.6...v0.0.7

v0.0.6

04 Feb 08:03
35e8e22

Choose a tag to compare

What's Changed

  • Validate missing profile in config resolution by @zx06 in #18
  • mcp: add Streamable HTTP transport with required Bearer auth by @zx06 in #19

Full Changelog: v0.0.5...v0.0.6

v0.0.5

04 Feb 05:26
56282e8

Choose a tag to compare

What's Changed

  • docs: 修复文档与代码实现不一致的问题 by @zx06 in #9
  • feat: 加固只读保护与优化输出性能 by @zx06 in #10
  • feat: 更新文档描述以更准确地反映 xsql CLI 的功能 by @zx06 in #11
  • feat: 添加 SSH 端口转发代理功能 by @zx06 in #12
  • Fix output error contract and null formatting by @zx06 in #15
  • Add Codecov test analytics action by @zx06 in #16
  • test: raise unit test coverage above 80% (add CLI, DB, SSH, output, keyring tests) by @zx06 in #17

Full Changelog: v0.0.4...v0.0.5

v0.0.4

02 Feb 07:19
a4a8d6b

Choose a tag to compare

What's Changed

  • feat(mcp): add MCP server implementation and refactor CLI commands by @zx06 in #7
  • fix(mcp): 修复 MCP server profile 枚举和错误消息 by @zx06 in #8

Full Changelog: v0.0.3...v0.0.4

v0.0.4-rc1

30 Jan 11:42
0b306b6

Choose a tag to compare

v0.0.4-rc1 Pre-release
Pre-release

What's Changed

  • feat(mcp): add MCP server implementation and refactor CLI commands by @zx06 in #7

Full Changelog: v0.0.3...v0.0.4-rc1

v0.0.3

30 Jan 05:57
3667029

Choose a tag to compare

What's Changed

  • feat: add profile description field and enhance profile commands by @zx06 in #6

Full Changelog: v0.0.2...v0.0.3

v0.0.2

30 Jan 03:01

Choose a tag to compare

Changes

  • Keyring format simplified: Changed from keyring:<service>/<account> to keyring:<account> with fixed service name xsql
    • Example: keyring:prod/password instead of keyring:xsql/prod/password
  • Windows fix: Handle UTF-16 null bytes from Windows Credential Manager
  • Tests: Added comprehensive unit and integration tests for keyring functionality
  • Docs: Updated configuration examples with new keyring format

v0.0.1

29 Jan 14:08

Choose a tag to compare

Initial release

Full Changelog: https://github.com/zx06/xsql/commits/v0.0.1