Skip to content

Commit 4e81bba

Browse files
[Release] Release v0.244.0
## Release v0.244.0 ### CLI * Fixed "can't evaluate field Name in type interface{}" for "databricks queries list" command ([#2451](#2451)) * Fixed `query-history list` command failing with 'executing "command" at <.>: range cant iterate over' ([#2506](#2506)) * Include tarballs in releases ([#2515](#2515)) ### Bundles * Support all version identifiers as per PEP440 in environment deps ([#2522](#2522)) ### API Changes * Added `databricks genie execute-message-attachment-query` command. * Added `databricks genie get-message-attachment-query-result` command. * `databricks genie execute-message-query` marked as Deprecated. * `databricks genie get-message-query-result-by-attachment` marked as Deprecated.
1 parent 24059e6 commit 4e81bba

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

.release_metadata.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"timestamp": "2025-03-19 13:40:01+0000"
3+
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Version changelog
22

3+
## Release v0.244.0
4+
5+
### CLI
6+
* Fixed "can't evaluate field Name in type interface{}" for "databricks queries list" command ([#2451](https://github.com/databricks/cli/pull/2451))
7+
* Fixed `query-history list` command failing with 'executing "command" at <.>: range cant iterate over' ([#2506](https://github.com/databricks/cli/pull/2506))
8+
* Include tarballs in releases ([#2515](https://github.com/databricks/cli/pull/2515))
9+
10+
### Bundles
11+
* Support all version identifiers as per PEP440 in environment deps ([#2522](https://github.com/databricks/cli/pull/2522))
12+
13+
### API Changes
14+
* Added `databricks genie execute-message-attachment-query` command.
15+
* Added `databricks genie get-message-attachment-query-result` command.
16+
* `databricks genie execute-message-query` marked as Deprecated.
17+
* `databricks genie get-message-query-result-by-attachment` marked as Deprecated.
18+
19+
320
## [Release] Release v0.243.0
421

522
CLI:

NEXT_CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
# NEXT CHANGELOG
22

3-
## Release v0.244.0
3+
## Release v0.245.0
44

55
### CLI
6-
* Fixed "can't evaluate field Name in type interface{}" for "databricks queries list" command ([#2451](https://github.com/databricks/cli/pull/2451))
7-
* Fixed `query-history list` command failing with 'executing "command" at <.>: range cant iterate over' ([#2506](https://github.com/databricks/cli/pull/2506))
8-
* Include tarballs in releases ([#2515](https://github.com/databricks/cli/pull/2515))
96

107
### Bundles
11-
* Support all version identifiers as per PEP440 in environment deps ([#2522](https://github.com/databricks/cli/pull/2522))
128

139
### API Changes
14-
* Added `databricks genie execute-message-attachment-query` command.
15-
* Added `databricks genie get-message-attachment-query-result` command.
16-
* `databricks genie execute-message-query` marked as Deprecated.
17-
* `databricks genie get-message-query-result-by-attachment` marked as Deprecated.

0 commit comments

Comments
 (0)