0.30.1 changelog updates
This commit is contained in:
parent
ce7b3184c4
commit
4d4c705eb9
1 changed files with 20 additions and 24 deletions
44
CHANGELOG.md
44
CHANGELOG.md
|
@ -8,48 +8,44 @@ can and probably will change functionality and break backwards compatibility
|
||||||
at anytime.
|
at anytime.
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## [0.30.1] - 2018-12-09
|
||||||
|
|
||||||
### Security
|
|
||||||
*
|
|
||||||
*
|
|
||||||
|
|
||||||
### API
|
### API
|
||||||
* add `aioupnp_version` to `upnp` field in the response to `status`
|
* add `aioupnp_version` to `upnp` field in the response to `status`
|
||||||
* fixed uncaught claim signature errors
|
* fixed uncaught claim signature errors
|
||||||
|
* `--blocking` support for `abandon` command (https://github.com/lbryio/lbry/pull/1618)
|
||||||
|
* don't create SSL keys if SSL is disabled (https://github.com/lbryio/lbry/pull/1644)
|
||||||
|
* added `account_send` command (https://github.com/lbryio/lbry/pull/1654)
|
||||||
|
* fixes for claim send to address (https://github.com/lbryio/lbry/pull/1651)
|
||||||
|
* better handle errors on resolve (https://github.com/lbryio/lbry/pull/1662)
|
||||||
|
* fix `transaction_show` (https://github.com/lbryio/lbry/pull/1689)
|
||||||
|
|
||||||
### Schema
|
### Schema
|
||||||
|
* merged `lbryschema` repository into `lbrynet` (https://github.com/lbryio/lbry/pull/1444)
|
||||||
* updated `protobuf` to `3.2.0` (https://github.com/lbryio/lbry/issues/1602)
|
* updated `protobuf` to `3.2.0` (https://github.com/lbryio/lbry/issues/1602)
|
||||||
|
* use `types` repo for generating python protobufs (https://github.com/lbryio/lbry/pull/1605)
|
||||||
|
|
||||||
### Wallet
|
### Wallet
|
||||||
* fixed resolving names with invalid channel signatures
|
* fixed resolving names with invalid channel signatures
|
||||||
* fixed wallet sync issues
|
* fixed wallet sync issues
|
||||||
|
* fixed wallet locking/encryption issues
|
||||||
### File Manager
|
|
||||||
*
|
|
||||||
*
|
|
||||||
|
|
||||||
### DHT
|
### DHT
|
||||||
* fixed retrying kademlia rpc calls (https://github.com/lbryio/lbry/pull/1495)
|
* fixed retrying kademlia rpc calls (https://github.com/lbryio/lbry/pull/1495)
|
||||||
* fixed `KeyError` in `iterativeFindValue`, this is used by `peer_list` and when finding peers to download blobs from (https://github.com/lbryio/lbry/issues/1638)
|
* fixed `KeyError` in `iterativeFindValue`, this is used by `peer_list` and when finding peers to download blobs from (https://github.com/lbryio/lbry/issues/1638)
|
||||||
|
* settings external ip address and ability to disable more DHT components (https://github.com/lbryio/lbry/pull/1604)
|
||||||
### P2P
|
* improved routing table bucket initialization (https://github.com/lbryio/lbry/pull/1633)
|
||||||
*
|
|
||||||
*
|
|
||||||
|
|
||||||
### Reflector
|
|
||||||
*
|
|
||||||
*
|
|
||||||
|
|
||||||
### Database
|
### Database
|
||||||
*
|
* resolved too many variables in sqlite issue (https://github.com/lbryio/lbry/pull/1612)
|
||||||
*
|
|
||||||
|
|
||||||
### Known Issues
|
|
||||||
*
|
|
||||||
*
|
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
* switch to Python 3.7
|
||||||
|
* brought back icon for windows binary
|
||||||
|
* using custom list of mime types with more types (https://github.com/lbryio/lbry/pull/1700)
|
||||||
|
* add balance to startup report (https://github.com/lbryio/lbry/pull/1613)
|
||||||
|
* drop `six` dependency (https://github.com/lbryio/lbry/pull/1660)
|
||||||
|
* drop `mock` dependency (https://github.com/lbryio/lbry/pull/1661)
|
||||||
|
|
||||||
## [0.30.0] - 2018-10-22
|
## [0.30.0] - 2018-10-22
|
||||||
This release is the most ambitious upgrade to lbrynet yet; including a brand
|
This release is the most ambitious upgrade to lbrynet yet; including a brand
|
||||||
|
|
Loading…
Reference in a new issue