Skip to content

Commit 3e9a181

Browse files
committed
Changelog for #126
#126 [ci skip]
1 parent 1ba33c6 commit 3e9a181

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ To be released.
1515
- Deprecated `FS_ASSET_PATH` in favor of `FS_STORAGE_PATH`.
1616
- Deprecated `ASSET_URL_BASE` in favor of `STORAGE_URL_BASE`.
1717

18+
- Hollo now requires the `SECRET_KEY` environment variable to be at least 44
19+
characters long. This change ensures sufficient entropy for cryptographic
20+
operations. [[#126] by Emelia Smith]
21+
22+
- Hollo now lets */.well-known/* and */oauth/* endpoints allow cross origin
23+
requests which is aligned with those of Mastodon. [[#126] by Emelia Smith]
24+
1825
- Added the `BIND` environment variable to specify the host address to
1926
listen on. [[#114], [#120] by Emelia Smith]
2027

@@ -42,6 +49,7 @@ To be released.
4249
[#120]: https://github.com/fedify-dev/hollo/pull/120
4350
[#121]: https://github.com/fedify-dev/hollo/pull/121
4451
[#122]: https://github.com/fedify-dev/hollo/pull/122
52+
[#126]: https://github.com/fedify-dev/hollo/pull/126
4553

4654

4755
Version 0.5.3

0 commit comments

Comments
 (0)