Skip to content

Releases: gocardless/companies-house-rest

v1.0.1

24 Sep 14:19
cb06a07
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0...v1.0.1

v1.0.0

14 Dec 09:51
ea24770
Compare
Choose a tag to compare

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

18 Jun 12:51
Compare
Choose a tag to compare
  • Get filing history and arbitary headers #67 - thanks @simmerz!

v0.5.0

04 Oct 11:56
Compare
Choose a tag to compare

Major changes

  • Replace Virtus with dry-struct [#65] - if you were relying on ArgumentError for a missing required attribute, you should now look for a Dry::Struct::Error instead. Thanks @PericlesTheo!

v0.4.8

23 Sep 10:44
Compare
Choose a tag to compare

This fixes an issue with net/http not being required (#63, thanks @isaacseymour!) and adds Rails 6 support.

v0.4.7

30 Aug 13:26
Compare
Choose a tag to compare
  • Fix bug in new instrumentation handler: #62

v0.4.6

30 Aug 09:22
Compare
Choose a tag to compare
  • Actually remove ActiveSupport dependency.

v0.4.5

29 Aug 16:39
9287caf
Compare
Choose a tag to compare

v0.4.4

07 Jan 10:03
1e99343
Compare
Choose a tag to compare

Add special treating for 502 errors

v0.4.3

06 Apr 11:07
fb37682
Compare
Choose a tag to compare

Support setting timeouts on client