Biweekly Updates
This page summarizes changes for Timeplus Enterprise and Timeplus Proton, on a biweekly basis, including new features and important bug fixes.
Sep 30, 2024
Timeplus Cloud has a new home. Our previous domain, https://us.timeplus.cloud, has been redirected to https://us-west-2.timeplus.cloud. All workspaces have been migrated and no further action is needed. If you create a workspace via https://demo.timeplus.cloud, you will also be redirected to https://us-west-2.timeplus.cloud. The latest Timeplus Enterprise features are available in the new site. If you prefer using a different cloud region, please let us know.
Timeplus Web Console v2.0.1
We upgraded the timeplus_web
component in https://us-west-2.timeplus.cloud. Compared to v1.4.33 in Timeplus Enterprise self-hosted edition, the key enhancements are:
- You can now set a timezone in dashboards to display the datetime or timestamp in your preferred timezone.
- See additional metrics in the details side panel for streams, materialized views, external streams, or other resources: events per second, status, throughput, and more.
- Refinements to error and warning messages, including avoid showing two messages for the same resource.
- Moved the 'Send as Sink' button to the 'Save As' dropdown in the SQL Console.
- Able to render large numbers such as int256 or uint256.
- Wizard UI to create Timeplus External Streams.
- Wizard UI to create Mutable Streams.
- Fix the issue where scrollbar is too thin.
- In SQL Console, you can write multiple SQL statements and select one to run the statement.
Timeplus Rust Client v0.1.2
A maintenance release to include latest dependencies. No new features or bug fixes. Please get it via https://crates.io/crates/proton_client
Sep 16, 2024
The new cloud service available at https://us-west-2.timeplus.cloud. The previous cloud (https://us.timeplus.cloud) will be sunset. The new cloud service ships the latest Timeplus features, such as mutable streams.
Timeplus Proton v1.5.17 and v1.5.18
- New feature: drop large streams via
SETTINGS force_drop_big_stream=true
. Learn more - New feature: support
EXPLAIN SELECT ..
as a sub-query - Fix the problem of multi-shard incorrect result on distinct
- Improvement for telemetry service to exclude system level queries and make interval configurable
- New feature: allow to set timeout for Remote UDF