Releases: Jimdo/ansible-fastly
Releases · Jimdo/ansible-fastly
0.11.0 S3 and Syslog Logging
This version adds support for the S3 and Syslog logging adapters.
Also, it contains a small improvement to the parsing of API errors. Previously, e.g. rate limiting errors could not be parsed properly and caused strange error messages.
0.11.0-pre2
Update VCR cassettes
0.11.0-pre1
Update VCR cassettes
0.10.1 Bugfix for Version Cloning
Merge pull request #47 from Jimdo/fix_path_excaping Escape '/' chars in URL path parameters
0.10.0 Clone Versions
When a service configuration is changed, the latest active version is cloned and used as a basis for the new configuration. This allows users of the Image Optimization service to keep the service enabled while using this ansible role to configure their services.
0.9.1: Merge pull request #38 from hynd/backend_weight
Add support for some extra fields to the "backend" config
0.9.0: Merge pull request #36 from Jimdo/fix_typo
- Added support for Request Settings
0.8.1: Merge pull request #34 from Jimdo/fix_ansible_module_import
Use wildcard import of ansible.module_utils.basic
Add support for content & content_type in response_object
Merge pull request #33 from Jimdo/response_objects_content_content_type Add support for content & content_type in response_object
0.7.0: Add support of Healthcheck's (#29)
* Add support of Fastly healthchecks * Update README * Make flake8 happy * Make healthcheck.expected_status default value - int