Hi whiskers, I would like to propose a new release of Apache OpenWhisk Client Js.
The main change is the replacement of the deprecated Node.js `url.parse()` API with the WHATWG `URL` API, merged in PR #282: https://github.com/apache/openwhisk-client-js/pull/282 This addresses the Node.js deprecation warning for `url.parse()`: [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. Since the latest published release is 3.21.8, I propose releasing this as 3.21.9, assuming there are no objections. If you all agree, I will prepare the release candidate and start the formal vote after the discussion period. Thanks, Cosmin
