Skip to content

Releases: outofcoffee/corebot

v1.4.1

07 Oct 01:19
Compare
Choose a tag to compare

See Docker images on Docker Hub.

See change log.

v1.4.0

07 Oct 00:49
Compare
Choose a tag to compare

See Docker images on Docker Hub.

See change log.

v1.2.0

04 Feb 20:44
Compare
Choose a tag to compare

Added

  • Adds HTTP bot.
  • Adds Slack backend.
  • Adds a RESTful API store.
  • Adds a store implementation that mirrors writes to the backing store to another, separate, store implementation.
  • Allows chat service implementations to indicate support for user termination.
  • Adds the ability to start with an empty action configuration.
  • Allows version placeholder to be used in plugin files.

Changed

  • Moves plugins to single directory.
  • Changes Maven artifact names for plugins.

v1.1.2

05 Nov 23:44
Compare
Choose a tag to compare

Fixed

  • Fixes action invocation with empty options map.

Added

  • Improves specification coverage.

v1.1.0

20 Oct 18:52
Compare
Choose a tag to compare

Added

  • Adds support for plugins loaded dynamically at startup.
  • Adds new 'generic-bot' distribution, configurable using the plugins YAML format.

Fixed

  • Fixes a bug in the MySQL store where updates to existing items were discarded.

v1.0.0

07 Oct 12:55
Compare
Choose a tag to compare

Added

  • Added ability to trigger parameterless jobs in Jenkins (thanks DrColza).
  • Adds system configuration for customisation of request and action defaults, and default action options.
  • Adds option status action.

Changed

  • Upgrades Gradle, Kotlin and Jackson versions.
  • Improves API path composition, including Jenkins and Rundeck endpoints other than at the root of a domain.
  • Improves error status logging.
  • Improves option handling.

v0.9.2

07 Oct 12:55
Compare
Choose a tag to compare

Changed

  • Don't post channel join message on reconnection.

v0.9.1

20 Jul 21:52
Compare
Choose a tag to compare

Fixed

  • Adds a work-around for a message de-duplication bug in the Slack library (#34).

v0.9.0

08 Jul 13:06
Compare
Choose a tag to compare

Added

  • Adds a bot to allow simple borrow/return of items.
  • Adds a new 'items' backend.
  • Makes join message conditional.
  • Adds MySQL store.
  • Now supports multiple templates.

Changed

  • Internal structural improvements to support multiple back-end or front-end implementations.
  • Improved specification coverage.
  • Externalised templates to allow messages to be changed.

v0.8.1

08 Jul 13:07
Compare
Choose a tag to compare

Added

  • Trims message content prior to parsing.