Browse Source

Prepare 0.8.8

master
Neil Booth 8 years ago
parent
commit
5f73fa02a3
  1. 12
      RELEASE-NOTES
  2. 2
      server/version.py

12
RELEASE-NOTES

@ -1,3 +1,15 @@
version 0.8.8
-------------
- put sessions in a priority queue to better prioritise serving. Low-bandwidth
sessions get served first
- new RPC command "groups" - shows information about session groups
- sessions output: session priority shown under Flags column; the lower the
number the higher the priority. txs column moved, new column reqs showns
the number of outstanding requests for that connection (includes subrequests
of batches)
- issued fixed: #67
version 0.8.7
-------------

2
server/version.py

@ -1 +1 @@
VERSION = "ElectrumX 0.8.7"
VERSION = "ElectrumX 0.8.8"

Loading…
Cancel
Save