Skip to content

v3.0

Compare
Choose a tag to compare
@lukaszbudnik lukaszbudnik released this 20 Dec 06:37
6c7e2c6

v3.0 contains a lot of changes. The most important one is the removal of tool mode. Starting from v3.0 only server mode is supported.

Complete list of new features includes:

  • removal of CLI, only server supported
  • refactoring of server package
  • generic webhooks support - see README.md for an example of how webhooks can now be configured
  • more flexible env substitution in config file - multiple env variables can now be used in single config property
  • enhanced fine-grained request logging, context propagation so that other package can use values from context
  • injecting git branch and git commit sha into production builds
  • Dockerfile changes together with TestDockerfile (with injecting build variables support)
  • better README.md documentation with new Quick Start Guide