Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions docs/enterprise/release-notes/release-25_11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
keywords: [release notes, greptimedb enterprise]
description: Release notes for GreptimeDB Enterprise version 25.05, highlighting new features like elasticsearch compatibility, read replicas and triggers.
---

# GreptimeDB Enterprise 25.11

We are pleased to introduce the 25.11 release of GreptimeDB Enterprise.

## Enterprise Features

### Initial release of bulk ingestion

Bulk ingestion is an alternative ingestion approach introduced to overcome some
limitation of our normal integration path in OSS. It's designed for high volume
ingestion scenario. According to our test, an acceleration up to 5x can be
achieved by bulk ingestion.

In this release, we made bulk ingestion available for Prometheus remote write
API. The support for other APIs are coming in our future dot releases of 25.11.

There is no client API change required for adopting bulk ingestion.

### Feature completion of Triggers

Trigger has seen massive improves for its feature set. Adding support for
Prometheus equivalent for `for` and `keep_firing_for`, to bring in state
management of trigger events.

[Read more from trigger documentation](../trigger.md).

## Features From GreptimeDB OSS

This release is based on GreptimeDB OSS v1.0.0.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ keywords: [Region Rebalance, 管理控制台, LDAP User Provider, 审计日志,
description: GreptimeDB 企业版 24.11 版本介绍了 Region Rebalance、管理控制台、LDAP User Provider、审计日志等新特性,并基于开源版 v0.10 引入了多项改进。
---

# Release 24.11
# GreptimeDB 企业版 24.11

我们很高兴向大家介绍 GreptimeDB 企业版的 24.11 版本。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ keywords: [elasticsearch, 读副本, 触发器]
description: GreptimeDB 企业版 25.05 发布说明,新功能 Elasticsearch 兼容层,读副本,触发器等
---

# Release 25.05
# GreptimeDB 企业版 25.05

我们很高兴向大家介绍 GreptimeDB 企业版的 25.05 版本。

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
keywords: [release notes, greptimedb enterprise]
description: GreptimeDB 企业版 25.05 发布说明,新功能 Elasticsearch 兼容层,读副本,触发器等
---

# GreptimeDB 企业版 25.11

我们很高兴向大家介绍 GreptimeDB 企业版的 25.11 版本。

## 特性亮点

### 批量写入

批量写入是我们在企业版中引入的一种新的写入链路,这套机制适用于高吞吐的数据写入、
导入场景。根据我们的测试,新的写入链路可以带来高达 5 倍的吞吐量加速。

在这个版本中,我们先为 Prometheus remote write 路径添加了批量写入的支持,其余更
多的协议支持将陆续加入到 25.11 后续的功能版本。

使用批量写入并不需要用户调整客户端 API 。

### Triggers 的功能完善

Trigger 功能在 25.11 版本进行了功能的补齐,包含支持类似 Prometheus 的 `for` 和
`keep_firing_for` 等触发状态管理机制。

[通过 Trigger 文档了解更多](../trigger.md).

## 来自 GreptimeDB 开源版本的更新

此版本基于 GreptimeDB 开源版 v1.0.0.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ keywords: [Region Rebalance, 管理控制台, LDAP User Provider, 审计日志,
description: GreptimeDB 企业版 24.11 版本介绍了 Region Rebalance、管理控制台、LDAP User Provider、审计日志等新特性,并基于开源版 v0.10 引入了多项改进。
---

# Release 24.11
# GreptimeDB 企业版 24.11

我们很高兴向大家介绍 GreptimeDB 企业版的 24.11 版本。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ keywords: [elasticsearch, 读副本, 触发器]
description: GreptimeDB 企业版 25.05 发布说明,新功能 Elasticsearch 兼容层,读副本,触发器等
---

# Release 25.05
# GreptimeDB 企业版 25.05

我们很高兴向大家介绍 GreptimeDB 企业版的 25.05 版本。

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
keywords: [release notes, greptimedb enterprise]
description: GreptimeDB 企业版 25.05 发布说明,新功能 Elasticsearch 兼容层,读副本,触发器等
---

# GreptimeDB 企业版 25.11

我们很高兴向大家介绍 GreptimeDB 企业版的 25.11 版本。

## 特性亮点

### 批量写入

批量写入是我们在企业版中引入的一种新的写入链路,这套机制适用于高吞吐的数据写入、
导入场景。根据我们的测试,新的写入链路可以带来高达 5 倍的吞吐量加速。

在这个版本中,我们先为 Prometheus remote write 路径添加了批量写入的支持,其余更
多的协议支持将陆续加入到 25.11 后续的功能版本。

使用批量写入并不需要用户调整客户端 API 。

### Triggers 的功能完善

Trigger 功能在 25.11 版本进行了功能的补齐,包含支持类似 Prometheus 的 `for` 和
`keep_firing_for` 等触发状态管理机制。

[通过 Trigger 文档了解更多](../trigger.md).

## 来自 GreptimeDB 开源版本的更新

此版本基于 GreptimeDB 开源版 v1.0.0.
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ const sidebars: SidebarsConfig = {
type: 'category',
label: 'Releases',
items: [
'enterprise/release-notes/release-25_11',
'enterprise/release-notes/release-25_05',
'enterprise/release-notes/release-24_11',
]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
keywords: [release notes, greptimedb enterprise]
description: Release notes for GreptimeDB Enterprise version 25.05, highlighting new features like elasticsearch compatibility, read replicas and triggers.
---

# GreptimeDB Enterprise 25.11

We are pleased to introduce the 25.11 release of GreptimeDB Enterprise.

## Enterprise Features

### Initial release of bulk ingestion

Bulk ingestion is an alternative ingestion approach introduced to overcome some
limitation of our normal integration path in OSS. It's designed for high volume
ingestion scenario. According to our test, an acceleration up to 5x can be
achieved by bulk ingestion.

In this release, we made bulk ingestion available for Prometheus remote write
API. The support for other APIs are coming in our future dot releases of 25.11.

There is no client API change required for adopting bulk ingestion.

### Feature completion of Triggers

Trigger has seen massive improves for its feature set. Adding support for
Prometheus equivalent for `for` and `keep_firing_for`, to bring in state
management of trigger events.

[Read more from trigger documentation](../trigger.md).

## Features From GreptimeDB OSS

This release is based on GreptimeDB OSS v1.0.0.