Skip to content

v0.16.3 - TEDAPI API Version Ordering and Content-Type Fix

Latest

Choose a tag to compare

@jasonacox-sam jasonacox-sam released this 02 Aug 04:04

v0.16.3 - TEDAPI API Version Ordering and Content-Type Fix

  • feat(tedapi): TEDAPIApiVersion members are now ordered by the date their label encodes; comparing against anything that is not a known version now raises TypeError (previously fell back to silent lexical string comparison). (#363)
  • fix(tedapi): correct Content-type request header typo application/octet-stringapplication/octet-stream (RFC 2046) in the library and the standalone tools/tedapi scripts; 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