You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@
15
15
"New MCP server troubleshooting guide (mcp-server/TROUBLESHOOTING.md) with common issues and solutions",
16
16
"Improved error messages and debugging capabilities throughout the codebase",
17
17
"CLI Startup Performance Optimization - Implemented lazy-loading strategy for command modules and dependencies, resulting in 60-77% faster startup times for most commands. Key improvements: ultra-fast path for --version flag bypassing all heavy module imports, deferred yargs loading until after fast-path checks, conditional debug module loading only when DEBUG environment variable is set, elimination of completion overhead, and simplified validation logic. Average command execution now starts in ~700ms vs previous ~2,200ms.",
18
-
"New import command features - added support for matching columns by order, name, or auto (try name then fall back to order), improved error handling and reporting for mismatched columns and data type issues, and added support for additional data types in the import process"
18
+
"New import command features - added support for matching columns by order, name, or auto (try name then fall back to order), improved error handling and reporting for mismatched columns and data type issues, and added support for additional data types in the import process",
19
+
"Completely new documentation website build on VitePress with improved navigation, search, and user experience. The new documentation site is built with VitePress and features a modern design, better organization, and enhanced content including more examples and troubleshooting guides. The documentation is now also available in German for key sections."
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
22
22
- Improved error messages and debugging capabilities throughout the codebase
23
23
- CLI Startup Performance Optimization - Implemented lazy-loading strategy for command modules and dependencies, resulting in 60-77% faster startup times for most commands. Key improvements: ultra-fast path for --version flag bypassing all heavy module imports, deferred yargs loading until after fast-path checks, conditional debug module loading only when DEBUG environment variable is set, elimination of completion overhead, and simplified validation logic. Average command execution now starts in ~700ms vs previous ~2,200ms.
24
24
- New import command features - added support for matching columns by order, name, or auto (try name then fall back to order), improved error handling and reporting for mismatched columns and data type issues, and added support for additional data types in the import process
25
+
- Completely new documentation website build on VitePress with improved navigation, search, and user experience. The new documentation site is built with VitePress and features a modern design, better organization, and enhanced content including more examples and troubleshooting guides. The documentation is now also available in German for key sections.
25
26
26
27
## [3.202601.0] - 2026-01-30
27
28
@@ -436,7 +437,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
436
437
- Add node.js engines version check on startup and output a warning if there is a mismatch based upon the engines specification in package.json
437
438
- Add busy indicator in browser based UI
438
439
- massConvert to HDBTABLE or HDBMIGRATIONTABLE with the useCatalogPure option now removes CS_* Types from the output for compatibility with target SAP HANA Cloud systems
439
-
- massConvert to HDBTABLE or HDBMIGRATIONTABLE without the useCatalogPure option also includes associations now. However when coming from HDBCDS based sources the column names contain dots which are incompatible with CAP CDS. The associations will still have the old column names while the rest of the table defition must replace the dot with underscore or recieve CDS Compiler errors. I will leave this functionality in place, although imperfect. If you have associations in your source system, strongly consider using the useCatalogPure option instead.
440
+
- massConvert to HDBTABLE or HDBMIGRATIONTABLE without the useCatalogPure option also includes associations now. However when coming from HDBCDS based sources the column names contain dots which are incompatible with CAP CDS. The associations will still have the old column names while the rest of the table defition must replace the dot with underscore or recieve CDS Compiler errors. I will leave this functionality in place, although imperfect. If you have associations in your source system, strongly consider using the useCatalogPure option instead.
440
441
- Added new commands featuresUI, featureUsageUI, functionsUI, hdiUI, sbssUI, schemaInstancesUI, schemaInstancesUI, securestoreUI, and upsUI
441
442
442
443
## [2.202107.4] - 2021-07-27
@@ -487,7 +488,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
487
488
488
489
**Changed**
489
490
490
-
- Merge [mass rename](https://gist.github.com/ThePlenkov/2fc31e05a43a4ec395c9a4d8f6c8276a#gistcomment-3759807) from [@ThePlenkov](https://github.com/ThePlenkov)
491
+
- Merge [mass rename](https://gist.github.com/ThePlenkov/2fc31e05a43a4ec395c9a4d8f6c8276a#gistcomment-3759807) from [@ThePlenkov](https://github.com/ThePlenkov)
491
492
- Fix [Issue with connecting to XS Advance Database #53](https://github.com/SAP-samples/hana-developer-cli-tool-example/issues/53)
492
493
- Remove warning during HDI deploy from db module created with createModule due to reference to afllangprocedure in the generated .hdiconfig
493
494
@@ -567,7 +568,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
567
568
- New parameter --quiet that disables extra output and human readable formatting for when you want to script commands and get pure results output
568
569
- New parameter --debug - for troubleshooting of the hana-cli tool itself. It will produce a LOT of detailed output. Nice if you are curious what queries are being sent to SAP to fullfill a command
569
570
- Options in the help are now grouped by Conneciton Parameters, Troubleshooting, and Options
570
-
- New order of processing for making connections as follows:
571
+
- New order of processing for making connections as follows:
571
572
- First we look for the Admin option and use a default-env-admin.json - this overrides all other parameters
572
573
- If no admin option or if there was an admin option but no default-env-admin.json could be found in this directory or 5 parent directories then look for a .env file in this directory or up to 5 parent directories
573
574
- No .env file found or it doesn't contain a VCAP_SERVICES section, then check to see if the --conn parameter was specified. If so check for that file in the current directory or up to 5 parent directories
@@ -630,7 +631,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
630
631
- Updated @sap/textbundle
631
632
- Add readme command that opens ReadMe Documentation in your browser
632
633
- Add changelog command that opens Change Log in your browser
633
-
- Formatting of output copy2DefaultEnv improved for compatibility to CAP cds run
634
+
- Formatting of output copy2DefaultEnv improved for compatibility to CAP cds run
634
635
- New command copy2Env - copy default-env.json to .env and reformat contents
635
636
- Support for HANA Cloud Instance Administration - requires cf cli to be installed and you must be logged into cf with a target org and space
636
637
- Added Command: hdi to list all SAP HANA Cloud HDI container instances in your target space
0 commit comments