title: Changelog

Table of Contents

0.3.0

Feature

  • :sunrise: feat: support upstream response header modify #68
  • :sunrise: feat: support fetch request body #70
  • :sunrise: feat: introduce context to plugin runner #63
  • :sunrise: feat: add fault-injection plugin for benchmark #46
  • :sunrise: feat: add e2e framework #72

Bugfix

  • fix: write response header break request #65
  • fix: addressed blank space of GITSHA populated #58
  • fix: make sure the cached conf expires after the token #44
  • fix: avoid reusing nil builder #42

0.2.0

Feature

  • :sunrise: feat: support Var API #31
  • :sunrise: feat: provide default APISIX_CONF_EXPIRE_TIME to simplify thing #30
  • :sunrise: feat: handle idempotent key in PrepareConf #27

Bugfix

  • fix: a race when reusing flatbuffers.Builder #35
  • fix: the default socket permission is not enough #25

0.1.0

Feature

  • First implementation