-
Notifications
You must be signed in to change notification settings - Fork 3
Commit e9b41fd
authored
chore(deps-dev): bump @sap-cloud-sdk/resilience from 3.26.2 to 4.0.0 (#23)
Bumps [@sap-cloud-sdk/resilience](https://github.com/SAP/cloud-sdk-js)
from 3.26.2 to 4.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/SAP/cloud-sdk-js/releases"><code>@sap-cloud-sdk/resilience</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>Improvements</h2>
<ul>
<li>[connectivity] Enable destination caching by default when retrieving
destinations via the destination service. Change affects behavior of
<code>getDestination()</code> method,
<code>getAllDestinationsFromDestinationService()</code> method,
generated client's <code>execute()</code> method and generic HTTP
requests execution using <code>executeHttpRequest()</code>.
(d69325a)</li>
<li>[generator, odata-common, odata-v4] Support precision handling
during serialization of <code>Edm.DateTimeOffset</code> fields in OData
v4. (ab6ca60)</li>
</ul>
<h2>Compatibility Notes</h2>
<ul>
<li>[connectivity] The following deprecated content has been removed
from the package:
<ul>
<li>The behaviour of <code>getAgentConfig()</code> function is changed
to be asynchronous. The temporary asynchronous function
<code>getAgentConfigAsync()</code> has been removed.</li>
<li>The <code>destinationForServiceBinding()</code> function has been
removed. Use <code>getDestinationFromServiceBinding()</code>
instead.</li>
<li>The <code>PartialDestinationFetchOptions</code> type has been
removed. Use either <code>ServiceBindingTransformOptions</code> or
<code>getDestinationFromServiceBinding()</code> function.</li>
<li>The <code>serviceToken()</code> function no longer takes
<code>xsuaaCredentials</code> as part of the <code>options</code>
parameter.</li>
<li>The <code>parseDestination()</code> function is no longer a public
API.</li>
<li>The <code>DestinationForServiceBindingOptions</code> interface has
been renamed to <code>DestinationFromServiceBindingOptions</code>.
(7d92a1b)</li>
</ul>
</li>
<li>[connectivity] Disable <code>iasToXsuaaTokenExchange</code> by
default if not defined. (25c9dd8)</li>
<li>[odata-common] The following deprecated content has been removed
from the package:
<ul>
<li>The <code>FunctionImportParameters</code> type has been removed. Use
<code>OperationParameters</code> instead.</li>
<li>The <code>ODataFunctionImportRequestConfig</code> constant has been
removed. Use <code>ODataFunctionRequestConfig</code> instead.</li>
<li>The <code>FunctionImportParameter</code> constant has been removed.
Use <code>OperationParameter</code> instead.</li>
<li>The <code>ActionFunctionImportRequestBuilderBase</code> constant has
been removed. Use <code>OperationRequestBuilderBase</code> instead.
(7d92a1b)</li>
</ul>
</li>
<li>[odata-v2] The following deprecated content has been removed from
the package:
<ul>
<li>The <code>ODataFunctionImportRequestConfig</code> constant has been
removed. Use <code>ODataFunctionRequestConfig</code> instead.</li>
<li>The <code>FunctionImportRequestBuilder</code> constant has been
removed. Use <code>OperationRequestBuilder</code> instead.
(7d92a1b)</li>
</ul>
</li>
<li>[odata-v4] The following deprecated content has been removed from
the package:
<ul>
<li>The <code>ODataFunctionImportRequestConfig</code> constant has been
removed. Use <code>ODataFunctionRequestConfig</code> instead.</li>
<li>The <code>ActionImportParameter</code> class has been removed. Use
<code>OperationParameter</code> instead.</li>
<li>The <code>ActionImportParameters</code> type has been removed. Use
<code>OperationParameters</code> instead.</li>
<li>The <code>FunctionImportRequestBuilder</code> class has been
removed. Use <code>OperationRequestBuilder</code> instead.</li>
<li>The <code>BoundFunctionImportRequestBuilder</code> class has been
removed. Use <code>OperationRequestBuilder</code> instead.</li>
<li>The <code>BoundActionImportRequestBuilder</code> class has been
removed. Use <code>OperationRequestBuilder</code> instead.</li>
<li>The <code>ODataActionImportRequestConfig</code> constant has been
removed. Use <code>ODataActionRequestConfig</code> instead.</li>
<li>The <code>ODataBoundActionImportRequestConfig</code> class has been
removed. Use <code>ODataBoundActionRequestConfig</code> instead.</li>
<li>The <code>OdataBoundFunctionImportRequestConfig</code> constant has
been removed. Use <code>ODataBoundFunctionRequestConfig</code>
instead.</li>
<li>The <code>ActionImportRequestBuilder</code> class has been removed.
Use <code>OperationRequestBuilder</code> instead. (7d92a1b)</li>
</ul>
</li>
<li>[resilience] The following deprecated content has been removed from
the package:
<ul>
<li>The <code>circuitBreakerHttp</code> constant has been removed. Use
<code>circuitBreaker</code> instead. (7d92a1b)</li>
</ul>
</li>
<li>[util] The following deprecated content has been removed from the
package:
<ul>
<li>The <code>assoc</code> constant has been removed. There is no
replacement. (7d92a1b)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/SAP/cloud-sdk-js/blob/main/CHANGELOG.md"><code>@sap-cloud-sdk/resilience</code>'s
changelog</a>.</em></p>
<blockquote>
<h1>4.0.0</h1>
<h2>Improvements</h2>
<ul>
<li>[connectivity] Enable destination caching by default when retrieving
destinations via the destination service. Change affects behavior of
<code>getDestination()</code> method,
<code>getAllDestinationsFromDestinationService()</code> method,
generated client's <code>execute()</code> method and generic HTTP
requests execution using <code>executeHttpRequest()</code>.
(d69325a)</li>
<li>[generator, odata-common, odata-v4] Support precision handling
during serialization of <code>Edm.DateTimeOffset</code> fields in OData
v4. (ab6ca60)</li>
</ul>
<h2>Compatibility Notes</h2>
<ul>
<li>[connectivity] The following deprecated content has been removed
from the package:
<ul>
<li>The behaviour of <code>getAgentConfig()</code> function is changed
to be asynchronous. The temporary asynchronous function
<code>getAgentConfigAsync()</code> has been removed.</li>
<li>The <code>destinationForServiceBinding()</code> function has been
removed. Use <code>getDestinationFromServiceBinding()</code>
instead.</li>
<li>The <code>PartialDestinationFetchOptions</code> type has been
removed. Use either <code>ServiceBindingTransformOptions</code> or
<code>getDestinationFromServiceBinding()</code> function.</li>
<li>The <code>serviceToken()</code> function no longer takes
<code>xsuaaCredentials</code> as part of the <code>options</code>
parameter.</li>
<li>The <code>parseDestination()</code> function is no longer a public
API.</li>
<li>The <code>DestinationForServiceBindingOptions</code> interface has
been renamed to <code>DestinationFromServiceBindingOptions</code>.
(7d92a1b)</li>
</ul>
</li>
<li>[connectivity] Disable <code>iasToXsuaaTokenExchange</code> by
default if not defined. (25c9dd8)</li>
<li>[odata-common] The following deprecated content has been removed
from the package:
<ul>
<li>The <code>FunctionImportParameters</code> type has been removed. Use
<code>OperationParameters</code> instead.</li>
<li>The <code>ODataFunctionImportRequestConfig</code> constant has been
removed. Use <code>ODataFunctionRequestConfig</code> instead.</li>
<li>The <code>FunctionImportParameter</code> constant has been removed.
Use <code>OperationParameter</code> instead.</li>
<li>The <code>ActionFunctionImportRequestBuilderBase</code> constant has
been removed. Use <code>OperationRequestBuilderBase</code> instead.
(7d92a1b)</li>
</ul>
</li>
<li>[odata-v2] The following deprecated content has been removed from
the package:
<ul>
<li>The <code>ODataFunctionImportRequestConfig</code> constant has been
removed. Use <code>ODataFunctionRequestConfig</code> instead.</li>
<li>The <code>FunctionImportRequestBuilder</code> constant has been
removed. Use <code>OperationRequestBuilder</code> instead.
(7d92a1b)</li>
</ul>
</li>
<li>[odata-v4] The following deprecated content has been removed from
the package:
<ul>
<li>The <code>ODataFunctionImportRequestConfig</code> constant has been
removed. Use <code>ODataFunctionRequestConfig</code> instead.</li>
<li>The <code>ActionImportParameter</code> class has been removed. Use
<code>OperationParameter</code> instead.</li>
<li>The <code>ActionImportParameters</code> type has been removed. Use
<code>OperationParameters</code> instead.</li>
<li>The <code>FunctionImportRequestBuilder</code> class has been
removed. Use <code>OperationRequestBuilder</code> instead.</li>
<li>The <code>BoundFunctionImportRequestBuilder</code> class has been
removed. Use <code>OperationRequestBuilder</code> instead.</li>
<li>The <code>BoundActionImportRequestBuilder</code> class has been
removed. Use <code>OperationRequestBuilder</code> instead.</li>
<li>The <code>ODataActionImportRequestConfig</code> constant has been
removed. Use <code>ODataActionRequestConfig</code> instead.</li>
<li>The <code>ODataBoundActionImportRequestConfig</code> class has been
removed. Use <code>ODataBoundActionRequestConfig</code> instead.</li>
<li>The <code>OdataBoundFunctionImportRequestConfig</code> constant has
been removed. Use <code>ODataBoundFunctionRequestConfig</code>
instead.</li>
<li>The <code>ActionImportRequestBuilder</code> class has been removed.
Use <code>OperationRequestBuilder</code> instead. (7d92a1b)</li>
</ul>
</li>
<li>[resilience] The following deprecated content has been removed from
the package:
<ul>
<li>The <code>circuitBreakerHttp</code> constant has been removed. Use
<code>circuitBreaker</code> instead. (7d92a1b)</li>
</ul>
</li>
<li>[util] The following deprecated content has been removed from the
package:
<ul>
<li>The <code>assoc</code> constant has been removed. There is no
replacement. (7d92a1b)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/SAP/cloud-sdk-js/commit/d0499fedcea5e52c386211f1db31b149c35fe991"><code>d0499fe</code></a>
v4.0.0</li>
<li><a
href="https://github.com/SAP/cloud-sdk-js/commit/dfee3a35919b96f33920fffa82a3c9d4719d9afc"><code>dfee3a3</code></a>
chore: Fix merge changelog action</li>
<li><a
href="https://github.com/SAP/cloud-sdk-js/commit/74e7da7d75fb1ee194fe5a0fb2f05b1ba6ec8c9e"><code>74e7da7</code></a>
chore(deps-dev): bump <code>@sap/cds-dk</code> from 8.7.3 to 8.8.0 (<a
href="https://redirect.github.com/SAP/cloud-sdk-js/issues/5602">#5602</a>)</li>
<li><a
href="https://github.com/SAP/cloud-sdk-js/commit/1b4d4f1cce755a329b84e05d7a6a8cf2d683790f"><code>1b4d4f1</code></a>
chore(deps-dev): bump <code>@sap/cds</code> from 8.7.2 to 8.8.0 (<a
href="https://redirect.github.com/SAP/cloud-sdk-js/issues/5603">#5603</a>)</li>
<li><a
href="https://github.com/SAP/cloud-sdk-js/commit/9965cd97824336b57a967564ba61fc9d4c11ba8a"><code>9965cd9</code></a>
chore(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 (<a
href="https://redirect.github.com/SAP/cloud-sdk-js/issues/5601">#5601</a>)</li>
<li><a
href="https://github.com/SAP/cloud-sdk-js/commit/0ab10533a5c3d4d54895e27fc0b03958bf95a1f4"><code>0ab1053</code></a>
fix: Remove redundant changeset</li>
<li><a
href="https://github.com/SAP/cloud-sdk-js/commit/4228412bdcc6717184ee6a61f40fb75f382f9f22"><code>4228412</code></a>
fix: JSON stringify Axios error response data (<a
href="https://redirect.github.com/SAP/cloud-sdk-js/issues/5585">#5585</a>)
(<a
href="https://redirect.github.com/SAP/cloud-sdk-js/issues/5588">#5588</a>)</li>
<li><a
href="https://github.com/SAP/cloud-sdk-js/commit/3a77fd982ff1234950d40f61727fb6baf7f08d38"><code>3a77fd9</code></a>
chore(deps-dev): bump puppeteer from 24.3.0 to 24.3.1 (<a
href="https://redirect.github.com/SAP/cloud-sdk-js/issues/5597">#5597</a>)</li>
<li><a
href="https://github.com/SAP/cloud-sdk-js/commit/2bfb16ed2a3f8adc37c2a87d70e5c419664b5072"><code>2bfb16e</code></a>
chore(deps-dev): bump <code>@types/node</code> from 22.13.8 to 22.13.9
(<a
href="https://redirect.github.com/SAP/cloud-sdk-js/issues/5599">#5599</a>)</li>
<li><a
href="https://github.com/SAP/cloud-sdk-js/commit/b51de65838d4f6513460ced0bd4d1937a0158891"><code>b51de65</code></a>
chore(deps): bump prettier from 3.5.2 to 3.5.3 (<a
href="https://redirect.github.com/SAP/cloud-sdk-js/issues/5600">#5600</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/SAP/cloud-sdk-js/compare/v3.26.2...v4.0.0">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~deekshas8">deekshas8</a>, a new releaser
for <code>@sap-cloud-sdk/resilience</code> since your current
version.</p>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 <dependency name> 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)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent bdf017f commit e9b41fdCopy full SHA for e9b41fd
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
0 commit comments