Skip to content

0.4.0

Choose a tag to compare

@jan-auer jan-auer released this 11 Jan 16:59
· 5474 commits to master since this release

Introducing Relay modes:

  • proxy: A simple proxy for all requests and events without configuration.
  • static: Static configuration for known projects in the file system.
  • managed: Fetch configurations dynamically from Sentry and update them.

The default Relay mode is managed. Users upgrading from previous versions will
automatically transition to the managed mode. To change this setting, add
relay.mode to config.yml or run semaphore config init from the command
line.

Breaking Change: If Relay was used without credentials, the mode needs to be
set to proxy. The default managed mode requires credentials.

For more information on Relay modes, see the documentation page.