mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
v0.9.14 version bump and CHANGELOG update
This commit is contained in:
22
CHANGELOG.md
22
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
|
||||
|
@@ -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.
|
||||
|
@@ -3,4 +3,4 @@
|
||||
from __future__ import absolute_import, division, print_function, \
|
||||
unicode_literals
|
||||
|
||||
__VERSION__ = '0.9.13'
|
||||
__VERSION__ = '0.9.14'
|
||||
|
Reference in New Issue
Block a user