go-pluginserver/CHANGELOG.md
2020-12-07 21:27:28 -05:00

1.5 KiB

Table of Contents

v0.6.0

Additions

  • New CLI flag -dump-all-plugins to dump info from all managed plugins. #38

v0.5.0

Released 2020/06/22

Additions

  • Add support for a Response phase, allowing manipulation of response data. #32

Fixes

  • Fix map representation in plugin configuration. #19 Thanks, melchor629 for the patch!
  • Fix array representation in plugin configuration. #20 Thanks, longquan0104 for the patch!

v0.4.0

Released 2020/05/27

  • Bump go-pdk to v0.5.0

v0.3.3

Released 2020/05/25

  • Bump go-pdk to v0.4.0

v0.3.2

Released 2020/05/11

Fixes

  • Properly handle array fields. #18. Thanks, jumal.

Back to TOC