Skip to content

v1.3.2

Compare
Choose a tag to compare
@hansdude hansdude released this 30 Apr 16:18
· 1032 commits to master since this release
  • Updated the bulk API response to be an enumerable of enumerable objects with the server id property instead of a list of lists.
  • Updated the XML parsing to use Linq to XML instead of XmlSerializer because of public vs internal issues.
  • Fixed a bug that didn't like blank dates.
  • Fixed a bug in the put request logic when dealing with 307 redirects. Streams must now be seakable.
  • Ensured that PUT requests aren't buffered in memory.
  • Made various things internal that were previously public but didn't need to be.