1.0.0 This is the first release of ARA on top of a new framework and API, dubbed version 1.0. This new release marks the deprecation of ARA 0.x and while full feature parity has not yet been achieved, we are moving forward and we will iterate to add missing features in future releases. Main changes from ARA 0.x: - The backend has been re-written from Flask to Django/Django-rest-framework - A new API as well as built-in API clients are available to record and query playbook results - The project's dependencies have been decoupled: the Ansible plugins, API backend and web interface can be installed independently from one another - The web interface has been re-written as a standalone project -- ara-web: https://github.com/ansible-community/ara-web In summary, all the different components before 1.0, including the web interface, would communicate directly with the database model. After 1.0, these components communicate with the new REST API which results in easier development, maintenance and integration.