Skip to content

Releases: mailgun/aio-slack-machine

v0.21.4

18 Feb 23:36
e6c4662
Compare
Choose a tag to compare
Bye CircleCI (#15)

* Bye CircleCI

* Remove key

* remove 3.7 because of walrus operator

* This is why nobody lets me code anymore

* Buuuuump

v0.21.3

12 Jan 16:45
56c88ea
Compare
Choose a tag to compare

v0.21.2

11 Sep 15:34
ebb24fd
Compare
Choose a tag to compare
storage: namespacing fixes (#13)

* storage: pluginstorage layer namespacing fix

`PluginStorage` abstraction layer should not re-namespace a key
if it is already namespaced. this is to support using keys directly from
`find_keys` with `PluginStorage.get`, et al.

* tests: update expect mock; only test on py38

* tests: create_redis_pool should return redis_client fixture

* storage: support str and bytes in key namespacing

v0.21.1

10 Sep 17:48
1950b1e
Compare
Choose a tag to compare
storage/redis: key prefixing logic change (#12)

if a key is already prefixed correctly, do not prefix it again.
this allows full keys returned by `find_keys` to be used directly
with `get`, `set`, etc.

v0.21.0

01 Sep 21:57
5f8d9a3
Compare
Choose a tag to compare
Add find_keys to storage implementation (#11)

* Add find_keys to storage implementation

* Correct test_size for redis storage

v0.20.4

17 Aug 20:42
cc64796
Compare
Choose a tag to compare
bugfix: client.send call fix (#10)

v0.20.3

17 Aug 19:48
1e91401
Compare
Choose a tag to compare
bugfix: MessagingClient.send_webapi -> .send (#9)

v0.20.2

11 Jun 20:36
7324b81
Compare
Choose a tag to compare
bugfix: don't wrap users list response in a list (#8)

v0.20.1

13 May 22:13
1dd4fa2
Compare
Choose a tag to compare
Configurable (default) left-strip recv'd messages (#7)

* Configurable (default) left-strip recv'd messages

* Remove asyncio.coroutine usages

v0.20.0: Enhanced documentation

11 May 16:41
b3ed4c4
Compare
Choose a tag to compare
  • Bot core now loads long help descriptions from handler function docstrings
  • Help interface provides a top-level help overview and topic-level manuals:
    • overview: @bot help
    • topic manual: @bot help <topic>