Releases: daywalker90/clnrest-rs
Releases · daywalker90/clnrest-rs
v0.2.0
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
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
Added
- initial release
Release binaries info
- Release binaries were built using rust 1.80.0
- Linux release binaries require glibc>=2.31