Releases: gocardless/companies-house-rest
Releases · gocardless/companies-house-rest
v1.0.1
What's Changed
- Update Rubocop config and fix/ignore new violations by @Tabby in #83
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #68
- Update activesupport requirement from >= 4.2, < 7 to >= 4.2, < 8 by @dependabot in #86
- Update rspec_junit_formatter requirement from ~> 0.4.1 to ~> 0.6.0 by @dependabot in #85
New Contributors
- @dependabot made their first contribution in #86
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Migration to GitHub Actions from CircleCI
- Make HTTP connection objects thread-safe
- Added persons_with_significant_control_statements endpoint on client
v0.6.0
v0.5.0
Major changes
- Replace Virtus with dry-struct [#65] - if you were relying on
ArgumentError
for a missing required attribute, you should now look for aDry::Struct::Error
instead. Thanks @PericlesTheo!
v0.4.8
This fixes an issue with net/http
not being required (#63, thanks @isaacseymour!) and adds Rails 6 support.
v0.4.7
v0.4.6
v0.4.5
- Remove ActiveSupport dependency (#60), thanks @PericlesTheo!
v0.4.4
Add special treating for 502 errors
v0.4.3
Support setting timeouts on client