Skip to content

Commit

Permalink
Update changelog for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Mar 8, 2022
1 parent e385fc9 commit fd7decf
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 19 deletions.
21 changes: 10 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@ Version History

Latest:

## Oct 28, 2021:
### v0.1.3
## Mar 8, 2022:
### v1.0.1
**Key Updates**
- Add caching to the `/user/limits` endpoint.
- Add a GitHub Action that runs the tests on push.
- Add infrastructure to send emails, e.g. for email confirmation, recovering an account after forgetting the password,
etc.
- Add an endpoint where a user can delete their own account.
- Add endpoints for email confirmation and account recovery.

**Other**
- Add integration tests covering the handlers.
- Add support for base32 skylinks.
- Add the endpoints needed for challenge-response login and registration.
- Allow changing of user's password via the PUT /user endpoint
- Add database-backed configuration options.
- Add an option for disabling new account registrations.
- BREAKING: All non-GET handlers now read their parameters from the request's body JSON instead of the form.
- Allow updating user's pubKey via two new endpoints - GET /user/pubkey/register and POST /user/pubkey/register.
- Remove the `GET /user/recover` endpoint in favour of the new `POST /user/recover/request` endpoint.

## Oct 18, 2021:
### v0.1.2
Expand Down
12 changes: 12 additions & 0 deletions changelog/changelog-tail.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Mar 8, 2022:
### v1.0.1
**Key Updates**
- Add support for base32 skylinks.
- Add the endpoints needed for challenge-response login and registration.
- Allow changing of user's password via the PUT /user endpoint
- Add database-backed configuration options.
- Add an option for disabling new account registrations.
- BREAKING: All non-GET handlers now read their parameters from the request's body JSON instead of the form.
- Allow updating user's pubKey via two new endpoints - GET /user/pubkey/register and POST /user/pubkey/register.
- Remove the `GET /user/recover` endpoint in favour of the new `POST /user/recover/request` endpoint.

## Oct 18, 2021:
### v0.1.2
**Other**
Expand Down
1 change: 0 additions & 1 deletion changelog/items/key-updates/base32.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/items/key-updates/challenge_response.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/items/key-updates/change_password.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/items/key-updates/disable_registrations_option.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/items/key-updates/json_payloads.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/items/key-updates/pubkey_update.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/items/key-updates/recover_post.md

This file was deleted.

0 comments on commit fd7decf

Please sign in to comment.