Browse Source

Merge pull request #223 from github/rel-0-9-0

0.9.0 version bump and (partial) changelog updates
pull/224/head v0.9.0
Ross McFarland 8 years ago
committed by GitHub
parent
commit
fe5ab9e866
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions
  1. +15
    -0
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 15
- 0
CHANGELOG.md View File

@ -1,3 +1,18 @@
## v0.9.0 - 2018-03-26 - Way too long since we last met
* Way way way too much to list out here, shouldn't have waited so long
* Initial NS1 geo support
* Major reworking of `CloudflareProvider`'s update process, was only partially
functional before, also ignore proxied records
* Fixes and improvements to better support non-ascii records and zones
* Plans indicate when Zones are going to be created
* Fix for `GoogleCloudProvider` handling of ; escapes
* Skip Alias recordsets for Route53 (unsupported concept/type)
* Make sure that Record geo values are sorted to prevent false diffs that can
never be fixed
* `DynProvider` fix to safely roll rulesets, things could end up on rules
without a pool and/or hitting the default rule previously.
## v0.8.8 - 2017-10-24 - Google Cloud DNS, Large TXT Record support
* Added support for "chunking" TXT records where individual values were larger


+ 1
- 1
octodns/__init__.py View File

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

Loading…
Cancel
Save