Skip to content

Releases: Talkdesk/warm-blanket

v1.1.0: Modernize gem

09 Oct 17:43
c62463c
Compare
Choose a tag to compare
  • Fixed warning with modern versions of dry-configuration
  • Adopted faraday 1.x series
  • Added example

Full Changelog: v1.0.0...v1.1.0

First public release

28 Jul 15:29
Compare
Choose a tag to compare

First public release of the gem.

Fix accidental lock of logging gem minor version, and README improvements

10 Jul 10:16
Compare
Choose a tag to compare

This bugfix release includes only documentation updates and a fix to the gemspec to avoid locking to a specific minor version of the logging gem.

Switch wait for port function to use wall clock time instead of counting retries and other smaller improvements

30 Jun 18:21
Compare
Choose a tag to compare

This PR includes a new major (backwards-compatible feature):

  • It switches the wait for port process to use the same deadline as the warmup. This means that if the configured deadline is 90 seconds, and waiting for the service port to be up takes 30 seconds, only 60 seconds of warm-up will be done (previously this would not happen).

It also includes a bugfix when printing a warning about a failed request (would not work with post requests) and it prints error backtraces to the debug logger when something bad happens.

First version

29 Jun 16:29
Compare
Choose a tag to compare

First version of gem.