Skip to content

5.1.0

Compare
Choose a tag to compare
@rafaelfranca rafaelfranca released this 02 Nov 15:30
v5.1.0
326b452
  • Improve support of Active Resource objects inside fibers.

  • Add support to Active Model Serializers.

  • Fix error when trying to parse nil as a JSON response.

  • Fix exists? to return the right value when the response code is between 200 and 206.

  • Match the log level to the HTTP response code.

  • Add ActiveResource::Connection.logger accessors to configure a specific logger instance for the
    connection object.

  • Add ActiveResource::Base#element_url method.

  • Add Active Job serialization support with Rails 6.

  • Support lazy setting of configuration options.

  • Use UnnamedResource when resource fails to create normally.

  • Add support to Bearer Token Authorization header to connection.