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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,27 @@ 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.4] -

### Added


### Fixed
- Fix token calculation
- Fix allow_models check in mod_ai_token_auth
- Fix redisdata unmarshal bug in mod_session_sticky


## [v1.8.3] - 2026-07-10

### Added
- add EnableAiGateway flag ([Pull #1248](https://github.com/bfenetworks/bfe/pull/1255))
- add mod_ai_rate_limit ([Pull #1248](https://github.com/bfenetworks/bfe/pull/1255))
- update mod_ai_token_auth ([Pull #1248](https://github.com/bfenetworks/bfe/pull/1256))
- add mod_access_pb ([Pull #1248](https://github.com/bfenetworks/bfe/pull/1257))
- add mod_session_sticky ([Pull #1248](https://github.com/bfenetworks/bfe/pull/1262))


## [v1.8.2] - 2026-05-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ strip: prepare compile-strip package
# make prepare, download dependencies
prepare: prepare-dep prepare-gen
prepare-dep:
$(call INSTALL_PKG, goyacc, golang.org/x/tools/cmd/goyacc@latest)
$(call INSTALL_PKG, goyacc, golang.org/x/tools/cmd/goyacc@v0.27.0)
prepare-gen:
cd "bfe_basic/condition/parser" && $(GOGEN)

Expand Down
Loading