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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.8.0] - 2025-09-03

### Added

- Support third-party WAF integration ([Pull #1222](https://github.com/bfenetworks/bfe/pull/1222))
- Support basic functions of an AI gateway ([Pull #1223](https://github.com/bfenetworks/bfe/pull/1223))
- Support forwarding requests to backend RS over HTTPS


## [v1.7.0] - 2025-01-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.8.0
11 changes: 11 additions & 0 deletions docs/en_us/DOWNLOAD.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
We provide precompiled binaries for bfe components. [Download the latest release](https://github.com/bfenetworks/bfe/releases) of BFE for your platform.

## bfe v1.8.0

* 2025-09-03 [Release notes](https://github.com/bfenetworks/bfe/releases/tag/v1.8.0)

| File Name | OS | Arch | Size | SHA256 Checksum |
| --------- | -------- | ---- | ---- | ------------ |
| [bfe_1.8.0_darwin_amd64.tar.gz](https://github.com/bfenetworks/bfe/releases/download/v1.8.0/bfe_1.8.0_darwin_amd64.tar.gz) | darwin | amd 64 | 13MB | c36498802606042c479fd5561a0d47d44981c0bd5219828bb813bee644918ac4 |
| [bfe_1.8.0_linux_amd64.tar.gz](https://github.com/bfenetworks/bfe/releases/download/v1.8.0/bfe_1.8.0_linux_amd64.tar.gz) | linux | amd64 | 13MB | 1699e6190b2a3027da4d490edc8de8de38afdf8c908df7dad3a9e907f599e218 |
| [bfe_1.8.0_linux_arm64.tar.gz](https://github.com/bfenetworks/bfe/releases/download/v1.8.0/bfe_1.8.0_linux_arm64.tar.gz) | linux | arm64 | 12MB | cdd1f75461c3357b299fa26480915647d91befe02617bc3c8bba5d4e741581ef |
| [bfe_1.8.0_windows_amd64.tar.gz](https://github.com/bfenetworks/bfe/releases/download/v1.8.0/bfe_1.8.0_windows_amd64.tar.gz) | windows | amd64 | 13MB | eb66266cfa57c601d1c694b3fdbb3259b078b79bd3c2f6b0a289fa16673a3516 |

## bfe v1.7.0

* 2025-01-19 [Release notes](https://github.com/bfenetworks/bfe/releases/tag/v1.7.0)
Expand Down
11 changes: 11 additions & 0 deletions docs/zh_cn/DOWNLOAD.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
BFE提供预编译二进制文件供下载。也可在GitHub下载各平台[最新版本BFE](https://github.com/bfenetworks/bfe/releases)。

## bfe v1.8.0

* 2025-09-03 [发布说明](https://github.com/bfenetworks/bfe/releases/tag/v1.8.0)

| 文件名 | 操作系统 | 平台 | 大小 | SHA256检验和 |
| --------- | -------- | ---- | ---- | ------------ |
| [bfe_1.8.0_darwin_amd64.tar.gz](https://github.com/bfenetworks/bfe/releases/download/v1.8.0/bfe_1.8.0_darwin_amd64.tar.gz) | darwin | amd 64 | 13MB | c36498802606042c479fd5561a0d47d44981c0bd5219828bb813bee644918ac4 |
| [bfe_1.8.0_linux_amd64.tar.gz](https://github.com/bfenetworks/bfe/releases/download/v1.8.0/bfe_1.8.0_linux_amd64.tar.gz) | linux | amd64 | 13MB | 1699e6190b2a3027da4d490edc8de8de38afdf8c908df7dad3a9e907f599e218 |
| [bfe_1.8.0_linux_arm64.tar.gz](https://github.com/bfenetworks/bfe/releases/download/v1.8.0/bfe_1.8.0_linux_arm64.tar.gz) | linux | arm64 | 12MB | cdd1f75461c3357b299fa26480915647d91befe02617bc3c8bba5d4e741581ef |
| [bfe_1.8.0_windows_amd64.tar.gz](https://github.com/bfenetworks/bfe/releases/download/v1.8.0/bfe_1.8.0_windows_amd64.tar.gz) | windows | amd64 | 13MB | eb66266cfa57c601d1c694b3fdbb3259b078b79bd3c2f6b0a289fa16673a3516 |

## bfe v1.7.0

* 2025-01-19 [发布说明](https://github.com/bfenetworks/bfe/releases/tag/v1.7.0)
Expand Down