-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tengine-2.3.0 will be released ! [Porting the official Nginx-1.15.9 ] #1196
Comments
Source details for this version:
ChangeLog: #1213 |
compilation error: openssl 1.1.1b with tengine 2.3.0(master) Compile conf Compile error
@chobits @wangfakang Ask for help |
@yunoasgit Thanks for your report. you can try it #1202 . fixed as follows:
|
Thanks very much, |
Extract the tengine modules to modules dir, Compile conf ./nginx -m ./ modules / no so file |
hi @yunoasgit Solution is given in #1203 (comment). |
Tengine 2.3.x with stream upstream health check ngx_healthcheck_module support nginx 1.15,support both http upstream and stream upstream health check. it would be nice that Tengine supports stream upstream health check. |
Seems your development slow down ? last commit was about 5 days ago? |
hi @netroby We're preparing an official release:) Soon. |
Waiting for official release |
same problem, @chobits not same issue with #1203 |
In fact, I can understand that I need to select the required modules at the beginning. |
Glad to see , i read it today morning. thanks for great works. |
It's just typo showed by
|
Note that all tengine modules are currently not supported dynamic loading, which needs to modify module config. Add |
The 2.3.0 version has been released, see #1220 for more details. I'm closing this close. |
Hi all, we have merged nginx 1.15.9 into latest master. Please check it! We'll release new version 2.3.x (based on nginx 1.15.x) as soon. Please check WARNING list before upgrade. If have any questions, please give us feedback in time. Thank you.
WARNING
Tengine has been upgraded core files from the Nginx 1.15.9 version. Note that this version is slightly not backwards compatible, some tengine features has been replaced by nginx offical, check the following list:
--add-module=modules/ngx_http_slice_module
way to compile if need Tengine's slice module, otherwise use--with-http_slice_module
compilation parameter.--add-module=modules/<module_name>
way to compile.各位Tengine使用者你们好!我们近期合并了Nginx官方1.15.9版本代码到Tengine master分支,大家可以先尝鲜使用master分支代码做测试(若上生产使用请一定要做好灰度验证、并阅读相关注意列表)。同时我们最近也会正式发布Tengine-2.3.x版本,欢迎大家使用,如有任何问题请随时反馈,谢谢。
注意事项
本次Tengine升级core代码到官方Nginx 1.15.9版本,由于其部分功能Nginx官方当前已经具备、所以本次直接弃用Tengine自身实现的部分配置指令,具体不兼容列表如下:
--add-module=modules/ngx_http_slice_module
,否则使用--with-http_slice_module
编译参数--add-module=modules/<module_name>
的方式进行编译The text was updated successfully, but these errors were encountered: