-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
Unreleased | ||
========== | ||
|
||
0.7.0 (2020-03-17) | ||
================== | ||
|
||
- Add DNS rules (CNAME, A, AAAA, SOA, NS, MX, TXT) | ||
- Add more RDATA validation | ||
- Add documentation, guide, example, and tutorial regarding new 0.7.0 API | ||
- Store node hostname in a static file instead of database | ||
- Fix HTTP code status return | ||
- Reject zone changes if maximum limit reached in a day | ||
- Automatically delegate command on domain creation and deletion | ||
- Minimize talks to Kafka to improve performance | ||
- Create default SOA, NS, and CNAME record when creating a domain |