All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
As this project is pre 1.0, breaking changes may happen for minor version bumps. A breaking change will get clearly notified in this log.
- Dropped support for Go 1.12.
- Dropped support for Go 1.13.
- Log User-Agent header in request logs.
- BREAKING CHANGE: MySQL is no longer supported. To migrate your data to postgresql use any of the tools provided here.
- Add
ReadTimeout
to HTTP server configuration to fix potential DoS vector. - Dropped support for Go 1.10, 1.11.
- BREAKING CHANGE: The
url
database configuration has been renamed todsn
to more accurately reflect its content.
- TLS support re-enabled.
- Reverse federation is now optional.
- Logging: http requests will be logged at the "Info" log level
Initial release after import from https://github.com/hcnet/federation