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
Uh oh!
There was an error while loading. Please reload this page.
-
1.13.0
Added
can()function (#699)url_decode()function (#781)bearer = trueattribute forjwtblock 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-addressoption. (#752)-watch] (https://docs.couper.io/configuration/command-line#basic-options) (#747)MAXPROCSsetting for Couper runtime to respect the number of available CPU resources in cloud environments (#840)Changed
oauth2andbeta_token_requesttoken request errors (#755)Content-Typeheader field, (backend) requests or backend responses for an endpoint are only JSON-parsed if indicated by a.json_bodyreference in the endpoint configuration (#749)beta_rate_limitstatus code429responses are no longer wrapped as a Couper error (#827)Fixed
WWW-Authenticateheaderrealmparam value forbasic_auth(#715)Server-Timingheader only reporting last requests/proxies of endpoint sequences (#751)headersattribute or modifiers (#805)filesdue to wrong registration ofbase_paths, and when serving from multiplefilesorspain combination withapidue 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