Skip to content

Commit

Permalink
docs: add change log (#2806)
Browse files Browse the repository at this point in the history
* add change log

* add change log

* add change log

* add more docs
  • Loading branch information
yhilmare authored Jun 24, 2024
1 parent 281da17 commit 68947f6
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG-zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# OceanBase Developer Center (ODC) CHANGELOG

## 4.3.0_bp1(2024-06-24)

### 易用性改进

- 优化多库变更产生的子任务的描述信息,突出批次号及所属的多库变更任务 [#2762](https://github.com/oceanbase/odc/pull/2762)
- 允许计划任务的创建者修改计划任务 [#2772](https://github.com/oceanbase/odc/pull/2772)
- 消息通知支持配置网络超时 [#2782](https://github.com/oceanbase/odc/pull/2782)

### 缺陷修复

SQL 检查

- 禁止将"id"作为列名 [#2796](https://github.com/oceanbase/odc/pull/2796)

导入导出

- 导入空数据文件将会导致导数任务失败 [#2779](https://github.com/oceanbase/odc/pull/2779)

数据库对象管理

- 使用非 4.3.0 版本的 ODC 打开 4.3.x 版本的 OceanBase 的表对象可能会引发空指针异常 [#2776](https://github.com/oceanbase/odc/pull/2776)

SQL 开发

- SQL 语句的`like``replace`字句中包含反斜杠时将会引发格式化错误
- SQL 确认界面格式化按钮不生效

数据源

- 批量导入数据源时未能全部展示待导入的数据源

## 4.3.0 (2024-06-07)

### 功能变化
Expand Down
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## 4.3.0_bp1 (2024-06-24)

### Usability Improvements

- Optimize the description information of subtasks generated by multi-repository changes, highlighting the batch number and the corresponding multi-repository change tasks [#2762](https://github.com/oceanbase/odc/pull/2762)
- The creator of a scheduled tasks is allowed to alter that schedule task [#2772](https://github.com/oceanbase/odc/pull/2772)
- Message notification supports configuring network timeout [#2782](https://github.com/oceanbase/odc/pull/2782)

### Bug Fixes

SQL check

- Disable "id" as column name [#2796](https://github.com/oceanbase/odc/pull/2796)

Import Export

- Importing empty data files will cause the derivative task to fail [#2779](https://github.com/oceanbase/odc/pull/2779)

Database object management

- Opening a table object of OceanBase version 4.3.x using an ODC other than version 4.3.0 may cause a null pointer exception [#2776](https://github.com/oceanbase/odc/pull/2776)

SQL development

- A formatting error will occur when backslashes are included in the `like` and `replace` clauses of the SQL statement
- The SQL confirmation interface button does not take effect

Data Source

- When importing data sources in batches, all data sources to be imported cannot be displayed

## 4.3.0 (2024-06-07)


Expand Down
40 changes: 40 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
(unreleased)
------------

Fix
~~~
- Fix(sql-check): remove the word 'id' from the reserved words (#2796)
[IL MARE]
- Fix(clientMode): fail to migrate metadb in client mode (#2797)
[LuckyLeo]
- Fix(data-transfer): avoid task failure by processing exception
messages (#2779) [LuckyLeo]
- Fix(table-object): there would be an NPE if fail to parse index ddl
(#2776) [LuckyLeo]
- Fix(multiple database): added exclusive description of the subticket
(#2762) [zijia.cj]
- Fix(taskframework): running task be canceled incorrect due to
heartbeat timeout (#2763) [krihy]
- Fix(schedule): creator is not allowed to alter schedule (#2772)
[guowl3]
- Fix(multiple database): frequently printing logs (#2765) [zijia.cj]
- Fix(taskframework): cannot rollback stop when destroy executor failed
(#2755) [krihy]
- Fix(client-mode): odc failed to start in client mode (#2761)
[LuckyLeo]


v4.3.0 (2024-06-11)
-------------------

New
~~~
- Feat(config):add creator_id to config entity (#2485) [Ang]
Expand Down Expand Up @@ -54,6 +80,8 @@ New

Changes
~~~~~~~
- Refactor(schedule): add without permission method (#2670) [Ang]
- Refactor(security): add configurable security whitelists (#2714) [Ang]
- Refactor(flow): add skip auth to flow mapper (#2538) [Ang]
- Refactor(config): Add more fields to configEntity #2493. [Ang]
- Chore: use OBE error code (#2413) [yizhou]
Expand All @@ -62,6 +90,18 @@ Changes

Fix
~~~
- Fix(schedule): terminate if schedule is invalid (#2725) [guowl3]
- Fix(structure-comparison): get a wrong result when comparing two same
tables (#2720) [IL MARE]
- Fix(multiple database): change the method when initiating child
tickets (#2719) [zijia.cj]
- Fix(ticket): failed to view all tickets (#2716) [IL MARE]
- Fix(dlm): upgrade dlm sdk to 1.1.4 (#2697) [guowl3]
- Fix(dlm): the task status does not update properly when structural
synchronization fails (#2712) [guowl3]
- Fix(ticket): project owners failed to abort a ticket (#2709) [IL MARE]
- Fix(db-browser): failed to open SYS console when user without query
sys permissions (#2708) [zhangxiao]
- Fix(security): add skip auth annotation (#2704) [guowl3]
- Fix(dlm): alter execute task job type for data cleaning (#2706) [kiko]
- Fix(multiple database): the return of method intercepted in multiple
Expand Down

0 comments on commit 68947f6

Please sign in to comment.