Skip to content

2024.10

Latest
Compare
Choose a tag to compare
@ankraft ankraft released this 08 Oct 12:43
· 4 commits to master since this release

New Features

  • CSE

    • Added CoAP protocol binding
    • Reading command line arguments from a file
  • Text UI

    • Added support for sending CREATE and UPDATE requests in the text UI.
    • Addd displaying cURL commands for operations
    • Copying of resources and identifiers to clipboard
    • Copying of CSV data to the clipboard

Improvements

  • CSE
    • Internal restructuring of configuration handling and validation

Fixes

  • CSE
    • Fixed crash when the environment variables contain "$" characters.
  • Database
    • Fixed wrong removal of null-attributes in complex attributes for the PostgreSQL database binding.
  • Web UI
    • Fixed the web UI when the CSE's http server is not running directly under the root path.

Misc

  • CSE
    • Internal restructuring of runtime constants and configuration validations