Browse Source

Readme: update features of tengine 3.0.0

pull/1810/head
lianglli 2 years ago
parent
commit
642902ba4c
  1. 2
      CHANGES.cn
  2. 4
      CHANGES.te
  3. 4
      README.markdown

2
CHANGES.cn

@ -2,6 +2,8 @@ Tengine 3.0.0 [2023-07-06]
* Feature: 支持域名,证书,路由的动态无损生效 [tengine-ingress] (drawing, lianglli)
* Feature: 支持HTTP/3 (QUIC v1和draft-29)[XQUIC] (lurker-Chen, Kulsk, lianglli)
* Feature: 支持bypass内核的用户态高性能UDP转发 [XUDP] (D-Wythe, fengidri)
* Feature: 支持基于header,header值和服务权重的高级路由动态无损生效 [tengine-ingress] (drawing, lianglli)
* Feature: 支持配置timeout,强制HTTPS,CORS和robots的动态无损生效 [tengine-ingress] (drawing, lianglli)
* Change: 升级core代码到Nginx-1.24.0稳定版本 (lianglli)
* Bugfix: 修复ssl_async开启时ngx_ssl_shutdown导致的coredump问题 (foxriver1025)

4
CHANGES.te

@ -6,6 +6,10 @@ Changes with Tengine 3.0.0 06 Jul 2023
*) Feature: high-speed UDP transmission with kernel-bypass [XUDP] (D-Wythe, fengidri)
*) Feature: dynamically reconfigure canary routing based on standard and custom HTTP headers, header value, and weights [tengine-ingress] (drawing, lianglli)
*) Feature: dynamically reconfigure timeout setting, SSL Redirects, CORS and enabling/disabling robots for the ingress/path [tengine-ingress] (drawing, lianglli)
*) Change: update core to stable version Nginx-1.24.0 (lianglli)
*) Bugfix: fixed coredump caused by ngx_ssl_shutdown() with ssl_async enabled (foxriver1025)

4
README.markdown

@ -11,8 +11,10 @@ Features
* All features of nginx-1.24.0 are inherited, i.e., it is 100% compatible with nginx.
* Dynamically reconfigure the servers, locations and upstreams without reloading or restarting worker processes with [tengine-ingress](https://github.com/alibaba/tengine-ingress).
* HTTP/3 support (QUIC v1 and draft-29) with [XQUIC](https://github.com/alibaba/xquic)
* HTTP/3 support (QUIC v1 and draft-29) with [xquic](https://github.com/alibaba/xquic).
* High-speed UDP transmission with kernel-bypass.
* Dynamically reconfigure routing based on standard and custom HTTP headers, header value, and weights with [tengine-ingress](https://github.com/alibaba/tengine-ingress).
* Dynamically reconfigure timeout setting, SSL Redirects, CORS and enabling/disabling robots for the server and location with [tengine-ingress](https://github.com/alibaba/tengine-ingress).
* Support the CONNECT HTTP method for forward proxy.
* Support asynchronous OpenSSL, using hardware such as QAT for HTTPS acceleration.
* Enhanced operations monitoring, such as asynchronous log & rollback, DNS caching, memory usage, etc.

Loading…
Cancel
Save