Skip to content

Releases: ninech/netbox-client-ruby

v0.10.0

29 Sep 13:03
1044a3d
Compare
Choose a tag to compare

BREAKING CHANGES

This release adds support for Faraday 2.

If your application already uses Faraday 0.x or 1.x and you cannot otherwise upgrade to Faraday 2, you must also add this line to your application's Gemfile:

gem 'faraday_middleware' # remove when upgrading to Faraday 2+

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

23 Jun 06:52
b39701a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

14 Jun 13:26
be8341c
Compare
Choose a tag to compare

This version requires Ruby >= 2.7

What's Changed

  • Update version pin of dry-configurable and rake dependency by @severinkaelin in #62

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.1

22 Dec 09:58
3915863
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

21 Jul 14:30
ff59d7d
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ekohl made their first contribution in #58

Full Changelog: v0.6.0...v0.7.0

v0.6.0

29 Nov 09:55
736e0b8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.7...v0.6.0

v0.5.7

15 Nov 12:08
Compare
Choose a tag to compare

What's Changed

  • Dropped Ruby 2.5 support
  • Use new dry-configurable api 'default:' by @ahmeij & @lukassupin #50

New Contributors

Full Changelog: 0.5.6...v0.5.7

0.5.6

27 May 11:42
f846fc5
Compare
Choose a tag to compare
  • Add Journal Entries #49

0.5.5

26 May 20:37
853327a
Compare
Choose a tag to compare
  • Add Tag entity and relate it to Device #45

0.5.4

19 Apr 12:16
Compare
Choose a tag to compare
  • Support Ruby 3.0 #44