Skip to content

1.2.0

Compare
Choose a tag to compare
@brunojppb brunojppb released this 09 Oct 10:06
· 183 commits to main since this release
1.2.0
accc7c7

What's Changed

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