@sap/webide-hdi-base-feature-vscode
Advanced tools
Comparing version 1.26.0 to 1.26.1
@@ -0,1 +1,9 @@ | ||
## 1.26.1 | ||
### Fixes | ||
- Synonym name is not added in the hdbsynonym file if generate hdbsynonymconfig is checked during synonym | ||
- HTTP request url is truncated when search string contains at least one '#' | ||
- hdbgrants file that is generated during the Add Data Source dialog using an HDI-service does not reference via the service key | ||
- In Add Data Source dialog when generating hdbgrants file: value help for roles uses application user instead of hdi-service user even in HDI service context | ||
## 1.26.0 | ||
@@ -2,0 +10,0 @@ |
@@ -46,5 +46,11 @@ { | ||
{ | ||
"name": "bas_grant_role", | ||
"jira": "HANATOOLING-11798", | ||
"status": "dev", | ||
"capabilities": [] | ||
}, | ||
{ | ||
"name": "bas_grant_schema_privileges", | ||
"jira": "HANATOOLING-11799", | ||
"status": "candidate", | ||
"status": "released", | ||
"capabilities": [] | ||
@@ -271,3 +277,3 @@ }, | ||
"jira": "HANATOOLING-105030", | ||
"status": "dev", | ||
"status": "released", | ||
"capabilities": [] | ||
@@ -314,3 +320,3 @@ }, | ||
"jira": "HANATOOLING-77174", | ||
"status": "dev", | ||
"status": "candidate", | ||
"capabilities": [] | ||
@@ -559,2 +565,8 @@ }, | ||
{ | ||
"name": "hana.sqlanlz.timeline1", | ||
"jira": "HANATOOLING-99634", | ||
"status": "dev", | ||
"capabilities": [] | ||
}, | ||
{ | ||
"name": "hana.sqlanlz.vscode.live_connection", | ||
@@ -886,3 +898,3 @@ "jira": "HANATOOLING-3850", | ||
"jira": "HANATOOLING-19585", | ||
"status": "dev", | ||
"status": "candidate", | ||
"capabilities": [] | ||
@@ -1083,2 +1095,8 @@ }, | ||
{ | ||
"name": "vsc_dependency_viewer_max_depth", | ||
"jira": "HANATOOLING-110547", | ||
"status": "candidate", | ||
"capabilities": [] | ||
}, | ||
{ | ||
"name": "vsc_dependency_viewer_open_metadata", | ||
@@ -1090,2 +1108,8 @@ "jira": "HANATOOLING-99385", | ||
{ | ||
"name": "vsc_dependency_viewer_scope_control", | ||
"jira": "HANATOOLING-108549", | ||
"status": "dev", | ||
"capabilities": [] | ||
}, | ||
{ | ||
"name": "vsc_extension_sa.access_table_filtering", | ||
@@ -1139,2 +1163,8 @@ "jira": "HANATOOLING-9979", | ||
{ | ||
"name": "vsc_extension_sa.parameter_value", | ||
"jira": "HANATOOLING-112104", | ||
"status": "candidate", | ||
"capabilities": [] | ||
}, | ||
{ | ||
"name": "vsc_extension_sa.re_execute_hrtt", | ||
@@ -1202,3 +1232,3 @@ "jira": "HANATOOLING-85037", | ||
"jira": "HANATOOLING-50128", | ||
"status": "candidate", | ||
"status": "released", | ||
"capabilities": [] | ||
@@ -1205,0 +1235,0 @@ }, |
@@ -5,3 +5,3 @@ { | ||
"description": "SAP HANA Calculation view editor base extension including base services used by the SAP HANA calculation view editor", | ||
"version": "1.26.0", | ||
"version": "1.26.1", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -25,4 +25,4 @@ "categories": [ | ||
"README.md", | ||
"webide-hdi-base-feature-vscode-1.26.0.vsix" | ||
"webide-hdi-base-feature-vscode-1.26.1.vsix" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
934720
1269