Merge pull request #1241 from bolkedebruin/master

Add changelog for 1.7.0
This commit is contained in:
bolkedebruin 2016-03-29 13:15:33 +02:00
Родитель 361d212491 dafc6e25e4
Коммит aff88808b0
2 изменённых файлов: 29 добавлений и 1 удалений

Просмотреть файл

@ -17,4 +17,4 @@ airflow.egg-info
metastore_db
.*sql
.*csv
CHANGELOG.txt

28
CHANGELOG.txt Normal file
Просмотреть файл

@ -0,0 +1,28 @@
AIRFLOW 1.7.0, 2016-03-28
-------------------------
- Add MySQL->GCS, GCS->BQ operators
- Support pause/unpause DAGs in CLI
- SLA_miss_callbacks
- Pause newly minted DAGs by default if configured to do so
- Fixes related to solving the "infinite retry problem"
- Handle SKIPPED tasks as SUCCESS when depends_on_past=True
- Pass JSON task params via the airflow testCLI command
- Extend FERNET key encryption to VARIABLES and to the connections's OTHER field
- Add GCSHook for Google Cloud Storage
- Parameterize DagBag import timeouts
- Add startup scripts for upstart based systems
- Add template support in QBol operator
- Add SudDag documentation and examples
- Improve kerberos integration for hdfs hook
- Add SSL support for SMTP
- Add BigQuery and Google Cloud Storage operators
- Set effective user of (web)hdfs hook
- Add support for three-legged OAuth for Google connections
- Add Docker operator
- Add "search_scope" as a configuration variable for LDAP
- Add super user and profiler to ldap
- Disable concurrent executors for sqllite backend
- Implement GitHub Enterprise Authentication
- Fix invalid syntax in SSHHook
- Upgrade flask admin