Skip to content

Kazan v0.11.0

Latest
Compare
Choose a tag to compare
@obmarg obmarg released this 27 Mar 00:00
· 15 commits to master since this release

New Features

  • Kazan.Server now exposes from_env/1 and from_env!/0 functions for
    creating a Kazan.Server from application config. This should make it easier
    for users using GCP to continue to use application config.
  • Added some new configuration options that allow users to provide their own
    OpenAPI spec files. This should let users use kazan when they have
    k8s extensions installed.
  • Kazan.Server now supports username and password fields in config files.
  • HTTP Basic auth is now supported for authentication with k3s.

Bug Fixes

  • Fix a crash in Kazan.Watcher if one of the destination processes crashes.