Skip to content

Commit

Permalink
chore: update release notes for v1.28.1 (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: liaosy <[email protected]>
  • Loading branch information
liaosy21 and liaosy authored Jan 25, 2025
1 parent 6cd62cb commit c677a73
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
18 changes: 14 additions & 4 deletions docs/content.en/docs/release-notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,21 @@ Information about release notes of INFINI Gateway is provided here.
### Breaking changes

### Features
- Support simple bulk metadata in bulk related filters (#59)
- Seamlessly retry requests on backend failure for the Elasticsearch filter (#63)


### Bug fix

### Improvements
- Remove unnecessary node re-selection on schema mismatch for elasticsearch filter (#62)

## 1.28.1 (2025-01-24)

### Features

- Support simple bulk metadata in bulk related filters (#59)
- Seamlessly retry requests on backend failure for the Elasticsearch filter (#63)

### Improvements

- Remove unnecessary node re-selection on schema mismatch for elasticsearch filter (#62)

## 1.28.0 (2025-01-11)

Expand All @@ -29,9 +35,11 @@ This release includes updates from the underlying [Framework v1.1.0](https://doc
## 1.27.0 (2024-12-13)

### Breaking Changes

- Update default branch for vendor

### Features

- Auto-issue certificates for domains
- Support filter config file (#620)
- Add configs parameter allow_generated_metrics_tasks
Expand All @@ -42,13 +50,15 @@ This release includes updates from the underlying [Framework v1.1.0](https://doc
- Customize event queue

### Bug Fixes

- Rollback for client registration
- Reload when file is in dirty read
- Prevent consumer from advancing beyond writer’s segment
- Fix wait group usage in bulk indexing processor
- Query string query was ignored (#588)

### Improvements

- Refactor system configuration
- Add UUID to WebSocket session
- Add utility to parse parameters, panic on missing
Expand Down
22 changes: 22 additions & 0 deletions docs/content.zh/docs/release-notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,29 @@ title: "版本历史"

这里是极限网关历史版本发布的相关说明。

## Latest (In development)

### Breaking changes

### Features

### Bug fix

### Improvements

## 1.28.1 (2025-01-24)

### Features

- 支持在批量相关过滤器中使用简单的批量元数据(#59
- 在 Elasticsearch 过滤器中后端故障时无缝重试请求(#63

### Improvements

- 移除 Elasticsearch 过滤器中因模式不匹配导致的不必要节点重新选择(#62

## 1.28.0 (2025-01-11)

- 同步更新 Framework 修复的一些已知问题

## 1.27.0 (2024-12-13)
Expand Down

0 comments on commit c677a73

Please sign in to comment.