Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Dyrvold committed Nov 8, 2021
1 parent 1fbfb9e commit f538bbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ This project tries to follow [SemVer 2.0.0](https://semver.org/).
- Use `PUT /token/{tokenId}` instead of `PUT /token`
- Use `PUT /project/{projectId}/branch` instead of `PUT /branches`

- Added a slew of options for setting OIDC parameters (see WHARF_HTTP_OIDC_*)
for JWT token verification. Upon setting `WHARF_HTTP_OIDC_ENABLE=true` a
check will be enforced for requests sent to the api such that all
requests not carrying a valid bearer token will fail.

- Added support for Sqlite. Default database driver is still Postgres.

Note: wharf-api must be compiled with `CGO_ENABLED=1` (which is the default
Expand Down

0 comments on commit f538bbf

Please sign in to comment.