You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-:warning: set default value of ssl_trusted_certificate to system [#11993](https://github.com/apache/apisix/pull/11993)
170
181
171
182
### Bugfixes
172
183
@@ -230,10 +241,12 @@ title: Changelog
230
241
231
242
## 3.11.0
232
243
244
+
**The changes marked with :warning: are not backward compatible.**
245
+
233
246
### Change
234
247
235
-
- remove JWT signing endpoint and no longer require a private key to be uploaded in the jwt-auth plugin. [#11597](https://github.com/apache/apisix/pull/11597)
236
-
- rewrite hmac-auth plugin for usability [#11581](https://github.com/apache/apisix/pull/11581)
248
+
-:warning:remove JWT signing endpoint and no longer require a private key to be uploaded in the jwt-auth plugin. [#11597](https://github.com/apache/apisix/pull/11597)
249
+
-:warning:rewrite hmac-auth plugin for usability [#11581](https://github.com/apache/apisix/pull/11581)
237
250
238
251
### Plugins
239
252
@@ -257,13 +270,20 @@ title: Changelog
257
270
258
271
## 3.10.0
259
272
273
+
**The changes marked with :warning: are not backward compatible.**
This change removes the default `*` value for `expose_headers` and only sets the header when explicitly configured.
284
+
-:warning: add a default limit of 100 for `get_headers()`[#11140](https://github.com/apache/apisix/pull/11140)
285
+
-:warning: core.request.header return strings instead of table [#11127](https://github.com/apache/apisix/pull/11127)
286
+
This function now always returns strings, previously it returned tables when duplicate headers existed.
267
287
268
288
### Plugins
269
289
@@ -310,10 +330,12 @@ title: Changelog
310
330
311
331
## 3.9.0
312
332
333
+
**The changes marked with :warning: are not backward compatible.**
334
+
313
335
### Change
314
336
315
-
-change: use apisix.enable_http2 to enable HTTP/2 in APISIX (#11032)
316
-
-change: unify the keyring and key_encrypt_salt fields (#10771)
337
+
-:warning: use apisix.enable_http2 to enable HTTP/2 in APISIX [#11032](https://github.com/apache/apisix/pull/11032)
338
+
-:warning: unify the keyring and key_encrypt_salt fields [#10771](https://github.com/apache/apisix/pull/10771)
317
339
318
340
### Core
319
341
@@ -404,6 +426,8 @@ title: Changelog
404
426
405
427
## 3.7.0
406
428
429
+
**The changes marked with :warning: are not backward compatible.**
430
+
407
431
### Change
408
432
409
433
-:warning: Creating core resources does not allow passing in `create_time` and `update_time`: [#10232](https://github.com/apache/apisix/pull/10232)
@@ -442,6 +466,8 @@ title: Changelog
442
466
443
467
## 3.6.0
444
468
469
+
**The changes marked with :warning: are not backward compatible.**
470
+
445
471
### Change
446
472
447
473
-:warning: Remove gRPC support between APISIX and etcd and remove `etcd.use_grpc` configuration option: [#10015](https://github.com/apache/apisix/pull/10015)
@@ -470,6 +496,8 @@ title: Changelog
470
496
471
497
## 3.5.0
472
498
499
+
**The changes marked with :warning: are not backward compatible.**
500
+
473
501
### Change
474
502
475
503
-:warning: remove snowflake algorithm in the request-id plugin: [#9715](https://github.com/apache/apisix/pull/9715)
0 commit comments