@@ -64,6 +64,14 @@ title: Changelog
64
64
65
65
## 3.0.0-beta
66
66
67
+ Here we use 2.99.0 as the version number in the source code instead of the code name
68
+ ` 3.0.0-beta ` for two reasons:
69
+
70
+ 1 . avoid unexpected errors when some programs try to compare the
71
+ version, as ` 3.0.0-beta ` contains ` 3.0.0 ` and is longer than it.
72
+ 2 . some package system might not allow package which has a suffix
73
+ after the version number.
74
+
67
75
### Change
68
76
69
77
#### Moves the config_center, etcd and Admin API configuration to the deployment
@@ -90,10 +98,10 @@ With the new 3.0 release, we took the opportunity to clean out many configuratio
90
98
In the static configuration, we removed several fields as follows:
91
99
92
100
- Removed ` enable_http2 ` and ` listen_port ` from ` apisix.ssl ` : [ #7717 ] ( https://github.com/apache/apisix/pull/7717 )
93
- - Remove ` apisix.port_admin ` : [ #7716 ] ( https://github.com/apache/apisix/pull/7716 )
94
- - Remove ` etcd.health_check_retry ` : [ #7676 ] ( https://github.com/apache/apisix/pull/7676 )
95
- - Remove ` nginx_config.http.lua_shared_dicts ` : [ #7677 ] ( https://github.com/apache/apisix/pull/7677 )
96
- - Remove ` nginx_config.http.real_ip_header ` : [ #7696 ] ( https://github.com/apache/apisix/pull/7696 )
101
+ - Removed ` apisix.port_admin ` : [ #7716 ] ( https://github.com/apache/apisix/pull/7716 )
102
+ - Removed ` etcd.health_check_retry ` : [ #7676 ] ( https://github.com/apache/apisix/pull/7676 )
103
+ - Removed ` nginx_config.http.lua_shared_dicts ` : [ #7677 ] ( https://github.com/apache/apisix/pull/7677 )
104
+ - Removed ` nginx_config.http.real_ip_header ` : [ #7696 ] ( https://github.com/apache/apisix/pull/7696 )
97
105
98
106
In the dynamic configuration, we made the following adjustments:
99
107
0 commit comments