Skip to content

Commit

Permalink
Prepare 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Apr 2, 2017
1 parent a94d320 commit e96b8f0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,21 @@ Roadmap
ChangeLog
=========

Version 1.0.7
-------------

Improvements to proxy handling and peer discovery

* background async proxy detection loop. Removes responsibility for
proxy detection and maintenance from the peer manager.
* peer discovery waits for an initial proxy detection attempt to complete
before starting
* new feature: flag to force peer discovery to happen via the proxy.
This might be useful for someone exlusively running a Tor service
that doesn't want to reveal its IP address. See **FORCE_PROXY** in
`docs/ENVIRONMENT.rst`_ for details and caveats.
* other minor fixes and tweaks

Version 1.0.6
-------------

Expand Down
2 changes: 1 addition & 1 deletion server/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Server name and protocol versions

VERSION = 'ElectrumX 1.0.6'
VERSION = 'ElectrumX 1.0.7'
PROTOCOL_MIN = '1.0'
PROTOCOL_MAX = '1.0'

0 comments on commit e96b8f0

Please sign in to comment.