Skip to content

Releases: SAP-samples/hana-developer-cli-tool-example

Integrate btp CLI

17 Jan 22:29
Compare
Choose a tag to compare

3.202212.2 Update for CAP Dec 2022 Release

19 Dec 17:39
Compare
Choose a tag to compare

3.202212.1 - Make Quoted Identifiers Optional

01 Dec 21:38
5ca85c1
Compare
Choose a tag to compare

What's Changed

  • 90 remove the quoted naming as the default and instead put it behind an optional parameter by @jung-thomas in #91

Full Changelog: 3.202207.1...3.202212.1

3.202207.1 Upgrade to CAP 6.0

Add cds bind support for connections

20 May 19:19
Compare
Choose a tag to compare

https://github.com/SAP-samples/hana-developer-cli-tool-example/blob/main/CHANGELOG.md#32022054---2022-05-20

https://www.npmjs.com/package/hana-cli/v/3.202205.4

You can use cds bind and cds will create a .cdsrc-private.json file. This contains binding target information similar to .env or default-env.json but without storing credentials. cds watch will then look up the credentials at runtime. hana-cli can now read the .cdsrc-private.json for making connections. It will reuse the cds-dk libraries that use this information to lookup service binding details dynamically.

Note: this is more secure since no credentials will be stored on the file system, but it does mean that each command in hana-cli takes a second or two longer because it now must dynamically lookup the credentials with each command issued.

3.202205.3 Fix Issues Around Container Groups

3.202205.1 Support for Container Groups

3.202203.3 Upgrade CAP 5.9 UI5 1.100 Horizon Dark

31 Mar 18:23
Compare
Choose a tag to compare

CAP Update, GraphQL Output and systemInfo Output Options

Major New Release - remove @sap/hana-client dependency

25 Jan 22:37
b002242
Compare
Choose a tag to compare