Skip to content

Releases: daywalker90/clnrest-rs

v0.2.0

26 Sep 15:37
55e57c2
Compare
Choose a tag to compare

Added

  • log rune id, method and params when access was granted

Changed

  • clnrest-cors-origins is now a multi option, meaning you have to specify it multiple times if you have multiple values, you must no longer feed it multiple values in a single string. This change was missing to be a drop-in replacement with clnrest.py

Release binaries info

  • Release binaries were built using rust 1.81.0
  • Linux release binaries require glibc>=2.31

v0.1.2

31 Jul 13:14
97c7ae8
Compare
Choose a tag to compare

Changed

  • clnrest-swagger-root is now "/" again by default, but "/" will redirect to "/swagger-ui" while other values will enforce the custom path
  • Also call plugin.shutdown() on a shutdown notification. This is probably not fixing 100% of the shutdown issues (maybe a cln-plugin bug)
  • Add upgrade header to the tests. This is needed to differentiate between an intent to establish a websocket connection and an intent to open the swagger-ui on the same path. Usually websocket clients inlcude this header automatically but the tests were not
  • Extracted release binaries are now called clnrest-rs

Release binaries info

  • Release binaries were built using rust 1.80.0
  • Linux release binaries require glibc>=2.31

v0.1.0

27 Jul 20:00
74295fa
Compare
Choose a tag to compare

Added

  • initial release

Release binaries info

  • Release binaries were built using rust 1.80.0
  • Linux release binaries require glibc>=2.31