treasure-data / trino-client-ruby

Trino/Presto client library for Ruby
Apache License 2.0
70 stars 44 forks source link

Faraday 2.x and 1.x cross support #94

Closed exoego closed 1 year ago

exoego commented 1 year ago

Purpose

Added Faraday 2.x support while keeping Faraday 1.x support.

Overview

Note

You can see that Faraday 2.7.4 and 1.10.3 are used in each CI jobs.

https://github.com/treasure-data/trino-client-ruby/actions/runs/4239442131/jobs/7367502926

image

https://github.com/treasure-data/trino-client-ruby/actions/runs/4239441863/jobs/7367502185

image

Checklist