Skip to content

v0.75.0

Compare
Choose a tag to compare
@eukreign eukreign released this 03 Jun 19:34
· 1579 commits to master since this release

[0.75.0] - 2020-06-03

Backwards Incompatible Changes

  • [api] This release requires that no Origin value is passed in HTTP API requests. Electron based apps accessing the SDK will need to make sure that for POST requests that they remove the Origin from the header, see: electron/electron#7931 . When you want to use the API from web browser the SDK needs to have allowed_origin configuration value set to the host from which you want to access the API. (#2966)

DHT

  • [bug] fixed is_valid_public_ipv4 not working correctly when ipv6 is given as address (#2892) by endes123321

API

  • [improvement] add allowed_origin to config, by default no longer allow any requests which pass Origin in header (#2966) by jackrobison

Files

  • [improvement] more aggressive video transcoding to reduce file sizes (#2968) by tzarebczan

Wallet

  • [improvement] add transaction_cache_size to config (#2967) by jackrobison