Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

65 lines (49 loc) · 2.48 KB
title
Changelog

Table of Contents

0.3.0

Feature

  • 🌅 feat: support upstream response header modify #68
  • 🌅 feat: support fetch request body #70
  • 🌅 feat: introduce context to plugin runner #63
  • 🌅 feat: add fault-injection plugin for benchmark #46
  • 🌅 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

  • 🌅 feat: support Var API #31
  • 🌅 feat: provide default APISIX_CONF_EXPIRE_TIME to simplify thing #30
  • 🌅 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