Changelog

0.5.0 (2021-05-28)

Features

  • add export / import flow API (20df7c3)

  • add support for service directory webhooks (20df7c3)

  • added API for continuous test (#91) (81d4f53)

  • added API for running continuous test (#94) (cc30fa3)

  • added fallback option when restoring an agent (20df7c3)

  • Expose supported languages of the agent; (20df7c3)

  • include original user query in WebhookRequest; add GetTextCaseresult API. (20df7c3)

  • support self-signed JWT flow for service accounts (20df7c3)

Bug Fixes

  • add async client to %name_%version/init.py (20df7c3)

  • require google-api-core>=1.22.2 (3440f18)

  • v3: BREAKING rename UserInput.input_ to UserInput.input (#58) (3440f18)

Documentation

  • clarified documentation for security settings docs: clarified documentation for session parameters (#89) (750a055)

  • clarified documentation for security settings docs: clarified documentation for session parameters (#90) (c1c0fb9)

  • clarified experiment length (20df7c3)

  • clarify resource format for session response. (20df7c3)

  • Update docs on Pages, Session, Version, etc. (20df7c3)

0.4.1 (2021-03-07)

Documentation

0.4.0 (2021-03-05)

Features

  • add from_service_account_info factory (d9bd192)

  • Add new Experiment service (d9bd192)

  • added support for test cases and agent validation (d9bd192)

  • allow to disable webhook invocation per request (d9bd192)

  • supports SentimentAnalysisResult in webhook request (d9bd192)

Documentation

0.3.0 (2021-01-29)

Features

  • add experiments API (#36) (5381512)

  • allowed custom to specify webhook headers through query parameters (#32) (09919b0)

  • allowed custom to specify webhook headers through query parameters (#32) (09919b0)

Bug Fixes

  • remove gRPC send/recv limit; add enums to types/__init__.py (09919b0)

0.2.0 (2020-12-07)

Features

0.1.1 (2020-11-17)

Bug Fixes

Documentation

0.1.0 (2020-08-24)

Features