Skip to content

Releases: SUSE/salt-netapi-client

v0.4.0

19 Aug 12:54
Compare
Choose a tag to compare

These are the changes for version 0.4.0:

  • Move EventStream implementation from SSE to WebSocket (#86)
  • Support expr_form in run() and startCommand() (#88)
  • Improve job result handling (#93)
  • Support for calling salt function in wheel, runner and execution modules (#94)
  • Basic parsing of events (#95)
  • Trivial cosmetic changes and unit test fixes (#89, #92 and #97)

Thanks to everyone who contributed to this release!

v0.3.0

10 Jul 16:27
v0.3.0
Compare
Choose a tag to compare

This is the first release that will be available from the maven central repository, please find it here. Apart from that support has been dropped to compile the library with anything else than Java 8 in order to be able to use the Java 8 language features.

v0.2.0

27 May 08:09
Compare
Choose a tag to compare

New features, fixes and refactorings in v0.2.0 (Javadoc):

  • Added support for the /events and /hook endpoints
  • New methods getMinions() and getMinionDetails()
  • logout() methods fixed to perform a POST request and to return a boolean
  • Support for the job start time was added to the Job class
  • Javadoc cleanup and unification + automatic javadoc publishing for master and tags
  • HttpClientConnection class has been refactored into smaller methods

v0.1.0

24 Apr 11:16
Compare
Choose a tag to compare

This is the initial release, please have a look at the Javadoc.