Skip to content

Releases: OpenNMS/opennms-integration-api

OpenNMS Plugin API v1.6.0

11 Jul 14:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

OpenNMS Plugin API v1.5.0

31 May 18:00
Compare
Choose a tag to compare

What's Changed

  • fix the collector extension sample code
  • add handling for alarm tickets (NMS-15439)
  • remove the "sample" plugin from the main karaf feature

Full Changelog: v1.4.0...v1.5.0

OpenNMS Plugin API v1.4.0

05 Apr 12:56
Compare
Choose a tag to compare

This is a small release that adds config extension for collectors

OpenNMS Plugin API v1.3.0

13 Dec 15:11
Compare
Choose a tag to compare

This is a small release that adds API support for deleting entries from the Secure Credentials Vault.

OpenNMS Plugin API v1.2.0

07 Nov 17:45
Compare
Choose a tag to compare

OPA 1.2 now supports features that will be a part of Horizon 31, including support for extending poller configuration, as well as additional event and monitored service metadata

OpenNMS Plugin API v1.1.0

08 Aug 20:07
Compare
Choose a tag to compare
  • support serialization of time-series data to disk
  • support APIs for flow persistence in plugins
  • remove the dev flag from yarn for UI plugins

OpenNMS Plugin API v1.0.1

08 Aug 19:51
Compare
Choose a tag to compare
  • add support for using Pinia from UI plugins -- this allows interaction with the Vue router in web UI plugins
  • deduplicate time-series metrics before passed to plugins
  • update the UI plugin example to show how to use the Vue router

OpenNMS Plugin API v1.0.0

06 Jun 21:28
Compare
Choose a tag to compare

OIA 1.0.0 is the first officially stable release of OIA.
It will be introduced as part of Horizon 30 (and, eventually, Meridian 2023).

OIA releases from 1.0.0 forward will follow semantic versioning.

Changes since 0.6.0:

Improvements and Features

  • Guava has been updated to 30.1.1-jre
  • updated to be supported on Minion and Sentinel
  • extend the new Horizon Vue-based UI through OIA
  • key-value store support was added
  • Secure Credentials Vault support was added
  • event-sourced collection config support was added

Breaking

  • requires JDK 11 or higher
  • InterfaceToNodeCache API was changed to remove Stream<Integer> getNodeIds(String location, InetAddress ipAddr)