Changelog ========= 0.2.5 (2018-11-06) ------------------ - Add missing changelog entries 0.2.4 (2018-11-06) ------------------ - Fix platform event message creation date extraction issue 0.2.3 (2018-09-19) ------------------ - Fix asynchronous iterator bug in python 3.7 0.2.2 (2018-06-15) ------------------ - Update aiocometd dependency to 0.3.1 0.2.1 (2018-05-25) ------------------ - Fix replay issues on mass record delete operations - Improve the documentation of the Client.publish method 0.2.0 (2018-05-05) ------------------ - Enable the usage of third party JSON libraries - Expose authentication results as public attributes in Authenticator classes 0.1.0 (2018-04-26) ------------------ - Supported authentication types: - using a username and password - using a refresh token - Subscribe to and receive messages on: - `PushTopics `_ - `Generic Streaming Channels `_ - Support for `durable messages and replay of events `_ - Automatic recovery from replay errors .. _aiohttp: https://github.com/aio-libs/aiohttp/ .. _asyncio: https://docs.python.org/3/library/asyncio.html .. _api: https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/intro_stream.htm .. _PushTopic: https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/working_with_pushtopics.htm .. _GenericStreaming: https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/generic_streaming_intro.htm#generic_streaming_intro .. _replay: https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/using_streaming_api_durability.htm