Skip to content

Releases: songkick/transport

v1.10.3

22 Feb 13:21
Compare
Choose a tag to compare

[bug-fix] no longer raise an exception when calling to_s on a POST request where params is a string (for example a JSON-encoded body)

1.10.1

17 Feb 15:47
Compare
Choose a tag to compare

[bug-fix] make Songkick::Transport::Service.with_headers work correctly

1.10.0

16 Feb 11:39
Compare
Choose a tag to compare

[improvement] truncate long parameter values when logging request objects

Basic Auth support and Base64 strict encode

29 Jul 10:36
Compare
Choose a tag to compare

Add Basic Auth support: c9f468b

Use Base64 strict encoding: 2a5f02a

1.8.1

18 Jun 16:20
@dwo dwo
Compare
Choose a tag to compare
  • [improvement] Instead of just the request's :headers in the instrumentation payload, provide hashes of :request_headers and :response_headers

1.8.0

18 Jun 13:59
@dwo dwo
Compare
Choose a tag to compare
  • adds support for instrumenting requests with the ActiveSupport::Notifications API.

1.7.0

10 Jun 13:56
@dwo dwo
Compare
Choose a tag to compare
  • new feature: Songkick::Transport::Service now provides the transport_layer_options class method so that arbitrary hashes of options can be passed to underlying transports.

1.6.0

08 Jun 11:54
@dwo dwo
Compare
Choose a tag to compare
  • Behaviour change: Curl::Err::RecvErrors are now caught, their message is logged as a warning, then a Songkick::Transport::UpstreamError is raised.

1.5.5

04 Jun 14:14
@dwo dwo
Compare
Choose a tag to compare
  • Bugfix / Enhancement: the Curb transport will now automatically decompress gzip/deflate encoded responses.