Bump version: 4.7.1 → 4.8.0

pull/2613/head v4.8.0
Kieran Prasch 2021-03-23 20:24:23 -07:00
parent 44a9a8d33f
commit e64d4035c8
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
11 changed files with 42 additions and 14 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.7.1
current_version = 4.8.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

View File

@ -47,7 +47,7 @@ author = 'NuCypher'
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '4.7.1'
release = '4.8.0'
# -- General configuration ---------------------------------------------------

View File

@ -4,6 +4,45 @@ Releases
.. towncrier release notes start
v4.8.0 (2021-03-23)
-------------------
Features
~~~~~~~~
- Expanded features for staker and status CLI:
- Support substake inspection via `nucypher status stakers --substakes`.
- Automated transaction series for inactive substake removal.
- Display unlocked NU amount from stakers status.
- Handle replacement of stuck withdraw transactions with --replace. (`#2528 <https://github.com/nucypher/nucypher/issues/2528>`__)
- Support extended period migration by nodes via work tracker. (`#2607 <https://github.com/nucypher/nucypher/issues/2607>`__)
Bugfixes
~~~~~~~~
- Improved import error feedback and default ssh key path in cloudworkers. (`#2598 <https://github.com/nucypher/nucypher/issues/2598>`__)
- Support geth 1.10.x - Remove chainID from transaction payloads. (`#2603 <https://github.com/nucypher/nucypher/issues/2603>`__)
Improved Documentation
~~~~~~~~~~~~~~~~~~~~~~
- Document minimum approval and support requirements for NuCypher DAO. (`#2599 <https://github.com/nucypher/nucypher/issues/2599>`__)
Deprecations and Removals
~~~~~~~~~~~~~~~~~~~~~~~~~
- Deprecate worker IP address as environment variable (``NUCYPHER_WORKER_IP_ADDRESS``). (`#2583 <https://github.com/nucypher/nucypher/issues/2583>`__)
Misc
~~~~
- Adjust ``Ursula.status_info()`` API to make it easier for ``nucypher-monitor`` to collect data. (`#2574 <https://github.com/nucypher/nucypher/issues/2574>`__)
v4.7.1 (2021-03-02)
-------------------

View File

@ -1,5 +0,0 @@
Expanded features for staker and status CLI:
- Support substake inspection via `nucypher status stakers --substakes`.
- Automated transaction series for inactive substake removal.
- Display unlocked NU amount from stakers status.
- Handle replacement of stuck withdraw transactions with --replace.

View File

@ -1 +0,0 @@
Adjust ``Ursula.status_info()`` API to make it easier for ``nucypher-monitor`` to collect data.

View File

@ -1 +0,0 @@
Deprecate worker IP address as environment variable (``NUCYPHER_WORKER_IP_ADDRESS``).

View File

@ -1 +0,0 @@
Improved import error feedback and default ssh key path in cloudworkers.

View File

@ -1 +0,0 @@
Document minimum approval and support requirements for NuCypher DAO.

View File

@ -1 +0,0 @@
Support geth 1.10.x - Remove chainID from transaction payloads.

View File

@ -1 +0,0 @@
Support extended period migration by nodes via work tracker.

View File

@ -31,7 +31,7 @@ __url__ = "https://github.com/nucypher/nucypher"
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.'
__version__ = "4.7.1"
__version__ = "4.8.0"
__author__ = "NuCypher"