Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

77 lines (57 loc) · 2.9 KB

Changelog

All changes made on any release of this project should be commented on high level of this document.

Document model based on Semantic Versioning. Examples of how to use this markdown cand be found here Keep a CHANGELOG.

0.10.0 - 2019-04-15

Added

  • Add Kong 1 support by removing kong.errors.dao

0.9.0 - 2019-01-18

Added

  • Dockerfile to simplify development
  • Raw_body to template context

0.8.0 - 2018-10-30

Added

  • Travis for CI/CD

0.7.2 - 2018-10-10

Fixed

  • Execution of templates when they are empty strings.

0.7.1 - 2018-10-02

Fixed

  • Read JSON only when the payload is not an empty string.

0.7.0 - 2018-09-20

Fixed

  • Log severities to better represent information.

0.6.0 - 2018-08-28

Added

  • Configuration variable hide fields and not log them.

0.5.0 - 2018-07-09

Added

  • Adds ngx.ctx.custom_data to template information.

0.4.0 - 2018-05-23

Fixed

  • Params validation that was not been called.
  • Empty body with request_templates that were broken.
  • Special characters in request-templates.

Changed

  • Package name in rockspec.

0.3.0 - 2018-05-17

Fixed

  • Stops relying on content-type header and tries to parse the response from the API, returning bad request if not possible
  • Passes body to the request table as a table, not string

0.2.2 - 2018-05-10

Added

  • Status-code as an argument to templates.

Fixed

  • Only reads response body as JSON when content-type is correct.

Removed

  • Template files

0.2.1 - 2018-05-04

Fixed

  • Template transformer import

0.2.0 - 2018-04-24

Added

  • Can use regex uri patterns inside the templates.
  • VSTS support.

0.1.0 - 2018-04-16

Added

  • First version of the template transformer plugin