Skip to content

Releases: runtastic/request_handler

v0.14.0

11 Sep 15:16
Compare
Choose a tag to compare
  • support generic query params

v0.13.0

11 Sep 15:16
Compare
Choose a tag to compare
  • sidecar resources for multipart requests can be labeled with required
  • remove support for sidepushing via included array in request body.

v0.12.0

19 May 13:20
Compare
Choose a tag to compare
  • support for multipart-requests
  • update rubocop and fix danger check
  • drop support for ruby 2.1 (dry-types does not support it anymore either which makes supporting it here pointless)
  • adapt fieldset validation to allow all fields in addition to a specific enum
  • no need for 'required' field in fieldsets_parser anymore
  • throw different errors for each parser, all new errors inherit from ExternalArgumentError