Bump github.com/moov-io/iso8583 from 0.14.0 to 0.15.1 #44

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/moov-io/iso8583-0.15.1 into v3
dependabot[bot] commented 2023-02-27 12:06:11 +03:00 (Migrated from github.com)

Bumps github.com/moov-io/iso8583 from 0.14.0 to 0.15.1.

Release notes

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

Release v0.15.1

Changes

  • allow to create bitmaps of arbitrary size

This change can potentially break your code if you create a bitmap field.NewBitmap(...) and you set the its Length different than 8. Please, read more about change here moov-io/iso8583#211

Release v0.14.1

Changes

thank you @​FacundoMora @​mfdeveloper508 @​adamdecaf for your contributions and help!

Commits
  • d0cb610 update code to satisfy linters (#214)
  • 0607a57 Make bitmap of arbitrary size (#211)
  • 2365855 Fix binaryVarPrefixer to work with more bytes than prefix (#212)
  • bb0b3da add binary prefix (#210)
  • 4479010 add spec and Data type for EMV (#208)
  • bf812be Merge pull request #207 from moov-io/renovate/all
  • fdaf713 fix(deps): update module golang.org/x/text to v0.6.0
  • 2d78866 Merge pull request #205 from moov-io/constructed-tlv-test
  • 1dff335 add test for constructed ber tlv
  • e5daf1f Merge pull request #204 from moov-io/renovate/all
  • 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 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.14.0 to 0.15.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>Release v0.15.1</h2> <h1>Changes</h1> <ul> <li>allow to create bitmaps of arbitrary size</li> </ul> <p><strong>This change can potentially break your code</strong> if you create a bitmap <code>field.NewBitmap(...)</code> and you set the its <code>Length</code> different than <code>8</code>. Please, read more about change here <a href="https://github-redirect.dependabot.com/moov-io/iso8583/pull/211">moov-io/iso8583#211</a></p> <h2>Release v0.14.1</h2> <h1>Changes</h1> <ul> <li><a href="https://github.com/moov-io/iso8583/blob/master/prefix/binary.go">binary prefixes</a> were added</li> <li>experimental <a href="https://github.com/moov-io/iso8583/tree/master/exp/emv">emv</a> package was added</li> </ul> <p>thank you <a href="https://github.com/FacundoMora"><code>@​FacundoMora</code></a> <a href="https://github.com/mfdeveloper508"><code>@​mfdeveloper508</code></a> <a href="https://github.com/adamdecaf"><code>@​adamdecaf</code></a> for your contributions and help!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moov-io/iso8583/commit/d0cb610727d14342bbfddbac020412dfadcbcbd5"><code>d0cb610</code></a> update code to satisfy linters (<a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/214">#214</a>)</li> <li><a href="https://github.com/moov-io/iso8583/commit/0607a57cfe0c99a52e6212dc287454039c0e4fd5"><code>0607a57</code></a> Make bitmap of arbitrary size (<a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/211">#211</a>)</li> <li><a href="https://github.com/moov-io/iso8583/commit/23658550c40dd0e2680c2a16dc544c0b19e979fc"><code>2365855</code></a> Fix binaryVarPrefixer to work with more bytes than prefix (<a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/212">#212</a>)</li> <li><a href="https://github.com/moov-io/iso8583/commit/bb0b3dac74d05365cc0dd50c114a490360e52747"><code>bb0b3da</code></a> add binary prefix (<a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/210">#210</a>)</li> <li><a href="https://github.com/moov-io/iso8583/commit/4479010f547877d6fb3198c7cf10205c1caa3d78"><code>4479010</code></a> add spec and Data type for EMV (<a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/208">#208</a>)</li> <li><a href="https://github.com/moov-io/iso8583/commit/bf812bead16875177ed8fc3b70de3e9e44a0c627"><code>bf812be</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/207">#207</a> from moov-io/renovate/all</li> <li><a href="https://github.com/moov-io/iso8583/commit/fdaf713a9a3334c2c7927262c2d8611ab656f26d"><code>fdaf713</code></a> fix(deps): update module golang.org/x/text to v0.6.0</li> <li><a href="https://github.com/moov-io/iso8583/commit/2d788667d03113f6f194d17469c0bddd4c34e668"><code>2d78866</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/205">#205</a> from moov-io/constructed-tlv-test</li> <li><a href="https://github.com/moov-io/iso8583/commit/1dff33510a85b4151e3d5ee9444a2957ec3465b0"><code>1dff335</code></a> add test for constructed ber tlv</li> <li><a href="https://github.com/moov-io/iso8583/commit/e5daf1fa3a3c2c0160819964ad9fd9d58d522992"><code>e5daf1f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moov-io/iso8583/issues/204">#204</a> from moov-io/renovate/all</li> <li>Additional commits viewable in <a href="https://github.com/moov-io/iso8583/compare/v0.14.0...v0.15.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.14.0&new-version=0.15.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) reviewed 2023-02-27 12:06:22 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2023-02-27 12:31:13 +03:00
vtolstov closed this pull request 2023-03-05 21:52:53 +03:00

Pull request closed

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#44
No description provided.