You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,27 @@
1
1
# Changelog
2
+
## [0.51.0-public] - 2024-12-05
3
+
### Features
4
+
-**MapReduce** Supports multi pipeline output.
5
+
-**VolumeBuilder** Added the `accelerate` method to speed up the download process using dragonfly when the external volume is too large.
6
+
-**Table** Introduced `TableType OBJECT_TABLE` and the method `isObjectTable` to verify it.
7
+
-**Project** The `list` method now includes a filter condition `enableDr` to filter projects based on whether data disaster recovery is enabled.
8
+
-**Cluster** New fields added: `clusterRole`, `jobDataPath`, and `zoneId`.
9
+
10
+
### Changes
11
+
-**TableBatchReadSession** The `predicate` class variable is now set to transient.
12
+
-**Attribute** added escaping logic and will no longer double quote.
13
+
-**SQLTask** Restored the `SQLTask.run(Odps odps, String project, String sql, String taskName, Map<String, String> hints, Map<String, String> aliases, int priority)` method removed in version 0.49.0 to resolve potential interface conflicts when users' MR jobs depend on older versions of the SDK.
14
+
15
+
### Fixes
16
+
-**Table.changeOwner** Fixed SQL spelling error.
17
+
-**Instance.getTaskSummary** Removed unreasonable debug logging introduced since version 0.50.2.
18
+
-**TruncTime** Uses backticks to quote `columnName` during table creation/toString.
19
+
> **Note:** This version also includes all changes from "0.51.0-public.rc0" and "0.51.0-public.rc1".
20
+
21
+
## [0.50.6-public] - 2024-11-27
22
+
### Features
23
+
-**Logview** Added support for Logview V2, which ensures data security. It can be created using `new Logview(odps, 2)`, and SQLExecutor specifies the version through the `logviewVersion` method.
24
+
2
25
## [0.51.0-public.rc1] - 2024-11-22
3
26
### Features and Changes
4
27
-**Column**`ColumnBuilder` adds a new `withGenerateExpression` method for constructing auto-partition columns
请确保您使用的是[Maven Central Repository](https://mvnrepository.com/artifact/com.aliyun.odps/odps-sdk-core)或[阿里云Maven仓库](https://developer.aliyun.com/mvn/)中可用的最新稳定版本。
0 commit comments