Releases: coupergateway/couper-vscode
Releases · coupergateway/couper-vscode
v1.9.0
1.8.1
v1.8.0
v1.8.0
Changed
- Unbeta permission features: #121
beta_required_permission
attribute forapi
andendpoint
blocks,beta_insufficient_permissions
error_handler
label,beta_permissions_claim
,beta_permissions_map
,beta_permissions_map_file
,beta_roles_claim
,beta_roles_map
andbeta_roles_map_file
attributes forjwt
block.
1.7.0
v1.6.0
1.5.1
1.5.0
v1.5.0
Added
- completion for
environment
block, attribute and variable #92 - completion for labeled
spa
blocks #98 - completion for
configuration_backend
,jwks_uri_backend
,token_backend
anduserinfo_backend
attributes inoidc
block #98 - checks for invalid block labels #98
- checks for invalid functions and variables #102
- completion for
beta_token_request
block,backend
,backends
andbeta_token_response
variables #100 - completion for new
grant_type
s"password"
and"urn:ietf:params:oauth:grant-type:jwt-bearer"
and related attributes foroauth2
block #105 - completion for
beta_rate_limit
#94 - completion for reusable
proxy
blocks #106
Fixed
- broken icons in tooltips on vscode.dev #101
Removed
- completion for
path
attribute inerror_handler
block #98
1.4.2
1.4.1
1.4.0
v1.4.0
Added
- mark misplaced blocks and attributes, missing or misplaced block labels and wrong attribute values as errors #83
- Couper file icon #85
- completion for
beta_health
#50 - completion for
backend
,backend_timeout
,backend_openapi_validation
error types #78 - completion for
access-control
andendpoint
error types #80 - completion for
jwks_max_stale
injwt
block #79 - completion for
jwks_ttl
,jwks_max_stale
,configuration_max_stale
inoidc
block #79 - definition lookup for
oidc
,saml
andbeta_oauth2
access controls and for refinedbackend
blocks #84 - completion for
use_when_unhealthy
inbackend
block and thebackend_unhealthy
error type #86 files
block completion with optional label #89
Changed
- permission-related attributes/error types #75:
- renamed
beta_scope
attribute tobeta_required_permission
- renamed
beta_scope_claim
andbeta_scope_map
attributes tobeta_permissions_claim
andbeta_permissions_map
- removed
beta_operation_denied
andbeta_scope
error types - renamed
beta_insufficient_scope
error type tobeta_insufficient_permissions
- renamed
- definitions are looked up in all Couper files within the workspace #84
- enhanced completion for
accept_forwarded_url
,log_format
,request_id_format
andsecure_cookies
attributes by providing valid options #88
Fixed
Removed
- completion for
path
attribute inendpoint
andproxy
blocks #90