- Forced HTTPS for finding, shopping, and trading calls - fixed sample code so that it uses the appropriate domain - added py38 to tox testing
2.1.6
- Update Copyright
2.1.5
- Bug fix release
2.1.4
- Merge PR from listingmirror for site-id fix - Added a few performance tests
2.1.3
- Merged PR for XML escaping option (https://github.com/timotheus/ebaysdk-python/pull/139) - fix unicode issue between py2 and py3 - add a unicode example in the samples dir - fix for issue 127 (false-ish check) - merge in py3 datatype fix from MartiONE
2.1.2
- merge in rowbare PR that support file upload - refactor order poller into a Class and implement a base Storage class that can be used for any domain specific actions (e.g. inserting into a DB) - merged in backend support for inventory management (from bimusiek) - add backend for Business Policy API (from nickspring) - set ssl verify to True in connection class