Releases: teamclairvoyant/airflow-rest-api-plugin
Releases · teamclairvoyant/airflow-rest-api-plugin
v1.0.9
v1.0.8
Improvements on v1.0.8:
- Added refresh_all_dags API
- Enabled support for RBAC (requires Airflow versions 1.10.4 or higher)
- Added JWT Token-based Authentication support for API (requires Airflow versions 1.10.4 or higher)
- Fix issue with
filter_loading_messages_in_cli_response
in Python 3.x (Thanks to @jainikpurohit for identifying and fixing the issue) - Updated documentation related to RBAC
v1.0.7
Improvements on v1.0.7:
- Fixed 403 authentication issues.
- Added Support for Python 3.x
- Fixed Configuration Parser Error
v1.0.6
Improvements on v1.0.6:
- Fixed create Pool functionality.
- Updated create Variables functionality.
- Added Security check. Only logged in Users can now access the plugin from Admin Menu.
- Added support for http POST method.
v1.0.5
Improvements on v1.0.5:
- Added new keyValue input type to fix the issues with set command on variables REST endpoint
- Wrapped argument values in double quotes for commands running in the background
v1.0.4:
Improvements on v1.0.4:
- Bug fixes to deal with spaces in extra config values.
v1.0.3
Improvements on v1.0.2:
- Fix for python3 compatibility
- Added more documentation
- Adding the ability to silence the loading/initialization message
v1.0.2
Improvements on v1.0.1
- Adding information to release document
- Supporting Python3
- Allow user to pause and unpause the dag when using the deploy_dag api
- Adding system requirements to the README
- Moving specific configurations to a dedicated section in the airflow.cfg
v1.0.1
Improvements on v1.0.0
- Fixing the clear api by always including the --no_confirm argument
- Adding comments
- Adding a release document
- Tested connections api
v1.0.0
First full release of the airflow-rest-api-plugin.
Includes a more dynamic way of generating the APIs so they can be easily added and updated. Also includes a better admin interface for testing the apis and better documentation.