Skip to content

Releases: jaracil/nexus

1.8.0

26 Dec 10:43
Compare
Choose a tag to compare

1.8.x

  • user.list return value elements include a new field createdAt with a timestamp of user creation
  • user.rename
  • *.count methods
  • sync.list
  • topic.list
  • depth and filter parameters for *.list methods

1.7.0

29 May 07:05
@pho pho
Compare
Choose a tag to compare

1.7.0

  • user.getEffectiveTags

1.6.x

  • user.setPass doesn't require any permission when changing the user's own password.

1.5.x

  • pipe.write now accepts a multi boolean parameter.

1.4.0

11 Jan 11:07
Compare
Choose a tag to compare
Merged branch develop into master

1.0.0

06 Sep 10:08
@pho pho
Compare
Choose a tag to compare

1.0.0

New:

  • user.addWhitelist
  • user.delWhitelist
  • user.addBlacklist
  • user.delBlacklist
  • user.setMaxSessions
  • sys.version
  • New error code -32006 - ErrLockNotOwned available for the Sync operations

Modified:

  • sys.node.list return value now includes the api version (check API.md)
  • task.list returns value improved (check API.md)
  • sys.session.list field id renamed to connid
  • sys.session.kick field connId renamed to connid
  • sys.session.reload field connId renamed to connid
  • sys.watchdog parameter made optional, and put into a map
  • sync.lock and sync.unlock return error -32006 on unsuccessful lock/unlock instead of "ok":false
  • sys.ping returns an "ok": true on success

Deprecates:

  • user.listTemplate
  • sys.reload