Skip to content

Releases: mahenzon/aioalice

Fix Python compatibility

18 Apr 11:44
02c67d5
Compare
Choose a tag to compare

Support for Yandex's side states

10 Apr 15:44
af2e58f
Compare
Choose a tag to compare

Compatibility fixes and updates

24 Feb 21:06
f87b2e2
Compare
Choose a tag to compare

Maintenance update

  • use safe_kwargs for the root AliceObject - AliceRequest (closes #13)
  • update attrs version to 20.3.0 and update converter kwarg (closes #7)
  • get rid of all relative imports
  • run tests for different python versions
  • update how 'install requires' gets list of required packages - needed for new python versions

Safe kwargs for all AliceObjects

18 Feb 17:44
Compare
Choose a tag to compare
  • store raw json in models

Closes #9

Freeze attrs version

04 Oct 07:35
Compare
Choose a tag to compare

There’s a backward-incompatible change in attrs 19.2.0 (2019-10-01): Removed deprecated Attribute attribute convert per scheduled removal on 2019/1.
https://www.attrs.org/en/stable/changelog.html

So now attrs version is ==18.1.0

Update response timeout

04 Aug 14:40
Compare
Choose a tag to compare

Add fields and safe_kwargs to interfaces

17 Mar 11:37
Compare
Choose a tag to compare

Add original_request field to AliceRequest

27 Nov 09:31
Compare
Choose a tag to compare

Add some hints about testing and deployment into README
minor fixes

NLU, safe kwargs

15 Oct 08:26
Compare
Choose a tag to compare
  • Support NLU

  • Add safe_kwargs to meta and request

safe_kwargs will help ignore new JSON entities (if there's new API) so it won't cause exceptions


NL..what?

Add `flags` to meta (Station Support)

12 Sep 20:22
Compare
Choose a tag to compare

A minor update for Yandex Station support