Release Notes
This update adds a new convenient auto SSL provisioning feature for self-hosters and performance improvements.
Features
- Added a new
-autossl
flag to automatically provision an SSL certificate to your machine. You can learn more about this feature here.
Bug Fixes and Improvements
- Enable HTTP compression on all responses (up to ~80% size improvements for some payloads).
- Upgraded DuckDB from
v1.1.0
tov1.2.0
. - The
data-api
option on the tracker no longer needs a trailing slash.
<script ... data-api="example.com/api/" /> // Old
<script ... data-api="example.com/api" /> // New
What's Changed
- fix(tracker): add trailing slash to data-api option by @ayuhito in #147
- chore(deps): update golang by @ayuhito in #152
- chore: upgrade go dependencies by @ayuhito in #154
- feat(core): add automatic ssl provisioning by @ayuhito in #155
- fix(core): https redirect middleware uses invalid localhost by @ayuhito in #156
- perf(core): add http compression by @ayuhito in #158
- fix(core): remove https redirect on non ssl setup by @ayuhito in #157
- ci(build): fail fast on edge concurrency group by @ayuhito in #159
Full Changelog: v0.5.1...v0.5.2