logstash-plugins / logstash-input-salesforce

Logstash input for pulling objects from salesforce
Apache License 2.0
16 stars 29 forks source link

Make sure 'recent' restforce dependency is used #22

Closed kares closed 4 years ago

kares commented 4 years ago

to help dependency resolution, with ~> 3 Bundler was picking 3.2.0 (while latest is 4.2.2)

there was also a broken spec (failing with restforce 3.2.0 as well) due ' encoding in http url

yaauie commented 4 years ago

For posterity:

4.0.0 (Oct 9, 2019)

Deprecate support for Ruby 2.3, since Ruby 2.3 reached its end-of-life in March 2019. (This is the only breaking change included in this version.)

-- Restforce Changelog

As there are no other breaking changes than runtime compatibility, and some still-supported releases of Logstash rely on a Ruby runtime < 2.3, this change allows older Logstash versions to continue to resolve to the last restforce 3.x while newer Logstash releases will consume restforce 4.x.