Release date 2023/11/08
Bugfix
-
allow the ‘start’ field be a past time
Release date 2023/02/28
Added a default value for the start
field in the canary plugin. If not set, the start time defaults to the current timestamp.
Release date 2022/09/09
Updated the priority for some plugins.: canary
changed from 13
to 20
Release date 2022/03/02
Added the ability to configure canary_by_header_name
. This parameter accepts a header name that, when present on a request, overrides the configured canary functionality.
always
, the request will always go to the canary upstream.never
, the request will never go to the canary upstream.If the configured header is present with the value always
, the request will always go to the canary upstream.
If the header is present with the value never
, the request will never go to the canary upstream.