Amazon Mws Api Sdk: v2.0.0 Release

Release date:
September 20, 2021
Previous version:
v1.9.59 (released September 18, 2021)
Magnitude:
144 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in v2.0.0

fny
scale-bot-ed36

Directory Browser for v2.0.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

2.0.0 (2021-09-20)

Bug Fixes

BREAKING CHANGES

  • Resolves values being parsed as booleans or numbers aggressively by fast-xml-parser by moving all parsing to the codec level through three new helpers (ensureBool, ensureFloat, and ensureInt) and disabling parsing at the attribute and node level of the XML parser. The breaking change affects a minor number of returned types. You can inspect the list of updated snapshots to see which ones have been affected.