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
bearer = true attribute for jwt block to indicate retrieving token from Authorization: Bearer .... This is the new default token source indicator. header = "Authorization" is now deprecated in favour of this new attribute. (#724)
In addition to having an appropriate JSON media type in the Content-Type header field, (backend) requests or backend responses for an endpoint are only JSON-parsed if indicated by a .json_body reference in the endpoint configuration (#749)
beta_rate_limit status code 429 responses are no longer wrapped as a Couper error (#827)
Fixed
WWW-Authenticate header realm param value for basic_auth (#715)
Storing of digit-starting string object keys in request context and of digit-starting string header field names in request variable (#799)
Use of boolean values for the headers attribute or modifiers (#805)
Duplicate CORS response headers (with backend sending CORS response headers, too) (#804)
Erroneously sending 404 when serving from files due to wrong registration of base_paths, and when serving from multiple files or spa in combination with api due to wrong selecting of the API error template (#803)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
1.13.0
Added
can()
function (#699)url_decode()
function (#781)bearer = true
attribute forjwt
block to indicate retrieving token fromAuthorization: Bearer ...
. This is the new default token source indicator.header = "Authorization"
is now deprecated in favour of this new attribute. (#724)-bind-address
option. (#752)-watch
] (https://docs.couper.io/configuration/command-line#basic-options) (#747)MAXPROCS
setting for Couper runtime to respect the number of available CPU resources in cloud environments (#840)Changed
oauth2
andbeta_token_request
token request errors (#755)Content-Type
header field, (backend) requests or backend responses for an endpoint are only JSON-parsed if indicated by a.json_body
reference in the endpoint configuration (#749)beta_rate_limit
status code429
responses are no longer wrapped as a Couper error (#827)Fixed
WWW-Authenticate
headerrealm
param value forbasic_auth
(#715)Server-Timing
header only reporting last requests/proxies of endpoint sequences (#751)headers
attribute or modifiers (#805)files
due to wrong registration ofbase_path
s, and when serving from multiplefiles
orspa
in combination withapi
due to wrong selecting of the API error template (#803)beta_rate_limit
(#827)Dependencies
This discussion was created from the release v1.13.0.
Beta Was this translation helpful? Give feedback.
All reactions