Skip to content

Latest commit

 

History

History
78 lines (57 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

78 lines (57 loc) · 2.99 KB
title
Changelog

Table of Contents

0.4.0

Feature

  • 🌅 feat: add response-rewrite plugin #91
  • 🌅 feat: support response filter for plugin #90
  • 🌅 feat: add debugf function #87

Change

  • change: add DefaultPlugin so that we don't need to reimplement all the methods #92

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