diff --git a/README.rst b/README.rst index 86a0777..6d1028e 100644 --- a/README.rst +++ b/README.rst @@ -12,18 +12,10 @@ Python client for Hadoop® YARN API :target: https://pypi.python.org/pypi/yarn-api-client/ :alt: Latest Version -.. image:: https://img.shields.io/pypi/dm/yarn-api-client.svg - :target: https://pypi.python.org/pypi//yarn-api-client/ - :alt: Downloads - .. image:: https://travis-ci.org/toidi/hadoop-yarn-api-python-client.svg?branch=master :target: https://travis-ci.org/toidi/hadoop-yarn-api-python-client :alt: Travis CI build status -.. image:: https://caniusepython3.com/project/yarn-api-client.svg - :target: https://caniusepython3.com/project/yarn-api-client - :alt: Python 3 port - Package documentation: python-client-for-hadoop-yarn-api.readthedocs.org_ REST API documentation: hadoop.apache.org_ @@ -72,5 +64,12 @@ Programmatic interface from yarn_api_client import ApplicationMaster, HistoryServer, NodeManager, ResourceManager +Changelog +========= + +0.2.5 - Fixed History REST API + +0.2.4 - Added compatibility with HA enabled Resource Manager + .. _python-client-for-hadoop-yarn-api.readthedocs.org: http://python-client-for-hadoop-yarn-api.readthedocs.org/en/latest/ .. _hadoop.apache.org: http://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/WebServicesIntro.html