-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: finish the release of v0.4.0 (#760)
Signed-off-by: spacewander <[email protected]>
- Loading branch information
1 parent
82d8aaf
commit 48bc3ec
Showing
16 changed files
with
134 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Table of Contents | ||
|
||
- [0.4.0](#040) | ||
|
||
## 0.4.0 | ||
|
||
### Breaking Changes | ||
|
||
- don't respect the request's Content-Type request header when generating response from Envoy directly, after receiving the response from the upstream: [#744](https://github.com/mosn/htnn/pull/744) | ||
|
||
### Features | ||
|
||
- add server side filter: [#694](https://github.com/mosn/htnn/pull/694) | ||
- support Consul as ServiceRegistry: [#695](https://github.com/mosn/htnn/pull/695) | ||
- support Nacos v2 as ServiceRegistry: | ||
- [#703](https://github.com/mosn/htnn/pull/703) | ||
- [#718](https://github.com/mosn/htnn/pull/718) | ||
- allow setting listener access log via listenerPatch plugin: [#701](https://github.com/mosn/htnn/pull/701) | ||
- add DynamicConfig to dispatch route-independent configuration: | ||
- [#707](https://github.com/mosn/htnn/pull/707) | ||
- [#713](https://github.com/mosn/htnn/pull/713) | ||
- [#716](https://github.com/mosn/htnn/pull/716) | ||
- adapt the latest Envoy: | ||
- [#732](https://github.com/mosn/htnn/pull/732) | ||
- [#742](https://github.com/mosn/htnn/pull/742) | ||
- enable dual stack by default: [#741](https://github.com/mosn/htnn/pull/741) | ||
|
||
### Fixes | ||
|
||
- avoid unnecessary xDS generation for our CRD: [#719](https://github.com/mosn/htnn/pull/719) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.