Skip to content

Releases: wistia/nsq-ruby

v2.4.1

15 Dec 02:28
4bda9e1
Compare
Choose a tag to compare
  • Client version connection string should also read from the VERSION file (#68)

v2.4.0

05 Dec 03:38
72572fb
Compare
Choose a tag to compare
  • Remove jeweler gem in favor of using a dynamic gemspec #66
  • Use URI.encode_www_form_component instead of URI.escape to ensure compatibility with Ruby 3.0+ and fix deprecation warnings in Ruby 2.7. #65
  • Update version of nsq-cluster used for tests #66
  • Update TLS certificates used for tests #66
  • GitHub Actions workflow for testing the gem against a matrix of Ruby versions (2.7, 3.0, 3.1, 3.2) introduced #66
  • Support specifying multiple nsqd's when creating a consumer. #54