Skip to content

Commit

Permalink
Merge pull request #62 from baidu/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
iyangsj authored Oct 17, 2019
2 parents 5db4894 + 4fae9ed commit c3d6c8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ 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).


## [Unrelease]
## [v0.3.0] - 2019-10-17

### Added
- Add condition primitive: req_cip_hash_in/req_header_value_hash_in/req_cookie_value_hash_in/req_query_value_hash_in
- Add mod_header variable: bfe_log_id
- Add mod_http_code to maintain basic status about response forwarded

### Security
- Fix http2: limit number of control frames in server send queue (CVE-2019-9512, CVE-2019-9514)


## [v0.2.0] - 2019-09-26

Expand All @@ -42,6 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Flexible plugin framework to extend functionality. Based on the framework, developer can add new features rapidly
- Detailed built-in metrics available for service status monitor

[Unrelease]: https://github.com/baidu/bfe/compare/v0.2.0...HEAD
[v0.3.0]: https://github.com/baidu/bfe/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/baidu/bfe/compare/v0.1.0...v0.2.0
[v0.1.0]: https://github.com/baidu/bfe/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0-dev
0.3.0

0 comments on commit c3d6c8f

Please sign in to comment.