Bump github.com/moov-io/iso8583 from 0.11.1 to 0.12.1 #18

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/moov-io/iso8583-0.12.1 into v3 2022-08-28 17:23:21 +03:00
dependabot[bot] commented 2022-08-04 11:35:03 +03:00 (Migrated from github.com)

Bumps github.com/moov-io/iso8583 from 0.11.1 to 0.12.1.

Release notes

Sourced from github.com/moov-io/iso8583's releases.

v0.12.1

Changelog

  • Add EBCDIC 1047 encoder & prefixer #190

Kudos to @​Dakinola892 for the contributions!

Release v0.12.0

Changelog

  • Introduce a SafeError type which is used to wrap around external errors, preventing the returned error message from displaying sensitive information, while still allowing errors to be matched (#185)
  • Use SafeError type to wrap external errors in the field and encoding packages, as these operate on the potentially sensitive data. Errors from prefix and network packages were not changed since these only operate on the length part of the data, exposing their details should be okay. (#185)

Kudos to @​cheukwing for the contributions!

Release v0.11.2

Changelog

  • Return error when packing fields with zero length (#180)
Commits
  • 11ed597 Add EBCDIC 1047 encoder & prefixer (#190)
  • 151e28e Wrap errors from external libraries to prevent leaking sensitive information ...
  • 92f3b34 Return error with invalid length (#180)
  • 94bf9c7 Merge pull request #178 from moov-io/renovate/all
  • 80b1d25 fix(deps): update module github.com/stretchr/testify to v1.8.0
  • 505e43e meta: delete outdated CI config
  • 758afb1 build: update codeql action
  • 567b489 build: update base image
  • 1e9be38 Merge pull request #173 from moov-io/renovate/all
  • 8db4efd fix(deps): update module github.com/stretchr/testify to v1.7.1
  • 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 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 [github.com/moov-io/iso8583](https://github.com/moov-io/iso8583) from 0.11.1 to 0.12.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/moov-io/iso8583/releases">github.com/moov-io/iso8583's releases</a>.</em></p> <blockquote> <h2>v0.12.1</h2> <h1>Changelog</h1> <ul> <li>Add EBCDIC 1047 encoder &amp; prefixer <a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/190">#190</a></li> </ul> <p>Kudos to <a href="https://github.com/Dakinola892"><code>@​Dakinola892</code></a> for the contributions!</p> <h2>Release v0.12.0</h2> <h1>Changelog</h1> <ul> <li>Introduce a <code>SafeError</code> type which is used to wrap around external errors, preventing the returned error message from displaying sensitive information, while still allowing errors to be matched (<a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/185">#185</a>)</li> <li>Use <code>SafeError</code> type to wrap external errors in the field and encoding packages, as these operate on the potentially sensitive data. Errors from <code>prefix</code> and <code>network</code> packages were not changed since these only operate on the length part of the data, exposing their details should be okay. (<a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/185">#185</a>)</li> </ul> <p>Kudos to <a href="https://github.com/cheukwing"><code>@​cheukwing</code></a> for the contributions!</p> <h2>Release v0.11.2</h2> <h1>Changelog</h1> <ul> <li>Return error when packing fields with zero length (<a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/180">#180</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moov-io/iso8583/commit/11ed5970817dbdb74cdf9c2fd12c53d80c76403a"><code>11ed597</code></a> Add EBCDIC 1047 encoder &amp; prefixer (<a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/190">#190</a>)</li> <li><a href="https://github.com/moov-io/iso8583/commit/151e28eda56b1f75f10f37dae97616e87c66c490"><code>151e28e</code></a> Wrap errors from external libraries to prevent leaking sensitive information ...</li> <li><a href="https://github.com/moov-io/iso8583/commit/92f3b34bdbf8e3fd6c926a24324e18a9cabd0b88"><code>92f3b34</code></a> Return error with invalid length (<a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/180">#180</a>)</li> <li><a href="https://github.com/moov-io/iso8583/commit/94bf9c7156a7877283026dd6b41ac030baad5d75"><code>94bf9c7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/178">#178</a> from moov-io/renovate/all</li> <li><a href="https://github.com/moov-io/iso8583/commit/80b1d2567c3084548a223654dd661d442db14f72"><code>80b1d25</code></a> fix(deps): update module github.com/stretchr/testify to v1.8.0</li> <li><a href="https://github.com/moov-io/iso8583/commit/505e43eb9e2401c3dc26ea0502e6d6f2b6f899a7"><code>505e43e</code></a> meta: delete outdated CI config</li> <li><a href="https://github.com/moov-io/iso8583/commit/758afb125673d4b69f6231858c64f8a90a95207a"><code>758afb1</code></a> build: update codeql action</li> <li><a href="https://github.com/moov-io/iso8583/commit/567b4896e909184c0df373cf4de0d230e5ee036c"><code>567b489</code></a> build: update base image</li> <li><a href="https://github.com/moov-io/iso8583/commit/1e9be380ac9a583f5faf64516783cbc3f146df69"><code>1e9be38</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/173">#173</a> from moov-io/renovate/all</li> <li><a href="https://github.com/moov-io/iso8583/commit/8db4efd9557b313f2884555e5448b74de54a086e"><code>8db4efd</code></a> fix(deps): update module github.com/stretchr/testify to v1.7.1</li> <li>See full diff in <a href="https://github.com/moov-io/iso8583/compare/v0.11.1...v0.12.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/moov-io/iso8583&package-manager=go_modules&previous-version=0.11.1&new-version=0.12.1)](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 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>
github-actions[bot] (Migrated from github.com) approved these changes 2022-08-04 11:35:19 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-codec-iso8583#18
No description provided.