Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change API scopes format to match enum #200

Closed
gempain opened this issue Mar 10, 2021 · 0 comments
Closed

Change API scopes format to match enum #200

gempain opened this issue Mar 10, 2021 · 0 comments
Labels
enhancement Improvement of an existing feature

Comments

@gempain
Copy link
Contributor

gempain commented Mar 10, 2021

At the moment, we're mapping enum keys (kebab case) to dot-case (site_branch_headers_set = site.branch.headers.set. To keep things simple and be consistent, we'll use the same value for key and value.

@gempain gempain added the enhancement Improvement of an existing feature label Mar 10, 2021
@gempain gempain closed this as completed Mar 10, 2021
@gempain gempain reopened this Mar 10, 2021
gempain pushed a commit that referenced this issue Mar 10, 2021
BREAKING CHANGE: all API tokens currently in use will be invalidated.
@gempain gempain closed this as completed Mar 10, 2021
gempain pushed a commit that referenced this issue Mar 10, 2021
# [1.0.0-beta.17](v1.0.0-beta.16...v1.0.0-beta.17) (2021-03-10)

### Bug Fixes

* error when unhandled socket event ([3e0151a](3e0151a))
* req.query not typed ([581e3ca](581e3ca))
* socket io protocol error ([6e414a0](6e414a0))
* **add branch:** should not update release when no id given ([b3b25e8](b3b25e8))

### Features

* add websocket handler [#194](#194) ([2aad514](2aad514))
* change api scope formats ([#200](#200)) ([ed34896](ed34896))
* configure gzip compression ([#195](#195)) ([bc5e3ff](bc5e3ff))
* custom headers per branch or site ([#195](#195)) ([c8645a7](c8645a7))
* forbid underscores in site name ([#193](#193)) ([f263f09](f263f09))
* set cache-control header ([#195](#195)) ([09621ea](09621ea))

### BREAKING CHANGES

* all API tokens currently in use will be invalidated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant