Skip to content

Releases: gcaccaos/dialogflow-fulfillment

v0.4.5

19 Jan 11:56
Compare
Choose a tag to compare
Point flake8 pre-commit to new repository

v0.4.4

09 Aug 15:10
Compare
Choose a tag to compare

Fixed

  • Bug when the webhook request is an empty JSON.

Dependencies

  • Bump dependencies in requirements and setup files.

v0.4.3

29 Jun 22:38
1fdf1e2
Compare
Choose a tag to compare

Added

  • Code of Conduct file.

Improved

  • Django example dependencies versions.

v0.4.2

29 Nov 07:46
Compare
Choose a tag to compare

Fixed

  • Bug when parsing WebhookRequest object in Django example (#1).
  • Bug when calling response in WebhookClient multiple times (#2).

v0.4.1

11 Oct 20:34
Compare
Choose a tag to compare

Added

  • Continuous integration and continuous deployment with Github Actions

Improved

  • Health of the source code
  • Documentation

v0.4.0

12 Sep 22:07
Compare
Choose a tag to compare

Added

  • Getters and setters for RichResponse's attributes (and deprecation warnings
    to set_*() methods).
  • Getter and setter for WebhookClient's followup_event attribute (and
    deprecation warning to set_followup_event() method).
  • Docs: Examples to WebhookClient's methods docstrings.
  • Docs: Examples to RichResponse's attributes docstrings.
  • Docs: "See also" sections in RichResponse's docstrings.
  • Docs: Type hints to WebhookClient's handle_request() method's docstring.
  • Docs: "Detailed example" section in "Fulfillment overview" page.

Improved

  • Typing annotations coverage.

v0.3.0

29 Jul 23:52
Compare
Choose a tag to compare

Added

  • Docs: Add change log and contributing guide.
  • Small improvements to the classes and methods docstrings.
  • set_text() method for the Text response.
  • set_subtitle(), set_image() and set_buttons() methods for the Card response.
  • set_title() and set_quick_replies() to the QuickReplies response.

Bug fixes

  • Fix Card and QuickReply missing fields.
  • Fix optional parameters for all rich responses.
  • Fix WebhookClient's parsing of Image and Card responses.
  • Fix RichResponse instantiation (shouldn't be able to instantiate an abstract
    base class).

Changed

  • Docs: Change theme to Read the Docs' theme.

v0.2.0

18 Jul 00:31
Compare
Choose a tag to compare

Refactored tests to use pytest and improved code coverage to 100%.

v0.1.5

17 Jul 21:26
Compare
Choose a tag to compare

Fix bug in WebhookClient's key access in _process_request().

v0.1.4

17 Jul 17:44
Compare
Choose a tag to compare

Type hints for classes' methods.