@sap/datasphere-cli 2026.1.0 → 2026.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project SAP Datasphere Command-Line Interface (DS CL
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## 2026.2.0
9
+
10
+ ### Changed
11
+
12
+ - **TLS 1.3 is now the default protocol** for all HTTPS connections to meet NS2/SC compliance requirements
13
+ - **Automatic TLS fallback mechanism** retries with TLS 1.2 when servers don't support TLS 1.3
14
+
8
15
  ## 2025.24.0
9
16
 
10
17
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/datasphere-cli",
3
- "version": "2026.1.0",
3
+ "version": "2026.3.1",
4
4
  "description": "Command-Line Interface for SAP Datasphere.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "SAP SE",
@@ -20,6 +20,6 @@
20
20
  "datasphere-cli"
21
21
  ],
22
22
  "dependencies": {
23
- "@sap/cli-core": "2025.24.0"
23
+ "@sap/cli-core": "2026.2.1"
24
24
  }
25
25
  }