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
CORS preflight requests are not blocked by access controls anymore (#366)
Reduced memory usage for backend response bodies which just get piped to the client and are not required to be read by Couper due to a variable references (#375)
However, if a huge message body is passed and additionally referenced via e.g. json_body, Couper may require a lot of memory for storing the data structure.
For each SAML attribute listed in array_attributes at least an empty array is created in request.context.<label>.attributes.<name> (#369)
HCL: Missing support for RelativeTraversalExpr, IndexExpr, UnaryOpExpr (#389)
HCL: Missing support for different variable index key types (#391)
OIDC: rejecting an ID token lacking an aud claim or with a null value aud (#393)
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.6
Added
default
function ascoalesce
alias (#356)relative_url()
(#361)error_handler
block support forapi
andendpoint
blocks (#317)beta_scope
,beta_insufficient_scope
andbeta_operation_denied
split()
andsubstr()
functions (#390)verify
command tooChanged
server
block label is now optional,api
block may be labelled (#358)Fixed
accept_forwarded_url
"host" ifH-Forwarded-Host
request header field contains a port (#360)Vary
response header fields for CORS (#362)json_body
, Couper may require a lot of memory for storing the data structure.array_attributes
at least an empty array is created inrequest.context.<label>.attributes.<name>
(#369)aud
claim or with anull
valueaud
(#393)This discussion was created from the release 1.6.
Beta Was this translation helpful? Give feedback.
All reactions