JsonApiClient / json_api_client

Build client libraries compliant with specification defined by jsonapi.org
MIT License
361 stars 186 forks source link

Remove depredated faraday_middleware #402

Closed tapajos closed 4 months ago

tapajos commented 2 years ago

Description

Faraday Middleware is now deprecated.

Replace deprecated gzip middleware for faraday-gzip middleware

tapajos commented 2 years ago

Rather than that, is there anything else is blocking to support Faraday 2.0? Anything that I can help?

tapajos commented 1 year ago

Looks great! thanks for contributing! Please merge in main to get tests running in the PR and please add this PR to the CHANGELOG.md Thanks!

@gaorlov done

gaorlov commented 1 year ago

@tapajos looks like there's issues with the tests. can you take a look please? Thanks!

lavoiesl commented 4 months ago

Included in https://github.com/JsonApiClient/json_api_client/pull/412 and a mention was added in the CHANGELOG

tapajos commented 4 months ago

Closing since it was included in https://github.com/JsonApiClient/json_api_client/pull/412