Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dingxin-tech committed Apr 10, 2024
1 parent f6e1565 commit 76a54a6
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 0.47.0-public [2024-04-10]

### General
- **SDK Version Upgrade**: Updated to `0.47.0-public`.

### Features
- **HTTP Command**: Introduced a new `http` command allowing users to quickly initiate HTTP requests with their current identity.
- **Keep Session Variables**: A new `--keep-session-variables` startup argument has been added. This prevents clearing of user-set flags with the `use [project]` command, maintaining the set flags such as `set a=b` across project switches.

### Enhancements
- **New Data Types in Read Command**: The `read` command now supports `TIMESTAMP_NTZ` and `JSON` data types.

- **Tunnel Command Upgrades**:
- `tunnel upload/download` commands have been enhanced with a `-qn` flag to specify Tunnel QuotaName.
- `tunnel upload` now accepts a `-dfp` flag to set the format for uploading DATETIME type text.

- **HistoryCommand with Grep**: The `history` now features `grep` query functionality for enhanced search capabilities.

- **Project Deletion Syntax**: To align with consistent console syntax, `drop project` is now supported alongside `delete project`.

- **Setproject Command Optimization**: The command has been optimized to support longer value strings, enabling settings for complex types such as JSON.


# 0.43.0
- add vfs -create commmand to create external volume
- add vfs command to public package
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 更新日志

## 0.47.0-public [2024-04-10]

### 概览
- **SDK 版本升级**:更新至 `0.47.0-public`

### 新功能
- **HTTP 命令**:新增 `http` 命令,让用户可以以当前用户身份快速发起HTTP请求。

- **保持会话变量**:新增 `--keep-session-variables` 启动参数。开启后,`use [project]` 命令将不会清除用户已设置的标志,比如 `set a=b`,在不同项目间切换时将保持这些设置。

### 增强功能
- **读取命令支持新类型**`read` 命令现在支持 `TIMESTAMP_NTZ``JSON` 数据类型。

- **Tunnel 命令升级**
- `tunnel upload/download` 命令新增 `-qn` 标志,用于指定 Tunnel QuotaName。
- `tunnel upload` 命令新增 `-dfp` 标志,用于设置上传 DATETIME 类型文本的格式。

- **HistoryCommand 支持 Grep**`HistoryCommand` 现增加了 grep 查询功能,提高搜索能力。

- **项目删除语法**:为了与控制台一致的语法对齐,现在支持使用 `drop project`,与 `delete project` 并行使用。

- **Setproject 命令优化**:该命令已优化,可以支持更长的值字符串,使其能设置复杂类型的值,例如 JSON 类型。

0 comments on commit 76a54a6

Please sign in to comment.