Skip to content

Commit fd7decf

Browse files
committed
Update changelog for v1.0.1
1 parent e385fc9 commit fd7decf

9 files changed

+22
-19
lines changed

CHANGELOG.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,17 @@ Version History
1010

1111
Latest:
1212

13-
## Oct 28, 2021:
14-
### v0.1.3
13+
## Mar 8, 2022:
14+
### v1.0.1
1515
**Key Updates**
16-
- Add caching to the `/user/limits` endpoint.
17-
- Add a GitHub Action that runs the tests on push.
18-
- Add infrastructure to send emails, e.g. for email confirmation, recovering an account after forgetting the password,
19-
etc.
20-
- Add an endpoint where a user can delete their own account.
21-
- Add endpoints for email confirmation and account recovery.
22-
23-
**Other**
24-
- Add integration tests covering the handlers.
16+
- Add support for base32 skylinks.
17+
- Add the endpoints needed for challenge-response login and registration.
18+
- Allow changing of user's password via the PUT /user endpoint
19+
- Add database-backed configuration options.
20+
- Add an option for disabling new account registrations.
21+
- BREAKING: All non-GET handlers now read their parameters from the request's body JSON instead of the form.
22+
- Allow updating user's pubKey via two new endpoints - GET /user/pubkey/register and POST /user/pubkey/register.
23+
- Remove the `GET /user/recover` endpoint in favour of the new `POST /user/recover/request` endpoint.
2524

2625
## Oct 18, 2021:
2726
### v0.1.2

changelog/changelog-tail.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## Mar 8, 2022:
2+
### v1.0.1
3+
**Key Updates**
4+
- Add support for base32 skylinks.
5+
- Add the endpoints needed for challenge-response login and registration.
6+
- Allow changing of user's password via the PUT /user endpoint
7+
- Add database-backed configuration options.
8+
- Add an option for disabling new account registrations.
9+
- BREAKING: All non-GET handlers now read their parameters from the request's body JSON instead of the form.
10+
- Allow updating user's pubKey via two new endpoints - GET /user/pubkey/register and POST /user/pubkey/register.
11+
- Remove the `GET /user/recover` endpoint in favour of the new `POST /user/recover/request` endpoint.
12+
113
## Oct 18, 2021:
214
### v0.1.2
315
**Other**

changelog/items/key-updates/base32.md

-1
This file was deleted.

changelog/items/key-updates/challenge_response.md

-1
This file was deleted.

changelog/items/key-updates/change_password.md

-1
This file was deleted.

changelog/items/key-updates/disable_registrations_option.md

-2
This file was deleted.

changelog/items/key-updates/json_payloads.md

-1
This file was deleted.

changelog/items/key-updates/pubkey_update.md

-1
This file was deleted.

changelog/items/key-updates/recover_post.md

-1
This file was deleted.

0 commit comments

Comments
 (0)