Skip to content

Releases: DonDebonair/slack-machine

v0.16.0

18 Oct 19:45
Compare
Choose a tag to compare

Added

  • Add HBase storage backend

Full Changelog: v0.15...v0.16

v0.15.0

18 Oct 19:38
Compare
Choose a tag to compare

Added

  • Add optional keep-alive ping in background thread to keep the connection to Slack alive ([#79](#79 by @preludedrew)

    This helps when Slack Machine is running in environments that occasionally "go to sleep", such as Heroku

Changed

  • Bump apscheduler from 3.5.1 to 3.5.3
  • Fix Python 3.7 builds by using Xenial distro

Full Changelog: v0.14...v0.15

v0.14.0

18 Oct 19:29
Compare
Choose a tag to compare

Added

  • Add Python 3.7 support

Changed

  • Add support for configuring HTTP proxy for Slack client (#69 by @gfreezy)

Full Changelog: v0.13.2...v0.14

v0.13.2

18 Oct 19:24
cc98cac
Compare
Choose a tag to compare

Changed

  • Make HTTP server host & port configurable (#64 by @pirogoeth)
  • Bump dill from 0.2.7.1 to 0.2.8.2 (#62)
  • Bump slackclient from 1.1.3 to 1.2.1 (#42 #45)

Full Changelog: v0.13.1...v0.13.2

v0.13.1

18 Oct 19:11
Compare
Choose a tag to compare

Changed

  • Mention webserver functionality in README

Full Changelog: v0.13...v0.13.1

v0.13.0

18 Oct 19:07
Compare
Choose a tag to compare

⚠️ NOTE: release was yanked due to lack of documentation

Added

  • Add webserver functionality so plugins can have functions triggered by HTTP requests

Changed

  • Bump slackclient from 1.1.2 to 1.1.3 (#37)

Full Changelog: v0.12.2...v0.13

v0.12.2

18 Oct 19:01
Compare
Choose a tag to compare

Changed

  • Bump slackclient from 1.1.0 to 1.1.2 (#26)
  • Memes plugin: support custom meme templates

Fixed

  • Plugin help now properly distinguishes between robot or human help

Full Changelog: v0.12.1...v0.12.2

v0.12.1

18 Oct 18:50
Compare
Choose a tag to compare

Fixed

  • Fix tests for new plugins

Full Changelog: v0.12...v0.12.1

v0.12.0

17 Oct 20:50
Compare
Choose a tag to compare

Added

  • Add Google Image search plugin
  • Add memes plugin based on Memegen

Full Changelog: v0.11...v0.12

v0.11.0

17 Oct 20:49
Compare
Choose a tag to compare

Added

  • Add help feature so users can see what a bot can do based on documentation provided by plugin authors

Full Changelog: v0.10...v0.11