This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
Releases: googlesamples/assistant-sdk-python
Releases · googlesamples/assistant-sdk-python
0.3.1
0.3.0
Package | Version |
---|---|
google-assistant-sdk | 0.3.0 |
google-assistant-grpc | 0.0.1 |
google-assistant-library | 0.0.2 |
Changelog
- Move grpc bindings to the
google-assistant-grpc
package. - Moved reference grpc sample to
googlesamples.assistant.grpc.pushtotalk
with updated instructions. - Replaced
auth_helpers
withgoogle-oauthlibtool
:- Follow the updated instructions to generate and use new credentials.
- Add
--once
flag to pushtotalk grpc sample (@r-clancy). - Fix typo in IFTTT handling in pushtotalk grpc sample (@kadeve).
- Add google-assistant-library sample.