Skip to content

v0.3.0

Compare
Choose a tag to compare
@achetronic achetronic released this 09 Oct 11:35
· 8 commits to master since this release

Changes:

  • Switch configuration from environment variables to a file: this allows to extend the project in the future adding new features with ease.
    • The configuration file admits environment variables expansion
  • Add modifiers support to act before request is processed: this allows users to perform path or headers modifications, etc. The idea is to be able to ignore modifications done by CDNs before sending the request to the backend (for example, added prefixes)

Contributors:
@achetronic @sebastocorp