Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/IBM/go-sdk-core/v4 to v5 - autoclosed #113

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/IBM/go-sdk-core/v4 v4.10.0 -> v5.15.3 age adoption passing confidence

Release Notes

IBM/go-sdk-core (github.com/IBM/go-sdk-core/v4)

v5.15.3

Compare Source

Bug Fixes

v5.15.2

Compare Source

Bug Fixes

v5.15.1

Compare Source

Bug Fixes

v5.15.0

Compare Source

Features
  • MCSPAuthenticator: add new authenticator for Multi-Cloud Saas Platform (#​198) (8987085)

v5.14.1

Compare Source

Bug Fixes

v5.14.0

Compare Source

Features

v5.13.4

Compare Source

Bug Fixes
  • ContainerAuthenticator: add sa-token as default CR token filename (#​183) (25472f3)

v5.13.3

Compare Source

Bug Fixes

v5.13.2

Compare Source

Bug Fixes

v5.13.1

Compare Source

Bug Fixes

v5.13.0

Compare Source

Bug Fixes
Features

v5.12.2

Compare Source

Bug Fixes
  • BaseService.Request invoked without result does not close http.Response (#​176) (a8c0324)

v5.12.1

Compare Source

Bug Fixes
  • avoid warnings with new gosec (a2b536c)

v5.12.0

Compare Source

Features
  • utils: add helper for creating a byte array pointer (#​173) (df9dcc6)

v5.11.0

Compare Source

Features
  • create multi-part form as a streamed request body (#​169) (7df8c71)

v5.10.3

Compare Source

Bug Fixes
  • pin build to semantic-release v19 (11c0810)
  • use node v18 with semantic-release (07a57ef)
  • VpcInstanceAuthenticator: use correct version string (b4c7377)

v5.10.2

Compare Source

Bug Fixes

v5.10.1

Compare Source

Bug Fixes

v5.10.0

Compare Source

Features

v5.9.5

Compare Source

Bug Fixes
  • IamAuthenticator: tweak Validate() method to be more lenient (#​158) (8f002d6)

v5.9.4

Compare Source

Bug Fixes
  • retain http.Client config when retries are enabled (#​157) (fe093da)

v5.9.3

Compare Source

Bug Fixes
  • set the minimum TLS version in the client to v1.2 (#​156) (0188990)

v5.9.2

Compare Source

Bug Fixes

v5.9.1

Compare Source

Bug Fixes

v5.9.0

Compare Source

Features
  • IamAuthenticator: support refresh token flow in IamAuthenticator (#​146) (97f89dd)

v5.8.2

Compare Source

Bug Fixes
  • bump go-openapi/strfmt to avoid vulnerability alert (#​147) (7d61715)

v5.8.1

Compare Source

Bug Fixes

v5.8.0

Compare Source

Features
  • VpcInstanceAuthenticator: add support for new VPC authentication flow (#​139) (9906ab3)

v5.7.2

Compare Source

Bug Fixes
  • use consistent retry behavior for 5xx status codes (ee5f62d)

v5.7.1

Compare Source

Bug Fixes
  • redact secrets when logging requests/responses (8693f6a)

v5.7.0

Compare Source

Features

v5.6.5

Compare Source

Bug Fixes

v5.6.4

Compare Source

Bug Fixes
  • handle the error during gzip compression instead of panic (#​137) (15bc45b)

v5.6.3

Compare Source

Bug Fixes
  • support 'AUTHTYPE' as alias for 'AUTH_TYPE' config property (#​133) (6795484)

v5.6.2

Compare Source

Bug Fixes
  • refactor container authenticator with recent design changes (#​129) (58d4475)

v5.6.1

Compare Source

Bug Fixes

v5.6.0

Compare Source

Features
  • add support for new ComputeResourceAuthenticator (#​123) (c7631e3)

v5.5.1

Compare Source

Bug Fixes

v5.5.0

Compare Source

Features

v5.4.5

Compare Source

Bug Fixes

v5.4.4

Compare Source

Bug Fixes
  • add check for empty string in ParseDate with tests (#​116) (35cd647)

v5.4.3

Compare Source

Bug Fixes
  • build: prevent semantic-release from committing package-lock.json (#​115) (7fa259f)

v5.4.2

Compare Source

Bug Fixes

v5.4.1

Compare Source

Bug Fixes

v5.4.0

Compare Source

Bug Fixes
Features

v5.3.0

Compare Source

Features
  • add support for unmarshalling two-dimensional slices of model instances (#​103) (1438a2c)

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features
  • add GetQueryParam method to support pagination (e6528df)

v5.1.0

Compare Source

Features
  • add UUID, date, and datetime helpers for terraform usage (#​96) (e651369)

v5.0.3

Compare Source

Bug Fixes
  • IAM Authenticator: canonicalize iam url & improve iam error reporting (835ba17)

v5.0.2

Compare Source

Bug Fixes
  • ensure result value is set if err is nil (c80dc2f)

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

Features
  • add debug logging of requests/responses (37e6597)
BREAKING CHANGES
  • several methods added to Logger interface

Several methods were added to the Go core's Logger interface:
SetLogLevel(), GetLogLevel(), and IsLogLevelEnabled().
These additional methods will need to be added to any
user implementations of the Logger interface.

  • additional parameter added to NewLogger() signature

The NewLogger() function has a new parameter "errorLogger".
Any calls to NewLogger() will need to be modified to include the
new parameter.

  • deprecated unmarshal-related methods have been removed

Several deprecated unmarshal-related methods were removed from the Go core:

  • UnmarshalString, UnmarshalStringSlice, UnmarshalStringMap, UnmarshalStringMapSlice
  • UnmarshalByteArray, UnmarshalByteArraySlice, UnmarshalByteArrayMap, UnmarshalByteArrayMapSlice
  • UnmarshalBool, UnmarshalBoolSlice, UnmarshalBoolMap, UnmarshalBoolMapSlice
  • UnmarshalInt64, UnmarshalInt64Slice, UnmarshalInt64Map, UnmarshalInt64MapSlice
  • UnmarshalFloat32, UnmarshalFloat32Slice, UnmarshalFloat32Map, UnmarshalFloat32MapSlice
  • UnmarshalFloat64, UnmarshalFloat64Slice, UnmarshalFloat64Map, UnmarshalFloat64MapSlice
  • UnmarshalUUID, UnmarshalUUIDSlice, UnmarshalUUIDMap, UnmarshalUUIDMapSlice
  • UnmarshalDate, UnmarshalDateSlice, UnmarshalDateMap, UnmarshalDateMapSlice
  • UnmarshalDateTime, UnmarshalDateTimeSlice, UnmarshalDateTimeMap, UnmarshalDateTimeMapSlice
  • UnmarshalObject, UnmarshalObjectSlice
  • UnmarshalAny, UnmarshalAnySlice, UnmarshalAnyMap, UnmarshalAnyMapSlice
    These methods are no longer used by code emitted by the Go generator. If you
    have old generated Go code that still uses these methods, then you should continue
    using version 4 of the Go core, or regenerate your SDK code using a new version of the
    SDK generator.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Jan 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.76%. Comparing base (5f0fd2e) to head (4bde85d).
Report is 5 commits behind head on main.

❗ Current head 4bde85d differs from pull request most recent head d81e905. Consider uploading reports for the commit d81e905 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #113      +/-   ##
==========================================
+ Coverage   58.56%   61.76%   +3.19%     
==========================================
  Files           6        4       -2     
  Lines         864      680     -184     
==========================================
- Hits          506      420      -86     
+ Misses        278      215      -63     
+ Partials       80       45      -35     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/github.com-ibm-go-sdk-core-v4-5.x branch 5 times, most recently from 5afb2c8 to a856b44 Compare February 1, 2024 03:12
@renovate renovate bot force-pushed the renovate/github.com-ibm-go-sdk-core-v4-5.x branch 3 times, most recently from ce381e4 to 2a22512 Compare February 27, 2024 16:55
@renovate renovate bot force-pushed the renovate/github.com-ibm-go-sdk-core-v4-5.x branch from 2a22512 to 08069d5 Compare March 8, 2024 01:24
@renovate renovate bot force-pushed the renovate/github.com-ibm-go-sdk-core-v4-5.x branch from 08069d5 to d81e905 Compare March 8, 2024 03:35
Copy link

sonarqubecloud bot commented Mar 8, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot changed the title Update module github.com/IBM/go-sdk-core/v4 to v5 Update module github.com/IBM/go-sdk-core/v4 to v5 - autoclosed Mar 12, 2024
@renovate renovate bot closed this Mar 12, 2024
@renovate renovate bot deleted the renovate/github.com-ibm-go-sdk-core-v4-5.x branch March 12, 2024 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants