v0.16.3 - TEDAPI API Version Ordering and Content-Type Fix
- feat(tedapi):
TEDAPIApiVersionmembers are now ordered by the date their label encodes; comparing against anything that is not a known version now raisesTypeError(previously fell back to silent lexical string comparison). (#363) - fix(tedapi): correct Content-type request header typo
application/octet-string→application/octet-stream(RFC 2046) in the library and the standalonetools/tedapiscripts; gateway does not validate the header (#364)
Contributors
Thanks to the community members who made this release possible:
- @Nexarian — TEDAPIApiVersion ordering implementation and Content-type header fix (PR #363, PR #364)
- @jasonacox — code review, release engineering, and project stewardship