1.2.0
What's Changed
- Heex formatter plugin by @brunojppb in #29
- App Settings by @brunojppb in #28
- Update README by @brunojppb in #30
- Health check endpoint by @brunojppb in #31
- Bump version to 1.2.0 by @brunojppb in #32
Admin Settings UI
You can now control whether users can create accounts on Turbo Racer. This is an important feature if you are deploying Turbo Racer to a public network and don't want anybody else creating accounts.
- If you are deploying Turbo Racer for the first time, the first user signup will be automatically assigned with the
admin
role. - If you have users already registered to your instance, the first user will be automatically assigned the
admin
role and will be able to access admin settings where they can toggle this configuration.
Health check endpoint
There is now a dedicated health check endpoint under /management/health
that performs a simple check against the db/cache. It will be improved later on, but it's good enough for now to report server healthiness.
Full Changelog: 1.1.0...1.2.0