Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps @sap-cloud-sdk/http-client from 2.15.0 to 3.8.0.

Release notes

Sourced from @​sap-cloud-sdk/http-client's releases.

v3.8.0

Compatibility Notes

  • [connectivity] Remove unused internal functionality around JWT property access, like userFromJwt (removed) and audiences (changed). (693cd655f)

New Functionalities

  • [mail-client] Add Support for Location ID in destinations of type MAIL (8516b7f04)

Fixed Issues

  • [generator] Don't generate delete(), update(), and getByKey() methods in the RequestBuilder of an entity without keys.
    • @​sap-cloud-sdk/generator-common@​3.8.0
    • @​sap-cloud-sdk/odata-common@​3.8.0
    • @​sap-cloud-sdk/odata-v2@​3.8.0
    • @​sap-cloud-sdk/odata-v4@​3.8.0
    • @​sap-cloud-sdk/util@​3.8.0 (34ef77a1c)

v3.7.0

Fixed Issues

  • [odata-common, odata-v2, odata-v4, generator, generator-common] Do not send null values in the request payload for properties that are not set while creating or updating an entity.
  • [odata-common, odata-v2, odata-v4, generator, generator-common] Fix RangeError: Maximum call stack size exceeded error that occurs when updating an entity after calling getByKey. (bdcf14f85)

v3.6.0

Compatibility Notes

  • [connectivity] Proxy configuration is no longer realized through a proxy agent, but with the native axios proxy setting instead. (025b6aa2c)
  • [http-client, connectivity] When using proxies with @sap-cloud-sdk/connectivity@>=3.6.0, you must upgrade to @sap-cloud-sdk/http-client@>=3.6.0. Proxies in @sap-cloud-sdk/connectivity@>=3.6.0 are not compatible with @sap-cloud-sdk/http-client@<3.6.0. (025b6aa2c)

Fixed Issues

  • [connectivity] Use axios native proxy, instead of proxy agent, which causes connection issues for write requests on SAP Cloud Connector. (025b6aa2c)
  • [http-client] Fix CSRF token fetching against OnPremise systems. (c2a2987c5)

v3.5.0

Fixed Issues

  • [connectivity] Compare selectionStrategy in DestinationFetchOptions based on value instead of reference. (7ed5ceb52)
  • [connectivity] Fix destination caching for destinations from service bindings. The destinations are not cached repeatedly. The function getDestinationFromServiceBinding() returns undefined for destinations which have expired JWTs. (bf54df09b)
  • [connectivity] Support destinations of type ClientCertificateAuthentication without password.
    • @​sap-cloud-sdk/resilience@​3.5.0
    • @​sap-cloud-sdk/util@​3.5.0 (2277f9443)
  • [odata-common, odata-v2, odata-v4] Fix OData v2 serialization for Edm.Decimal to serialize to string. (ee7477ce2)

v3.4.0

Compatibility Notes

  • [connectivity] Deprecate destinationForServiceBinding() and PartialDestinationFetchOptions. Use getDestinationFromServiceBinding() and ServiceBindingTransformOptions instead. (bde64634d)

... (truncated)

Changelog

Sourced from @​sap-cloud-sdk/http-client's changelog.

3.8.0

API Docs: https://sap.github.io/cloud-sdk/api/3.8.0

Compatibility Notes

  • [connectivity] Remove unused internal functionality around JWT property access, like userFromJwt (removed) and audiences (changed). (693cd655f)

New Functionalities

  • [mail-client] Add Support for Location ID in destinations of type MAIL (8516b7f04)

Fixed Issues

  • [generator] Don't generate delete(), update(), and getByKey() methods in the RequestBuilder of an entity without keys.
    • @​sap-cloud-sdk/generator-common@​3.8.0
    • @​sap-cloud-sdk/odata-common@​3.8.0
    • @​sap-cloud-sdk/odata-v2@​3.8.0
    • @​sap-cloud-sdk/odata-v4@​3.8.0
    • @​sap-cloud-sdk/util@​3.8.0 (34ef77a1c)

3.7.0

API Docs: https://sap.github.io/cloud-sdk/api/3.7.0

Fixed Issues

  • [odata-common, odata-v2, odata-v4, generator, generator-common] Do not send null values in the request payload for properties that are not set while creating or updating an entity. [Fixed Issue] Fix RangeError: Maximum call stack size exceeded error that occurs when updating an entity after calling getByKey. (bdcf14f85)

3.6.0

API Docs: https://sap.github.io/cloud-sdk/api/3.6.0

Compatibility Notes

  • [connectivity] Proxy configuration is no longer realized through a proxy agent, but with the native axios proxy setting instead. (025b6aa2c)

Fixed Issues

  • [connectivity] Use axios native proxy, instead of proxy agent, which causes connection issues for write requests on SAP Cloud Connector. (025b6aa2c)
  • [http-client] Fix CSRF token fetching against OnPremise systems. (c2a2987c5)

3.5.0

API Docs: https://sap.github.io/cloud-sdk/api/3.5.0

Fixed Issues

  • [connectivity] Compare selectionStrategy in DestinationFetchOptions based on value instead of reference. (7ed5ceb52)

... (truncated)

Commits
  • bb80f1f v3.8.0
  • f929169 Update short-flowers-smile.md
  • b2b857f chore(deps): bump @​sap/xssec from 3.2.17 to 3.5.0 (#4284)
  • b373861 chore(deps-dev): bump jest and @​types/jest (#4119)
  • befc384 chore(deps): bump @​actions/core from 1.10.0 to 1.10.1 (#4117)
  • ea00de4 chore(deps-dev): bump depcheck from 1.4.3 to 1.4.7 (#4207)
  • b3c81eb chore(deps): bump @​actions/github from 5.1.1 to 6.0.0 (#4200)
  • d1b8128 chore(deps): bump axios from 1.6.1 to 1.6.2 (#4283)
  • 3631f1b chore(deps-dev): bump puppeteer from 21.5.1 to 21.5.2 (#4282)
  • d24aa89 chore(deps-dev): bump @​sap/cds-dk from 7.3.2 to 7.4.0 (#4281)
  • 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 <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)

Bumps [@sap-cloud-sdk/http-client](https://github.com/SAP/cloud-sdk-js) from 2.15.0 to 3.8.0.
- [Release notes](https://github.com/SAP/cloud-sdk-js/releases)
- [Changelog](https://github.com/SAP/cloud-sdk-js/blob/main/CHANGELOG.md)
- [Commits](SAP/cloud-sdk-js@v2.15.0...v3.8.0)

---
updated-dependencies:
- dependency-name: "@sap-cloud-sdk/http-client"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 20, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2023

Superseded by #87.

@dependabot dependabot bot closed this Nov 21, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sap-cloud-sdk/http-client-3.8.0 branch November 21, 2023 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants