Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.95 KB

changelog-0.14.5.md

File metadata and controls

61 lines (49 loc) · 2.95 KB

What's New in 0.14.5

Release 0.14.5 brings some improvements over 0.14.4. It does not break consensus; 0.14-0.14.4 nodes are compatible with 0.14.5 nodes.

Release Highlights

  • Faster Search Indexing for New Names. This release adds support scripts to the API directory for supporting faster search indexing for new names. This also includes support for indexing subdomains.

  • Added Docker Scripts. This release includes support for running dockerized versions of blockstack core and it's integration tests.

  • Include support for Transfers/Updates from Browser This includes support for supplying a key to perform updates and transfers on behalf of a RPC client.

  • Include support for HTTPS communication with Blockstack nodes Clients now by default attempt to communicate with node.blockstack.org servers over HTTPS.

Hotfix 0.14.5.1

  • A pair of bugs in the blockstackd port lookup code resulted in a blockstack api service always using 6263, even if the client.ini specifies otherwise. This led to issues for non-default blockstackd setups.

Pulls and Contributors

Fix Broken Slack Badge Hotfix for CORS problem in Subdomain Registrar Support for issuing updates with an owner key Adds HTTPS support to blockstack proxy Shell bang python2 Persistent setting of keys Add Dockerfile and Build/Run Instructions Remove Wildcard Imports Add support for passing owner key to transfer Change generation path for index.html of the API Docs Add explicitely Python to uwsgi config Update search index with new profiles Update Readme with better Docker instructions Use newest version in API documentation Indexing subdomains on search endpoint Add CLI For Docker Images Integration Tests in Docker Add Snap builds for Blockstack

Thanks to the contributors to this release:

  • @elopio
  • @kantai
  • @jackzampolin
  • @peacekeeper
  • @jcnelson
  • @muneeb-ali
  • @vbrandl
  • @larrysalibra