Skip to content

v0.2.0

Compare
Choose a tag to compare
@webhookx-x webhookx-x released this 26 Sep 07:25
· 23 commits to main since this release

Breaking Changes

Admin

  • the request.headers, request.body, response.headers, and response.body were omitted to null in API /workspaces/{ws_id}/attempts. To retrieve them, please use /workspaces/{ws_id}/attempts/{id} @cchenggit (🎉 new contributor) #23

Features

Admin

  • add query parameter endpoint_id for API /workspaces/{id}/attempts @webhookx-x #25
  • support event manually retry @webhookx-x #27
  • add latency to attempt.response to record response latency from the endpoint @vm-001 #28

Plugin

  • and a new webhookx-signature plugin to prevent event being manipulated. @webhookx-x #17

Fixes

Admin

  • keeping nested field structure for fields that failed to validate @vm-001 #22
  • return detailed message when database unique constraint violation occurs @vm-001 #24
  • add missing properties trigger_mode and exhausted in openapi.yml @Heir-o (🎉 new contributor) #30
  • correct attempt properties in openapi.yml @vm-001 #31

Dependencies

  • bump github.com/go-resty/resty/v2 from 2.14.0 to 2.15.0 @dependabot #20

Chores

  • unify the SQL table creation statements @ericsyh (🎉 new contributor) #21

Full Changelog: v0.1.0...v0.2.0