Skip to content

Releases: symbol/product

Symbol Shoestring 0.1.3

24 Jun 15:49
73bbe33
Compare
Choose a tag to compare

Added

  • add the 'import-harvesters' command to inspect and import harvester.dat files when the node key changes.

Fixed

  • fix OpenSSL generating x509 v3 certificates by explicitly specify x509_extensions.
  • the health check was failing nodes with HTTPS REST due to accessing the wrong property from context; the health agent node now uses the domain name when available.

Symbol Python Light API 0.0.6

21 Jun 03:07
Compare
Choose a tag to compare

Added

  • added support for Python 3.12

Fixed

  • treat all HTTP statuses less than 400 as a success instead of only HTTP statuses 200 and 404 codes
  • OpenSSL library names are different on Windows, which causes linking to fail; update to select the correct library name.