Skip to content

Commit bd91b59

Browse files
committed
biweekly update
1 parent 808c96c commit bd91b59

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

docs/functions_for_comp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ Alternatively, you can use `map_cast(key1,value1,key2,value2..)`
189189

190190
Since Proton v1.4.2, a new [extract_key_value_pairs](/functions_for_text#extract_key_value_pairs) function is added to extract key value pairs from a string to a map.
191191

192+
### map_from_arrays
193+
Alias for the above `map_cast` function.
194+
192195
## Tuples
193196

194197
### tuple_cast

docs/v2-release-notes.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
This page summarizes changes for Timeplus Enterprise and Timeplus Proton, on a biweekly basis, including new features and important bug fixes.
44

5+
## Jun 9, 2025
6+
7+
### Timeplus Proton 1.6.16
8+
* fixed the issue for [map_cast(array1,array2)](/functions_for_comp#map_cast)
9+
10+
### Timeplus Enterprise v2.8 GA
11+
* 2.8.1 is the first GA version of [Timeplus Enterprise v2.8](/enterprise-v2.8), with the key features:
12+
* New Compute Node server role to [run materialized views elastically](/proton-create-view#autoscaling_mv) with checkpoints on S3 storage.
13+
* Timeplus can read or write data in Apache Iceberg tables. [Learn more](/iceberg)
14+
* Timeplus can read or write PostgreSQL tables directly via [PostgreSQL External Table](/pg-external-table) or look up data via [dictionaries](/sql-create-dictionary#source_pg).
15+
* Use S3 as the [tiered storage](/tiered-storage) for streams.
16+
* New SQL command to [rename streams](/sql-rename-stream) or [columns](/sql-alter-stream#rename-column).
17+
* JavaScript UDFs benefit from multiple V8 instances, improving concurrency and isolation.
18+
* A new page to visualize nodes in a cluster.
19+
* New page to view the details of streams or materialized views.
20+
21+
### Timeplus Enterprise v2.7.8, v2.7.9
22+
Patch releases with bug fixes.
23+
24+
### Timeplus Enterprise v2.9 Preview 1
25+
Another preview edition of [Timeplus Enterprise v2.9](enterprise-v2.9) with many new features. This is scheduled to be Generally Available (GA) by the end of August.
26+
27+
### Timeplus Go Driver v2.1.2
28+
The [proton-go-driver](https://github.com/timeplus-io/proton-go-driver) provides Go connector to interact with Timeplus Enterprise or Timeplus Proton. In this release:
29+
* simplify json marhsalling and support selecting nested fields
30+
531
## May 26, 2025
632

733
### Timeplus Native JDBC v2.0.10

0 commit comments

Comments
 (0)