Skip to content

Commit

Permalink
chore(release): 0.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.9.0](v0.8.27...v0.9.0) (2020-03-21)

### Bug Fixes

* **API:** Normalize API errors ([699c190](699c190))
* **API Auth:** Remove JWTs as an authorization option ([a4ab72e](a4ab72e))
* **API docs:** Ensure schema is publically accessible; hide auth buttin in swagger ([fe5a5ad](fe5a5ad))
* **API docs:** Hide routes not being reviewed in this round ([787d3c5](787d3c5))
* **API URLs:** Allow optional trailing slash ([c12117d](c12117d))
* **File browser:** Remove reference to removed function ([c019242](c019242))
* Filtering by project event status ([3cdf138](3cdf138))
* Record status for completed SNAPSHOT events. ([30824b3](30824b3))
* Recording ProjectEvents for anonymous users ([2d479e4](2d479e4))
* Remove pesudo-terminal code from page overview ([4ac79e0](4ac79e0))
* **Migrations:** Remove the reference to the deleted checkouts app ([51557d5](51557d5))

### Features

* **API:** Add and document additional project fields ([8032f6e](8032f6e))
* **API:** Complete initial OpenID JWT granting ([df224f6](df224f6))
* **API:** Use knox to provide user authentication tokens "UATs" ([e836525](e836525))
* **API Tokens:** Allow for refreshing and revoking both token types ([edf2f4e](edf2f4e))
* **wip:** Generate JWT token from Google auth JWT ([23b0e3e](23b0e3e))
  • Loading branch information
stencila-ci committed Mar 21, 2020
1 parent 4525fdb commit dca1221
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# [0.9.0](https://github.com/stencila/hub/compare/v0.8.27...v0.9.0) (2020-03-21)


### Bug Fixes

* **API:** Normalize API errors ([699c190](https://github.com/stencila/hub/commit/699c190c5c94d4f878451b6b1b13f72b1217ce73))
* **API Auth:** Remove JWTs as an authorization option ([a4ab72e](https://github.com/stencila/hub/commit/a4ab72e981c98915bb701c527dcccf1253ad58ba))
* **API docs:** Ensure schema is publically accessible; hide auth buttin in swagger ([fe5a5ad](https://github.com/stencila/hub/commit/fe5a5adcf2005189d2d6ea7115459ab463ddf5bf))
* **API docs:** Hide routes not being reviewed in this round ([787d3c5](https://github.com/stencila/hub/commit/787d3c5ac6d249a25f4026b39f7baf4329c0fef3))
* **API URLs:** Allow optional trailing slash ([c12117d](https://github.com/stencila/hub/commit/c12117d5ba16dfaf9efb78bd1bdddc8f3a9e4e8a))
* **File browser:** Remove reference to removed function ([c019242](https://github.com/stencila/hub/commit/c019242429184ce560757120b8c64cb2e2a49fc9))
* Filtering by project event status ([3cdf138](https://github.com/stencila/hub/commit/3cdf13809828a9a82d9e73f89e22bb2677de4b3e))
* Record status for completed SNAPSHOT events. ([30824b3](https://github.com/stencila/hub/commit/30824b3ffc8599ae4d7c3bb307c8cce36ac8ef08))
* Recording ProjectEvents for anonymous users ([2d479e4](https://github.com/stencila/hub/commit/2d479e43ee81cef085b46a9b5e325299e778445d))
* Remove pesudo-terminal code from page overview ([4ac79e0](https://github.com/stencila/hub/commit/4ac79e01f822ad71acaff59dd3549a0515fc0978))
* **Migrations:** Remove the reference to the deleted checkouts app ([51557d5](https://github.com/stencila/hub/commit/51557d5b2a19d9442c94f6917b81af886ec858a0))


### Features

* **API:** Add and document additional project fields ([8032f6e](https://github.com/stencila/hub/commit/8032f6e366d582dd6c917efced11a129b23dff28))
* **API:** Complete initial OpenID JWT granting ([df224f6](https://github.com/stencila/hub/commit/df224f6adb1e69ffb543946cc2ccf9cfcd339009))
* **API:** Use knox to provide user authentication tokens "UATs" ([e836525](https://github.com/stencila/hub/commit/e836525c784fd12ace1ea9d97771e396c7f4d4b3))
* **API Tokens:** Allow for refreshing and revoking both token types ([edf2f4e](https://github.com/stencila/hub/commit/edf2f4e91aa4f57492d082a2257c2d2505fb3be8))
* **wip:** Generate JWT token from Google auth JWT ([23b0e3e](https://github.com/stencila/hub/commit/23b0e3ea737d6c7e820011c51eabd0d59f9af4b5))

0 comments on commit dca1221

Please sign in to comment.