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

22 Commits

Author SHA1 Message Date
Ross McFarland
5903e9ba49 v0.9.14 version bump and CHANGELOG update 2021-10-10 09:58:44 -07:00
Ross McFarland
bb5dbd7d42 v0.9.13 version bump and CHANGELOG update 2021-07-18 14:04:12 -07:00
Ross McFarland
58c7f431e8 v0.9.12 version bump and CHANGELOG update 2021-04-30 14:43:23 -07:00
Ross McFarland
edf92fb159 v0.9.11 version bump and CHANGELOG update 2020-11-05 09:45:39 -08:00
Ross McFarland
fc79530108 v0.9.10 version bump and CHANGELOG update 2020-04-20 12:10:06 -07:00
Ross McFarland
193d2da4dd v0.9.9 version bump and CHANGELOG update 2019-11-04 14:56:36 -08:00
Ross McFarland
659a60de46 v0.9.8 version bump and CHANGELOG updates 2019-09-30 10:18:53 -07:00
Ross McFarland
97608b3823 v0.9.7 version bump and CHANGELOG updates 2019-09-30 09:29:30 -07:00
Ross McFarland
0040a51f11 v0.9.6 version bump and CHANGELOG updates 2019-07-16 06:24:43 -07:00
Ross McFarland
7668e15bb6 v0.9.5 version bump and CHANGELOG updates 2019-05-06 08:36:50 -07:00
Ross McFarland
ca6b3c6110 Version bump to 0.9.4 & CHANGELOG.md update 2019-01-28 08:33:17 -08:00
Ross McFarland
680f8454c8 Version bump to 0.9.3 & CHANGELOG.md update 2018-10-29 19:38:56 -07:00
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