alphagov / govuk-related-links-recommender

Machine learning model to recommend related content
MIT License
19 stars 4 forks source link

Bump gds-api-adapters from 76.0.0 to 91.1.0 #197

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps gds-api-adapters from 76.0.0 to 91.1.0.

Changelog

Sourced from gds-api-adapters's changelog.

91.1.0

  • Add media method to Asset Manager.

91.0.0

  • BREAKING: Remove Account API get_email_subscription method and helpers
  • BREAKING: Remove Account API put_email_subscription method and helpers
  • BREAKING: Remove Account API delete_email_subscription method and helpers
  • Note: These are no longer used by any apps, so should not be breaking in practice.
  • Add a basic adapter for the new search-api-v2 service, intially with a #search method along the lines of the existing adapter for search-api for consistency

90.0.0

  • BREAKING: Change source for GdsApi.worldwide.organisations_for_world_location method, remove pagination and remove stub_worldwide_api_has_organisations_for_location method.

89.0.0

  • BREAKING: Change source for GdsApi.worldwide.world_locations method and remove pagination.
  • Change source for GdsApi.worldwide.world_location method (the response is backwards compatible).

88.2.0

  • Add whitehall_media method to Asset Manager.

88.1.0

  • Add support for email-alert-api's bulk migrate endpoint

88.0.0

  • BREAKING: Router::add_route, add_gone_route and delete_route methods no longer take an options parameter. The change is purely syntactic, as the only recognised option (commit) has been a no-op since April 2021. The stub_* methods in TestHelpers::Router now return the request stub directly instead of returning a pair of stubs (the second of which was never used).

87.1.0

  • Add support in test helpers for minor change to Local Links Manager API responses.

87.0.0

  • BREAKING: Drop support for Ruby 2.7.

86.0.0

  • BREAKING: Changes to Imminence API to support split-postcodes. In practice, the only consumer app for this API is Frontend, which is prepared for the change.

85.0.1

  • Remove expectation that Imminence will return the OID field in the response to #places. This is an internal Mongoid field that we shouldn't be returning anyway, and frontend (the consumer) isn't using it.
  • Update the allowed params for email-alert-api's find_or_create_subscriber_list endpoint.

... (truncated)

Commits
  • fa8b7c2 Merge pull request #1212 from alphagov/release-version-91.1.0
  • 1b4e2bc Release version 91.1.0
  • d7c688a Merge pull request #1211 from alphagov/add-media-endpoint-for-asset
  • c11ffd4 Add media method to Asset Manager
  • f446d9d Merge pull request #1209 from alphagov/dependabot/github_actions/actions/chec...
  • 9727ad1 Merge pull request #1208 from alphagov/release-version-91.0.0
  • 86c0121 Release Version 91.0.0
  • 28e4ef3 Merge pull request #1210 from alphagov/search-api-v2
  • fe9103b Amend changelog with search-api-v2 changes
  • 9139b99 Add an adapter for search-api-v2
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.