1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Ross McFarland
8c342f608a 0.9.2 version bump and changelog update 2018-08-20 10:49:42 -07:00
Ross McFarland
ffbca09d8b 0.9.1 version bump and changelog update 2018-05-21 19:03:15 -07:00
Ross McFarland
76f01f9f26 0.9.0 version bump and (partial) changelog updates 2018-03-26 08:28:49 -07:00
Ross McFarland
6232c68550 0.8.8 version bump and changelog 2017-10-24 14:00:12 -04:00
Ross McFarland
74631a6a71 0.8.7 version bump 2017-09-29 16:23:51 -07:00
Ross McFarland
ce7b2ef181 Cut v0.8.6 2017-09-06 13:23:26 -07:00
Ross McFarland
f0258d4b2a Release v0.8.5 2017-07-21 08:53:21 -07:00
Ross McFarland
908698da49 Fix major performance issue with add_record O(N^2)
Before, 1-2k record took ~10s and more than that was just painful, 5k took
forever. This records things to keep a dict of nodes with a set of records so
that we can quickly "jump" to the point we're looking for without having to
search. 10k records now takes ~5s.
2017-07-02 18:23:45 -07:00
Ross McFarland
67c2f9767b CHANGELOG, version bump, pass at release script 2017-06-28 04:46:59 -07:00
Ross McFarland
7957a4c018 Initial import of OSS OctoDNS 2017-03-15 15:38:10 -07:00