File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4755Version 0.5.3
You can’t perform that action at this time.
0 commit comments