From 4167976f239007022c1ed1af10ce3eab9021e947 Mon Sep 17 00:00:00 2001 From: yeyunxi Date: Tue, 2 Sep 2025 14:12:51 +0800 Subject: [PATCH 1/2] add release/v1.8.0 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 647c35ba..1243cd81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 9dbb0c00..afa2b351 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.0 \ No newline at end of file +1.8.0 \ No newline at end of file From 971e51edd2ca377793195a2b516c2631c7abb62a Mon Sep 17 00:00:00 2001 From: yeyunxi Date: Wed, 3 Sep 2025 09:38:26 +0800 Subject: [PATCH 2/2] update en_us/DOWNLOAD.md and zh_cn/DOWNLOAD.md --- docs/en_us/DOWNLOAD.md | 11 +++++++++++ docs/zh_cn/DOWNLOAD.md | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/docs/en_us/DOWNLOAD.md b/docs/en_us/DOWNLOAD.md index cc761816..d672d8a6 100644 --- a/docs/en_us/DOWNLOAD.md +++ b/docs/en_us/DOWNLOAD.md @@ -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) diff --git a/docs/zh_cn/DOWNLOAD.md b/docs/zh_cn/DOWNLOAD.md index a5ac1d49..bdeb5926 100644 --- a/docs/zh_cn/DOWNLOAD.md +++ b/docs/zh_cn/DOWNLOAD.md @@ -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)