Skip to content

Latest commit

 

History

History
94 lines (54 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

94 lines (54 loc) · 2.73 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • Introduce Messenger to handle a context in conversations #27

Removed

  • DialogMemory because This feature is available via context

[v0.6.0] - 2021-01-11

Added

  • Implement clear method in DialogMemory #19
  • Source property to Message object #22
  • [WebApiService] data attribute in the request #23
  • [WebApiService] endpoint option in config #23

Changed

  • Update TwitterSampleStreamService to adopt Twitter API v2 #21

Removed

  • Temporarily disable TwitterMentionsTimeline service because it does not work with Twitter API v2 #21

[v0.5.0] - 2021-01-09

Added

  • CronService #16

Changed

  • conversation_id to dialog_id #17

[v0.4.0] - 2021-01-02

Changed

  • Service interface to add from_config for initializing the object from config dictionary #14

[v0.3.0] - 2020-12-29

Added

  • CI for github actions #6
  • Code style check #7
  • Protocol to define interface #8
  • ContextMemory to keep track of conversations #9
  • Queue based handler execution in background #12

Changed

  • Add conversation_id property to Message protocol #10

[0.2.1] - 2020-09-09

Added

  • TwitterMentionsTimelineService

Fixed

  • Slack service which process to deal with messages without any suspending time
  • Twitter mention timeline service to add exception statement to connect to Twitter #4

[0.2.0] - 2020-08-17

Changed

  • Package name to msgFlow

[0.1.1] - 2020-07-25

Fixed

  • Slack response bug which sends system text to user as a reply
  • Retry RTM Slack connection when connection is broken

[0.1.0] - 2020-07-18

Added

  • Custom application architecture
  • New services: CliService, SlackService and TwitterSampleStreamService
  • YAML parser to inject environment variables