From 4f67d8d615376b3bd81a56181fa56288d4f0eb54 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Mon, 13 Jul 2026 11:29:35 +0200 Subject: [PATCH] Mention community project in v4 upgrade guide Linked to the https://github.com/slootjes/osls-aws-provider-request-shim community project for users affected by incompatible plugins. --- docs/guides/upgrading-to-v4.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guides/upgrading-to-v4.md b/docs/guides/upgrading-to-v4.md index b64d0695c..2e681ba5e 100644 --- a/docs/guides/upgrading-to-v4.md +++ b/docs/guides/upgrading-to-v4.md @@ -319,6 +319,8 @@ Declare any `@aws-sdk/client-*` packages your plugin imports in its own dependen 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. +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. + ### Bundled utility packages removed (plugin authors) - 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.