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: RELEASE_NOTES.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,20 @@
18
18
under the License.
19
19
20
20
-->
21
+
# Apache IoTDB 2.0.7
22
+
23
+
## Features & Improvements
24
+
25
+
- System Management: Updated Jetty dependency version.
26
+
- Others: Remove risky RPC interfaces.
27
+
- Others: Remove JEXL functions.
28
+
- Others: Check naming when creating a Pipe.
29
+
- Others: Change the default client RPC service address to 127.0.0.1.
30
+
- Others: Modify code to make internal services bind to the value specified by `dn_internal_address`instead of the default address.
31
+
32
+
## Bugs
33
+
- Fixed an issue in the partition table automatic deletion logic: Only TTL configured at the DB level takes effect, using the maximum TTL value within the DB.
0 commit comments