From 4c171918bcfd0d5709415840353cdfbb73af0b02 Mon Sep 17 00:00:00 2001 From: Aaron Blankstein Date: Mon, 30 Apr 2018 16:20:38 -0400 Subject: [PATCH] prepare version 0.18.6 --- blockstack_client/version.py | 2 +- release_notes/changelog-0.18.6 | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 release_notes/changelog-0.18.6 diff --git a/blockstack_client/version.py b/blockstack_client/version.py index 497f242b3..eca4c50b4 100644 --- a/blockstack_client/version.py +++ b/blockstack_client/version.py @@ -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__) diff --git a/release_notes/changelog-0.18.6 b/release_notes/changelog-0.18.6 new file mode 100644 index 000000000..45331b840 --- /dev/null +++ b/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.