Justin Case
Justin Case
This is fixed in #606. I don't think it was backported to `0.3.x` though.
Some previous references on this topic. > When this will be fixed in Redis Cluster I'll also back port the fix in Disque. The fix would be to make Disque...
:thumbsdown: SSL is there for a reason. Disabling it by default is, imo, A Bad Idea™.
Hi @peterberkenbosch, I'll follow up with @vernondegoede. Thanks!
I'll create a GitHub Release for v4.10.0 this week. However, publishing to RubyGems isn't possible at the moment because of the OTP issue mentioned by Vernon.
`v4.10.0` is now released on GitHub ([CHANGELOG](https://github.com/mollie/mollie-api-ruby/blob/master/CHANGELOG.md#4100---2021-11-20)) I've sent out reminders to the relevant teams at Mollie that the RubyGems releases are still an issue. In the meantime, you can...
No updates at this time, sorry. I've sent a reminder on #158.
Tagged v4.12.0 ([CHANGELOG](https://github.com/mollie/mollie-api-ruby/blob/v4.12.0/CHANGELOG.md)): ```ruby gem "mollie-api-ruby", github: "mollie/mollie-api-ruby", tag: "v4.12.0" ```
All the versions that were absent from RubyGems.org have been published, including the latest release, v4.13.0. Going forward, new versions are automatically published when tagged. Thanks for your patience!
Thanks @moiristo, That's certainly unexpected. I think we can safely raise an error when `id` is nil. There are no use-cases for a `get` without an `id` as far as...