-------------------------------------------------------------------------------------
Refinitiv Dataplatform Package Changes Log
-------------------------------------------------------------------------------------
 
Release Summary:
 
1.0.0a3, August 14, 2020
    - Fixed minor bugs.
 
1.0.0a3-B200811.0, August 11, 2020
    - Fixed bug stream connection configuration.
 
1.0.0a3-B200810.0, August 10, 2020
    - Added the configuration file for multiple WebSocket’s streaming connections
        i.e. service discovery for pricing or trading analytic or ads-websocket
    - Support listener design patter for streaming websocket.
    - Expose eikon module (import refinitiv.dataplatform.eikon as ek)
    - Increase required nest_asyncio package version to be 1.3.0.
    
Release 1.0.0a3-B200623, June 23, 2020
    - Added IPA surface and curve APIs and renamed IPA parameter from PricingParams to CalculationParams.
    - Supported configuration file phase I.
    - Supported multiple WebSockets and renamed ItemStream to OMMItemStream.
    - Supported automatic reconnection for streaming (WebSocket).
 
Release 1.0.0a1, June 3, 2020
    - Added search, esg, symbology, IPA bond and options APIs.
    - Added streaming chains.
    - Streaming support partial update.
    - Deprecated DeployedPlatformSession
        - Redesigned DeployedPlatformSession to be a part of PlatformSession.
 
-------------------------------------------------------------------------------------
 
 
-------------------------------------------------------------------------------------
Details of each release follow, from most recent to oldest.
-------------------------------------------------------------------------------------
 
1.0.0a3, August 14, 2020
    Bugs fixed
        - fix bug import eikon module.
        - fix bug streaming listener design pattern.
 
1.0.0a3-B200811.0, August 11, 2020
    Bugs fixed
        - fix bug stream connection configuration.
 
Release 1.0.0a3-B200810.0, August 10, 2020
    Features added
        - Support configuration for multiple websockets for a streaming connection (only support OMM protocol)
            - Use the "pricing" as streaming connection name for desktop and deployed platform (note that both only support pricing streaming)
        - Support pause/resume for OMM streaming protocol
        - Support listener design patter for streaming websocket.
        - Expose eikon module (import refinitiv.dataplatform.eikon as ek)
    Bugs fixed
        - fix bug set authentication to stream connection.
        - fix bug read/override configuration file, the order is Global -> Home -> Running directory
 
Release 1.0.0a3-B200709, July 9, 2020
    Features added
        - Improvement HistoricalPricing’s datatype in dataframe.
        - Improvement automatic streaming reconnection.
        - Support multiple package installation side by side in same ‘site-package/refinitiv’ directory
 
Release 1.0.0a3-B200626, June 26, 2020
    Features added
        - Improvement refresh authentication token mechanism
    Bugs fixed
        - fix bug automatic streaming reconnection.
        - fix bug http GET request.
 
Release 1.0.0a3-B200623, June 23, 2020
    Features added
        - Implemented IPA surface and curve APIs.
            - rename parameter for IPA PricingParamsto CalculationParams.
        - Support configuration file phase I.
        - Support multiple WebSockets.
            - rename ItemStream to OMMItemStream.
        - Support automatic reconnection for streaming (WebSocket).
        - Support listener design pattern for streaming.
 
Release 1.0.0a2.1, June 9, 2020
    Bugs fixed
        - fix bug http request in header
 
Release 1.0.0a2, June 9, 2020
    Deprecated
        - Deprecated import eikon 
 
Release 1.0.0a1.1, June 3, 2020
    Bugs fixed
        - fix bug backward compatible for eikon
 
Release 1.0.0a1, June 3, 2020
    Features added
        - Implemented search, esg, symbology, IPA bond and options APIs.
        - Implemented streaming chains.
        - Streaming support partial update.
        - Improvement the session logger.
    Deprecated
        - DeployedPlatformSession
            - Redesigned DeployedPlatformSession to be a part of PlatformSession.
    Bugs fixed
        - fix bug Pricing and StreamingPriciing parameters ordering
    
