Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
[
{
"date": "2026-07-11",
"version": "4.202607.0",
"Added": [
"VS Code extension now ships a self-contained, OS-portable .vsix via the npm package (installable through hana-cli vscode install) — bundles the web UI and uses Node built-in node:sqlite, no native binaries (#159)"
],
"Changed": [
"Upgrade to CAP 10 (@sap/cds 10) with cds-10-native drivers @cap-js/hana 3, @cap-js/sqlite 3, @cap-js/postgres 3, @cap-js/telemetry 2; remove incompatible @sap/cds-hana (#160)",
"TypeScript 7 for the VS Code extension and MCP server; consolidated dependency updates across all subprojects (#160, #162)",
"Group B major dependency upgrades: glob 13, @vscode/test-electron 3, vue-tsc 3, vue-router 5, csv-parse 7, js-yaml 5, inquirer 14 (#162)"
],
"Fixed": [
"Add missing vscode + error.cfNotLoggedIn i18n keys across all 9 locales (#163)"
]
},
{
"date": "2026-05-14",
"version": "4.202605.2",
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [4.202607.0] - 2026-07-11

**Added**

- VS Code extension now ships a self-contained, OS-portable .vsix via the npm package (installable through hana-cli vscode install) — bundles the web UI and uses Node built-in node:sqlite, no native binaries (#159)

**Changed**

- Upgrade to CAP 10 (@sap/cds 10) with cds-10-native drivers @cap-js/hana 3, @cap-js/sqlite 3, @cap-js/postgres 3, @cap-js/telemetry 2; remove incompatible @sap/cds-hana (#160)
- TypeScript 7 for the VS Code extension and MCP server; consolidated dependency updates across all subprojects (#160, #162)
- Group B major dependency upgrades: glob 13, @vscode/test-electron 3, vue-tsc 3, vue-router 5, csv-parse 7, js-yaml 5, inquirer 14 (#162)

**Fixed**

- Add missing vscode + error.cfNotLoggedIn i18n keys across all 9 locales (#163)

## [4.202605.2] - 2026-05-14

**Added**
Expand Down
4 changes: 2 additions & 2 deletions mcp-server/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hana-cli-mcp-server",
"version": "1.202605.2",
"version": "1.202607.0",
"description": "MCP Server for HANA CLI Tool",
"type": "module",
"main": "build/index.js",
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hana-cli",
"version": "4.202605.2",
"version": "4.202607.0",
"description": "HANA Developer Command Line Interface",
"main": "index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"url": "https://github.com/SAP-samples/hana-developer-cli-tool-example",
"source": "github"
},
"version": "4.202605.2",
"version": "4.202607.0",
"packages": [
{
"registryType": "npm",
"identifier": "hana-cli",
"version": "4.202605.2",
"version": "4.202607.0",
"runtimeHint": "npx",
"runtimeArguments": [
{
Expand Down
Loading