Skip to content

v0.98.0

Compare
Choose a tag to compare
@eukreign eukreign released this 26 May 14:18
· 1038 commits to master since this release

[0.98.0] - 2021-05-26

API

  • [bug] fix bug in collection_update --replace (#3306) by jessopb
  • [bug] "lbrynet file list --sort=channel_name" no longer crashes when a file has no channel (#3303) by keikari

Docs

  • [improvement] add Elasticsearch to Makefile and install docs (#3302) by shyba

Hub

  • [improvement] remove unused multiprocessing.Manager, decreasing hub memory usage significantly (#3307) by shyba
  • [bug] fix hub Elasticsearch sync/migrations tool for when the db exists already (#3305) by shyba
  • [improvement] add versioning to ES search index and automate resync on version bumps (#3294) by jackrobison
  • [bug] fix invalid claim fees breaking the block processor (#3293) by jackrobison
  • [improvement] Restrict udp sources, add ALLOW_LAN_UDP hub setting (#3285) by jackrobison
  • [bug] Fix bug for has_source=True hiding channel reposts (#3262) by shyba

Other

  • [improvement] Exchange rate manager: stop logging full pages and make tests tolerate one of the feeds going on maintenance (#3292) by shyba

Tests

  • [bug] update exchange rate feed list to remove broken ones (#3295) by shyba