Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.23.5->v0.25.11.25.4->1.25.5Release Notes
moov-io/iso8583 (github.com/moov-io/iso8583)
v0.25.1Compare Source
What's Changed
Full Changelog: moov-io/iso8583@v0.25.0...v0.25.1
v0.25.0Compare Source
v0.24.0Compare Source
What's Changed
Lazy load field by @alovak in #392
Performance Improvements
Lazy field loading delivers significant performance gains:
Fields are now created on-demand rather than pre-allocated from the specification. Only fields actually used in a message consume memory.
In production scenarios where specs define many more fields than individual message types use, improvements across all metrics can exceed 80%.
Features
getOrCreateField()andcreateField()methodsNewInstance()methodPartial unpacking on failure: When unpacking fails on a field, that field is now created on the message/composite with its zero value, whereas previously it wasn't created at all. This allows partial data recovery but changes behavior for error handling code that checks field presence.
Error message changes: Several error messages have been updated for clarity:
Removed exported APIs:
CompositeWithSubfieldsinterfaceConstructSubfields()method on CompositeCreateSubfield()functionCreateSubfields()functionFull Changelog: moov-io/iso8583@v0.23.5...v0.24.0
golang/go (go)
v1.25.5Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.