6.0.0
Breaking changes
- Drop support to Ruby < 2.6 and Rails < 6.0
What's Changed
- Create PreconditionFailed (412) exception by @bbraschi in #302
- Adds TooManyRequests (429) exception by @bradleypriest in #304
- Fix active job serializer railtie by @gmcgibbon in #310
- Fix Rails 6.1 compatibility by @casperisfine in #335
- Set frozen_string_literal: true in the generated code by @casperisfine in #336
- Stop using the deprecated URI.parser by @casperisfine in #338
- Fix the missed URI.parser references by @casperisfine in #339
- Fix find_every instantiating records from symbol and string without prefix_options by @ivan05almeida in #348
- Add support to set bearer token connection through Base class by @ivan05almeida in #345
- Fixed multi-threading race condition issue by @marisveide in #349
- Fixed ActiveResource::ConnectionError#to_s to return a message which … by @faultier92 in #353
- Stop requiring the useless and deprecated core_ext/uri by @casperisfine in #366
- Changing headers on base class doesn't change them in subclasses by @adrien-k in #359
New Contributors
- @bbraschi made their first contribution in #302
- @maurcarvalho made their first contribution in #307
- @bradleypriest made their first contribution in #304
- @pilaf made their first contribution in #315
- @eitoball made their first contribution in #306
- @okuramasafumi made their first contribution in #320
- @larouxn made their first contribution in #321
- @maria-kravtsova made their first contribution in #323
- @casperisfine made their first contribution in #335
- @ivan05almeida made their first contribution in #348
- @marisveide made their first contribution in #349
- @faultier92 made their first contribution in #353
- @luk4s made their first contribution in #356
- @jbampton made their first contribution in #357
- @filabreu made their first contribution in #364
- @aclemons made their first contribution in #367
- @obahareth made their first contribution in #373
- @adrien-k made their first contribution in #359
Full Changelog: v5.1.1...v6.0.0