Skip to content

Icinga PowerShell REST-Api CHANGELOG

The latest release announcements are available on https://icinga.com/blog/.

Please read the upgrading documentation before upgrading to a new release.

Released closed milestones can be found on GitHub.

1.2.0 (2021-09-07)

Issue and PRs

Enhancements

  • #7 Adds support to set custom listen address
  • #8 Adds support for REST-Api to work in JEA context

1.1.1 (2021-07-07)

Issue and PRs

Bugfixes

  • #3 Fixes threading queueing issue for incoming API requests
  • #5 Fixes memory leak on REST-Api and now forces error and memory cleanup

1.1.0 (2021-03-02)

Issue and PRs

Enhancements

  • #1 Improves REST-Api performance by using static background threads for new calls which are queued inside them, instead of creating new threads and terminating them afterwards for each request
  • #2 Adds support to blacklist or whitelist commands executed by Api endpoints

1.0.0 (2020-06-02)

Notes

Initial release