From 642902ba4caa8e4fa45f2c25ec6cd8f7aa435af5 Mon Sep 17 00:00:00 2001 From: lianglli Date: Wed, 5 Jul 2023 21:23:47 +0800 Subject: [PATCH] Readme: update features of tengine 3.0.0 --- CHANGES.cn | 2 ++ CHANGES.te | 4 ++++ README.markdown | 4 +++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.cn b/CHANGES.cn index c5b64d207..399a4b640 100644 --- a/CHANGES.cn +++ b/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) diff --git a/CHANGES.te b/CHANGES.te index 267267c3e..a51854a9b 100644 --- a/CHANGES.te +++ b/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) diff --git a/README.markdown b/README.markdown index 094a49b89..857e4b7e8 100644 --- a/README.markdown +++ b/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.