You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: google-assistant-sdk/CHANGELOG.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@ Changelog
4
4
0.3.0
5
5
-----
6
6
- Move grpc bindings to the `google-assistant-grpc <https://pypi.python.org/pypi/google-assistant-grpc>`_ package.
7
-
- Moved reference sample to ``googlesamples.assistant.grpc.pushtotalk`` with `updated instructions <https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-sdk/googlesamples/assistant/grpc>`_.
7
+
- Moved reference grpc sample to ``googlesamples.assistant.grpc.pushtotalk`` with `updated instructions <https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-sdk/googlesamples/assistant/grpc>`_.
8
8
- Replaced ``auth_helpers`` with ``google-oauthlibtool``:
9
9
- Follow the `updated instructions <https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-grpc#authorization>_ to generate and use new credentials.
10
+
- Add ``--once`` flag to pushtotalk grpc sample (@r-clancy).
11
+
- Fix typo in IFTTT handling in pushtotalk grpc sample (@kadeve).
0 commit comments