From 5903e9ba490d21cce258aa730b4b3f4771c3bd0c Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sun, 10 Oct 2021 09:58:44 -0700 Subject: [PATCH] v0.9.14 version bump and CHANGELOG update --- CHANGELOG.md | 22 +++++++++++++++++++++- README.md | 2 +- octodns/__init__.py | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da55eb7..b5b62e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.9.14 - 2021-??-?? - A new supports system +## v0.9.14 - 2021-10-10 - A new supports system #### Noteworthy changes @@ -25,6 +25,26 @@ new python versions and hasn't seen a release since 2010. May return with https://github.com/octodns/octodns/pull/762 +#### Stuff + +* Fully remove python 2.7 support & sims +* Dynamic record pool status flag: up/down/obey added w/provider support as + possible. +* Support for multi-value PTRs where providers allow them +* Normalize IPv6 addresses to avoid false changes and simplify providers +* Include pure-python wheel distirubtions in release builds +* Improvements and updates to AzureProvider, especially w/respect to dynamic + records. +* NS1Provider support for IPv6 monitors and general caching/performance + improvements +* Route53Provider.get_zones_by_name option to avoid paging through huge lists + and hitting rate limits +* Misc Route53Provider +* Ensure no network access during testing (helps with runtime) +* Sped up the long pole unit tests +* Misc. ConstellixProvider, DigitalOceanProvider, GCoreProvider, and + Route53Provider fixes & improvements + ## v0.9.13 - 2021-07-18 - Processors Alpha #### Noteworthy changes diff --git a/README.md b/README.md index 9b983a2..aa10518 100644 --- a/README.md +++ b/README.md @@ -357,4 +357,4 @@ GitHub® and its stylized versions and the Invertocat mark are GitHub's Trademar ## Authors -OctoDNS was designed and authored by [Ross McFarland](https://github.com/ross) and [Joe Williams](https://github.com/joewilliams). It is now maintained, reviewed, and tested by Traffic Engineering team at GitHub. +OctoDNS was designed and authored by [Ross McFarland](https://github.com/ross) and [Joe Williams](https://github.com/joewilliams). See https://github.com/octodns/octodns/graphs/contributors for a complete list of people who've contributed. diff --git a/octodns/__init__.py b/octodns/__init__.py index 16ec066..5d9f936 100644 --- a/octodns/__init__.py +++ b/octodns/__init__.py @@ -3,4 +3,4 @@ from __future__ import absolute_import, division, print_function, \ unicode_literals -__VERSION__ = '0.9.13' +__VERSION__ = '0.9.14'