Releases: ninech/netbox-client-ruby
Releases · ninech/netbox-client-ruby
v0.10.2
What's Changed
- fix: ipam interface should check on virtualmachine nil state by @PeterO2 in #34
- refactor: add missing frozen string literal comment by @n-rodriguez in #78
- refactor: appraisal gem to manage CI gemfiles by @n-rodriguez in #86
- refactor: use zeitwerk to load gem files by @n-rodriguez in #87
- ci: remove lockfile by @thde in #88
New Contributors
Full Changelog: v0.10.1...v0.10.2
v0.10.1
Fixes
- fix: collections urls by @n-rodriguez in #79
Refactorings
- ci: fix specs by @thde in #66
- tests: disable RSpec monkey patching by @n-rodriguez in #73
- tests: don't reopen Ruby modules in spec by @n-rodriguez in #74
- Bump rexml from 3.2.6 to 3.3.6 by @dependabot in #77
- refactor: fix Performance/StringIdentifierArgument offenses by @n-rodriguez in #81
- refactor: fix Lint/SymbolConversion offenses by @n-rodriguez in #80
- refactor: fix Lint/ParenthesesAsGroupedExpression offense by @n-rodriguez in #82
- build: read version from git by @thde in #83
New Contributors
- @dependabot made their first contribution in #77
Full Changelog: v0.10.0...v0.10.1
v0.10.0
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
- Reset config changes before each test by @rossta in #64
- Add faraday matrix to CI by @rossta in #63
- Support Faraday 2 by @rossta in #65
New Contributors
Full Changelog: v0.9.0...v0.10.0
v0.9.0
v0.8.0
This version requires Ruby >= 2.7
What's Changed
- Update version pin of dry-configurable and rake dependency by @severinkaelin in #62
New Contributors
- @severinkaelin made their first contribution in #62
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- Relax OpenSSL version constraint by @n-rodriguez in #60
New Contributors
- @n-rodriguez made their first contribution in #60
Full Changelog: v0.7.0...v0.7.1