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

go: bump alexejk.io/go-xmlrpc from 0.5.0 to 0.5.1 #46

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2024

Bumps alexejk.io/go-xmlrpc from 0.5.0 to 0.5.1.

Release notes

Sourced from alexejk.io/go-xmlrpc's releases.

v0.5.1

Bugfixes:

  • Handling of empty values while decoding responses (#80).
    Library will now properly handle empty values for <string>, <int>, <i4>, <boolean>, <double>, <dateTime.iso8601>, <base64> and <array> (with case of <data />). As <struct> may not have an empty list of <member> elements as per specification. Similarly <array/> is considered invalid.
Changelog

Sourced from alexejk.io/go-xmlrpc's changelog.

0.5.1

Bugfixes:

  • Handling of empty values while decoding responses (#80).
    Library will now properly handle empty values for <string>, <int>, <i4>, <boolean>, <double>, <dateTime.iso8601>, <base64> and <array> (with case of <data />). As <struct> may not have an empty list of <member> elements as per specification. Similarly <array/> is considered invalid.
Commits
  • 7e4e933 Merge pull request #81 from alexejk/empty-values
  • 6fd64e7 build(docker): Updating builder image to go1.22
  • 332b961 changelog: Upcomming version changelog update
  • fadb80d readme: Update to reflect handling of empty data types
  • 93281db decoder: Handling of empty value types
  • See full diff 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 [alexejk.io/go-xmlrpc](https://github.com/alexejk/go-xmlrpc) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/alexejk/go-xmlrpc/releases)
- [Changelog](https://github.com/alexejk/go-xmlrpc/blob/master/CHANGELOG.md)
- [Commits](alexejk/go-xmlrpc@v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: alexejk.io/go-xmlrpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@rossigee rossigee merged commit 6dbcbef into master Feb 23, 2024
2 checks passed
@rossigee rossigee deleted the dependabot/go_modules/alexejk.io/go-xmlrpc-0.5.1 branch February 23, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant