This is a bug-fix release of the app potato-mesh v0.5.3. It mainly improves the working federation between instances. Also, federation is now visible in frontend. If you do not wish to be part of the federation, disable it with FEDERATION=0 or PRIVATE=1 env variables.
What's Changed
- Chore: bump version to 0.5.3 by @l5yth in #372
- Expose FEDERATION environment option across tooling by @l5yth in #375
- Restrict /api/instances results to recent records by @l5yth in #374
- Fix frontend coverage export for Codecov by @l5yth in #376
- Expose PRIVATE environment configuration across tooling by @l5yth in #377
- Disable federation features when FEDERATION=0 by @l5yth in #379
- Ensure private mode disables chat messaging by @l5yth in #378
- Ensure private mode disables federation by @l5yth in #380
- Harden federation announcements by @l5yth in #381
- Add instance selector dropdown for federation deployments by @l5yth in #382
- Respect PORT environment override by @l5yth in #384
- Add full support to telemetry schema and API by @l5yth in #385
- Prune blank values from API responses by @l5yth in #386
- Add telemetry formatting utilities and extend node overlay by @l5yth in #387
Full Changelog: v0.5.2...v0.5.3