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

Update changelog for v1.0.1 #148

Merged
merged 2 commits into from
Mar 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ Version History

Latest:

## 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.

## Dec 15, 2021:
### v1.0.0
This version of accounts is a fully functional system on its own - no more reliance on ORY Kratos/Oathkeeper.

## Oct 28, 2021:
### v0.1.3
**Key Updates**
Expand Down
16 changes: 16 additions & 0 deletions changelog/changelog-tail.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 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.

## Dec 15, 2021:
### v1.0.0
This version of accounts is a fully functional system on its own - no more reliance on ORY Kratos/Oathkeeper.

## 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.