Skip to content

Commit

Permalink
prepare version 0.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kantai committed Apr 30, 2018
1 parent e27f722 commit 4c17191
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blockstack_client/version.py
Expand Up @@ -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__)
23 changes: 23 additions & 0 deletions release_notes/changelog-0.18.6
@@ -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.

0 comments on commit 4c17191

Please sign in to comment.