Skip to content

Releases: inloco/incognia-ruby

V3.0.0

22 Sep 14:51
v3.0.0
d564161

Choose a tag to compare

What's Changed

Breaking changes

  • Updated faraday dependency from v1 to v2. This change makes this gem incompatible with projects that still use faraday v1. If you want to use this version, you should migrate your project to faraday's v2.

💡 For more information on how to migrate from faraday's v1 to v2, please check this GUIDE.

Full Changelog: v2.2.0...v3.0.0

v2.0.0

12 Nov 22:10
v2.0.0
b529743

Choose a tag to compare

What's Changed

Breaking changes

  • Remove support for instance usage of Incognia::Api #31
    • Use general configuration and Incognia::Api as a static class, see usage for more details #30
  • Remove invalid feedback types #26
  • Remove support for deprecated feedback timestamp #27

💡 For more information on how to migrate from v1 to v2, please check the README instructions.

Full Changelog: v1.3.0...v2.0.0