From 95721cf56326cd391dc9fb30623de7061dc85e84 Mon Sep 17 00:00:00 2001 From: Keri Date: Wed, 3 Apr 2019 13:44:09 -0600 Subject: [PATCH] v5a10 Release Notes --- docs/releases.rst | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/docs/releases.rst b/docs/releases.rst index 96050dadc0..cbd3043c4b 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -4,6 +4,50 @@ Release Notes v5 Breaking Changes Summary See the :ref:`v5 Migration Guide` +v5.0.0-alpha.10 +--------------- +Released April 15, 2019 + +- Features + + - Add getLogs by blockHash + - `#1269 `_ + - Implement chainId endpoint + - `#1295 `_ + - Moved non-standard JSON-RPC endpoints to applicable + Parity/Geth docs. Deprecated ``web3.version`` for ``web3.api`` + - `#1290 `_ + - Moved Whisper endpoints to applicable Geth or Parity namespace + - `#1308 `_ + - Added support for Goerli provider + - `#1286 `_ + - Added addReservedPeer to Parity module + - `#1311 `_ + +- Bugfixes + + - Cast gas price values to integers in gas strategies + - `#1297 `_ + - Missing constructor function no longer ignores constructor args + - `#1316 `_ + +- Misc + + - Require eth-utils >= 1.4, downgrade Go version for integration tests + - `#1310 `_ + - Fix doc build warnings + - `#1331 `_ + - Zip Fixture data + - `#1307 `_ + - Update Geth version for integration tests + - `#1301 `_ + - Remove unneeded testrpc + - `#1322 `_ + - Add ContractCaller docs to v5 migration guide + - `#1323 `_ + + + v5.0.0-alpha.9 -------------- Released March 26, 2019