Skip to content

Release v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 22:07

IMPROVEMENTS

  • fedWireMessage: call each tag's Validate() method instead of only checking for mandatory field inclusion (see #246 by @anujtewari)
  • docs: replace outdated maintainer email addresses with oss@moov.io

BUG FIXES

  • amount: update validation to ensure amount is strictly numeric (no commas or decimals)
  • converters: handle case where the input length is equal to max length in parseVariableLengthField(r string, maxLen int) (see #252 by @bhedge and @martinz-provisions)
  • senderSupplied: MessageDuplicationCode should be " " instead of "" (see #249 by @anujtewari)