prepare version 0.18.6

This commit is contained in:
Aaron Blankstein
2018-04-30 16:20:38 -04:00
parent e27f7220ab
commit 4c171918bc
2 changed files with 24 additions and 1 deletions

View File

@@ -24,4 +24,4 @@
__version_major__ = '0'
__version_minor__ = '18'
__version_patch__ = '0'
__version__ = '{}.{}.{}.5'.format(__version_major__, __version_minor__, __version_patch__)
__version__ = '{}.{}.{}.6'.format(__version_major__, __version_minor__, __version_patch__)

View File

@@ -0,0 +1,23 @@
What's New in 0.18.6
==================
Release 0.18.6 brings several minor improvements to Blockstack
Core. It is not a consensus-breaking release.
Release Highlights
------------------
**Subdomain listing**: This release adds two new endpoints:
`/v1/subdomains` - this returns a paginated list of all subdomains.
`/v1/blockchains/:blockchainID/subdomains_count` - this returns the
count of registered subdomains.
**Pending subdomain handling**: This release adds support for
instantaneous subdomain resolution by 301 redirection to
registrar-specified resolver URLs.
Getting Started
---------------
This change _does not_ require a state-upgrade on the blockstack
server, so you will not need to fast-sync to a new state.