Browse Source

Merge pull request #790 from octodns/rel-0-9-14

v0.9.14 version bump and CHANGELOG update
pull/792/head v0.9.14
Ross McFarland 4 years ago
committed by GitHub
parent
commit
98e37c6ce9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 3 deletions
  1. +21
    -1
      CHANGELOG.md
  2. +1
    -1
      README.md
  3. +1
    -1
      octodns/__init__.py

+ 21
- 1
CHANGELOG.md View File

@ -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


+ 1
- 1
README.md View File

@ -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.

+ 1
- 1
octodns/__init__.py View File

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

Loading…
Cancel
Save