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
Uh oh!
There was an error while loading. Please reload this page.
-
1.6
Added
defaultfunction ascoalescealias (#356)relative_url()(#361)error_handlerblock support forapiandendpointblocks (#317)beta_scope,beta_insufficient_scopeandbeta_operation_deniedsplit()andsubstr()functions (#390)verifycommand tooChanged
serverblock label is now optional,apiblock may be labelled (#358)Fixed
accept_forwarded_url"host" ifH-Forwarded-Hostrequest header field contains a port (#360)Varyresponse header fields for CORS (#362)json_body, Couper may require a lot of memory for storing the data structure.array_attributesat least an empty array is created inrequest.context.<label>.attributes.<name>(#369)audclaim or with anullvalueaud(#393)This discussion was created from the release 1.6.
Beta Was this translation helpful? Give feedback.
All reactions