- DEPRECATED: create_session is getting deprecated, use trustpilot.client.default_session.setup instead - now able to query public endpoints without being authenticated
1.1.0
- fixed logging so it does not use root logger. according to best practices mentioned in <http://pythonsweetness.tumblr.com/post/67394619015/use-of-logging-package-from-within-a-library> - removed dependency on httpretty since it is not supporting py3
1.0.0
- first release as oss, major refactoring of inner machinery (session objects, retry policies, cli, tests etc)
0.1.7
- Introduce context_getter on session object, defaulted to holding CorrelationId=random_uuid
0.1.6
- introduce different token_issuer_host thatn api_host