Skip to content

Commit d26ca9f

Browse files
authored
Mention community project in v4 upgrade guide (#420)
Linked to the https://github.com/slootjes/osls-aws-provider-request-shim community project for users affected by incompatible plugins.
1 parent e9f1af4 commit d26ca9f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/guides/upgrading-to-v4.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,8 @@ Declare any `@aws-sdk/client-*` packages your plugin imports in its own dependen
319319

320320
See [AWS plugins](./plugins/creating-plugins.md#aws-plugins) for the full plugin-facing AWS API. The [credential resolution changes](#aws-credential-resolution-changes) above apply to plugin-created clients as well.
321321

322+
For impacted users blocked by an incompatible plugin, check out the [osls-aws-provider-request-shim](https://github.com/slootjes/osls-aws-provider-request-shim) community project.
323+
322324
### Bundled utility packages removed (plugin authors)
323325

324326
- The internal `lib/utils/open-browser.js` module is removed, along with the [`open`](https://www.npmjs.com/package/open) package it wrapped. It was unused by osls and never part of the public plugin API. If your plugin deep-required it, depend on `open` directly.

0 commit comments

Comments
 (0)