Changelog#

Morningstar_Data 1.1.0 (2023-05-19)#

Backwards Incompatible Changes#

  • Updated request_id in user requests to improve logging. (AL2-408)

Morningstar_Data 1.0.0 (2023-05-05)#

Backwards Incompatible Changes#

  • Updated package to be compatible with python 3.10 as python 3.7 would be deprecated on 27 Jun 2023
    • Update version cryptography library ^3.0.0 to 40.0.2
      • This changed was made to be compatible with latest analyticslab package which also includes the addition of pyopenssl in ^23.1.1 version as cryptography in ^3.0.0 version includes a breaking change with previous version of openssl

    • Add simplejson library in version ^3.18.4. It replaces JSON library as this provides better support for NaN`s to `Null on JSON

    Updated pandas library 1.1.4 to 1.5.3 which introduces bug fixes and performance improvements
    • Remove direct._utils._replace_null_values for the following functions

    • Remove direct._investment._common._build_result_data_frame for the following functions (AL2-364)

Morningstar_Data 0.19.1 (2023-05-05)#

No significant changes.

Morningstar_Data 0.19.0 (2023-04-03)#

Features#

Trivial/Internal Changes#