Releases: SAP-samples/hana-developer-cli-tool-example
2.202107.1 - Update @sap/cds versions and associated fixes
2.202106.3 Fix Issue #57
2.202106.2 fix hdi command on wsl and add new service plans
2.202106.1 - merge massRename and fix connect issue
2.202105.9 - massConvert synonyms support
See ChangeLog: https://github.com/SAP-samples/hana-developer-cli-tool-example/blob/main/CHANGELOG.md#22021059
https://www.npmjs.com/package/hana-cli/v/2.202105.9
- New functionality for massConvert command to also generate hdbsynonyms. Generate hdbsynonyms along with CDS for massConvert operation #48 - thanks to @ThePlenkov
- Add "no colons" mode for massConvert. This is an option to remove :: from namespaces which would complicate usage from CAP CDS. :: will be replaced by dot. no colons mode for massConvert #50 - thanks to @ThePlenkov
- Exclude user defined types from generated CDS in massConvert - thanks to @ThePlenkov
- cds command wasn't using the new connection information lookup logic
2.202105.8 HANA Client Restructure
See ChangeLog: https://github.com/SAP-samples/hana-developer-cli-tool-example/blob/main/CHANGELOG.md#22021058
https://www.npmjs.com/package/hana-cli/v/2.202105.8
- Added hana client disconnect at error and normal end conditions to avoid segmentation fault in WSL and slightly older versions of Node.js - thanks to sbarzaghialteaup
- First round of TypeScript types inclusion - more to come. Will mostly help project maintainers
2.202105.6 End of May Enhancements
See ChangeLog: https://github.com/SAP-samples/hana-developer-cli-tool-example/blob/main/CHANGELOG.md#22021056
https://www.npmjs.com/package/hana-cli/v/2.202105.6
Missing npm shrinkwrap in last release
Improved details in thrown errors and added debug info from util/cf and util/xs
hana-cli version now reports latest avaialble version on npm and propmpts users to upgrade if they are outdated
Add debugging output to all commands
Issue #42 Optional namespace for generated cds - thanks to @ThePlenkov
@cds dependency updated to May 2021 release 5.1.4
Update cds preview to UI5 1.89.0
cds preview new parameter to allow use to choose HTTP port (and validate that input)
serviceKey command no longer requires to pre-create the service key. If the key you specify doesn't exist it will call cf/xs create-service-key for you automatically Issue #41
Increase the page size for the xs/cf services commands (ups and hdi) Issue #40
2.202105.5 - close several enhancement issues
See ChangeLog: https://github.com/SAP-samples/hana-developer-cli-tool-example/blob/main/CHANGELOG.md#22021055
https://www.npmjs.com/package/hana-cli/v/2.202105.5
- Issue #42 Optional namespace for generated cds - thanks to @ThePlenkov
- @cds dependency updated to May 2021 release 5.1.4
- Update cds preview to UI5 1.89.0
- cds preview new parameter to allow use to choose HTTP port (and validate that input)
- serviceKey command no longer requires to pre-create the service key. If the key you specify doesn't exist it will call cf/xs create-service-key for you automatically Issue #41
- Increase the page size for the xs/cf services commands (ups and hdi) Issue #40
2.202105.4 hdbmigrationtable support in massConvert and inspectTable
See ChangeLog: https://github.com/SAP-samples/hana-developer-cli-tool-example/blob/main/CHANGELOG.md#22021054
https://www.npmjs.com/package/hana-cli/v/2.202105.4
- Issue #39 - Add support for HANA XSA in the UPS and HDI commands
- Issue #38 - Add support for hdbmigrationtable in massConvert and inspectTable
- Add option useCatalogPure to massConvert command. Defaults to false and uses the cds.compile api to produce its hdbtable or hdbmigrationtable output. When set to true it will instead use the HANA SYS.GET_OBJECT_DEFINITION which includes more metadata but might produce results which are incompatible with HDI
- Remove the Schema from output of massConvert commands