Skip to content

Releases: Scalingo/scalingo-ruby-api

v4.0.beta4

26 Feb 12:57
df6995e

Choose a tag to compare

What's Changed

Full Changelog: v4.0.beta3...v4.0.beta4

v4.0.beta3

29 Jul 15:51
8a42a4f

Choose a tag to compare

v4.0.beta3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v4.0.beta2...v4.0.beta3

v4.0.beta2

07 Mar 15:28
4cb86ba

Choose a tag to compare

4.0.beta2 - 2025-03-07

v3.6.0

07 Mar 15:27
6b9d1f0

Choose a tag to compare

3.6.0 - 2025-03-07

4.0 beta1

16 Apr 07:16
ce0dbee

Choose a tag to compare

4.0 beta1 Pre-release
Pre-release
  • Breaking change: exceptions are raised on error responses (4xx, 5xx) and other errors (connection issue, timeouts)
    • Trying to reach an endpoint without having the client authenticated will raise an exception without attempting the request
    • Same when the token is expired. Expiration date is read from the token directly
    • Associated configuration options have been removed
  • Breaking change: rework DB api exposition
  • Specs: rewrite all specs
  • Breaking change: endpoint methods declaration is simplified:
    • based on URI templates
    • argument and method names are unified
    • one "main" internal method, Endpoint#request
  • Breaking change: automatic digging of the value if the reponse body is an object with a single key
  • Breaking change: remove Scalingo::API::Reponse in favor of Faraday::Response

v3.5.0

28 Dec 08:03
c7779a6

Choose a tag to compare

What's Changed

  • Change: update Faraday to 2.x, released about two years ago. The public API of this gem doesn't change, therefore this is not a major release. However, if you manipulate directly faraday's objects, you may encounter breaking changes. Refer to Faraday's website for how to migrate.
  • Compat: drop support for Ruby < 3. The lib is still expected to work for the time being.
  • Compat: include Ruby 3.3 in the test matrix

Full Changelog: v3.4.0...v3.5.0

v3.4.0

26 Jan 15:42
6584a8c

Choose a tag to compare

3.4.0 - 2023-01-26

  • New: Add databases#upgrade endpoint for database API (#51)

v3.3.0

03 Jan 15:08
dd5b157

Choose a tag to compare

v3.3.0 - 2023-01-03

What's Changed

  • Bugfix: response of Backups#create was not properly unpacked (#44)
  • New: Add default region for database API (#45)

Full Changelog: v3.2.0...v3.3.0

3.2.0

23 Dec 13:43
8ccdb86

Choose a tag to compare

3.2.0 - 2022-12-23

  • Removal: Scalingo::Client#agora_fr1 had been removed since the region no longer exists.
  • New: Add addons#authenticate! endpoint
  • New API: database API
  • New API: backup API

3.1.0

21 Dec 10:27
f7fec16

Choose a tag to compare

  • Compat: support for ActiveSupport (and therefore Rails) 7, by @Intrepidd