Hello hello! This is a small bugfix release for Stormy Sloth!
Highlights:
/about
page- new postgres installations actually work now
- png thumbnails preserve transparency
- oob token requests will redirect to the correct page, showing the token
- small api fixes to make 'role' property on accounts more mastodon-api compatible
- don't perform storage cleanup on startup (should alleviate issues where people were having to wait three minutes for their instances to start up)
- code is now 90% gayer and anti-capitalister
Migration notes
If you're migrating from 0.7.0 you don't really have to do anything special at all! If you're migrating to 0.7.1 from a previous version, check the release notes for 0.7.0 :)
Detailed Changelog
Features
- b6143c9 [feature] About page (#1495)
- 68e6d08 [feature] Add a request ID and include it in logs (#1476)
Bugfixes
- adb5966 [bugfix] Remove initial storage cleanup (#1545)
- e8a04b7 [bugfix] Fix account roles (#1542)
- f559d46 [bugfix] Fix failure to look up remote profiles with duplicate emojis in some cases (#1534)
- a0068e8 [bugfix] In Postgres, drop shortcodedomain constraint before creating new emoji table (#1528)
- fe66a2a [bugfix] Keep png transparency (#1522)
- 59b2e10 [bugfix] fix oob token route, update templates+css for oob and errors (#1519)
- d39280e [bug] Pass context in logging middleware (#1514)
- 1ca5c62 [bug] maxprocs set logger to nil (#1512)
Docs
- 40eea3b [feature] Use Material theme for docs (#1535)
- fa70ad7 [docs] Add site_url for absolute 404 page assets (#1544)
- 87b30a4 [docs] correct swagger docs (#1543)
- 2af33d3 Update README.md (#1533)
Chores
- e824e14 [chore]: Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#1541)
- 7039889 [chore] Move request validation earlier in client (#1531)
- 51c156c [chore] pull in latest go-kv, go-cache (#1530)
- a684fc4 [chore] transport improvements (#1524)
- 3649b23 [chore]: Bump golang.org/x/net from 0.5.0 to 0.7.0 (#1523)
- 83d8a44 [chore] update gruf's libs on readme (#1520)
- a822198 [chore]: Bump golang.org/x/image from 0.4.0 to 0.5.0 (#1516)
- b4d1888 [chore] Update more log calls to include context (#1517)