Browse Source

Merge pull request #133 from github/rel-0-8-8

0.8.8 version bump and changelog
pull/125/merge v0.8.8
Ross McFarland 8 years ago
committed by GitHub
parent
commit
1a0055eedb
2 changed files with 13 additions and 1 deletions
  1. +12
    -0
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 12
- 0
CHANGELOG.md View File

@ -1,3 +1,15 @@
## v0.8.8 - 2017-10-24 - Google Cloud DNS, Large TXT Record support
* Added support for "chunking" TXT records where individual values were larger
than 255 chars. This is common with DKIM records involving multiple
providers.
* Added `GoogleCloudProvider`
* Configurable `UnsafePlan` thresholds to allow modification of how many
updates/deletes are allowed before a plan is declared dangerous.
* Manager.dump bug fix around empty zones.
* Prefer use of `.` over `source` in shell scripts
* `DynProvider` warns when it ignores unrecognized traffic directors.
## v0.8.7 - 2017-09-29 - OVH support
Adds an OVH provider.


+ 1
- 1
octodns/__init__.py View File

@ -3,4 +3,4 @@
from __future__ import absolute_import, division, print_function, \
unicode_literals
__VERSION__ = '0.8.7'
__VERSION__ = '0.8.8'

Loading…
Cancel
Save