Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

24 lines (19 loc) · 1.21 KB

Changelog

1.0.3

  • Moves urllib3 to a version that is not affected by GHSA-g4mx-q9vg-27p4
  • Moves requests to a version that is not affected by CVE-2023-32681

1.0.2

  • Updated document links in README.md [#5] (#5)
  • Added custom_fields object in conversations stream's schema [#17] (#17)

1.0.1

  • Extended activity_logs schema [#14] (#14)

1.0.0

  • Updated schema of messages & conversations streams
  • Depricated updated_at_datestring replication key [#10]
  • Using epoch time for replication & bookmarking [#10]
  • Added page_size property to config for pagination [#8]
  • Added backoff & retry for api timeout issue [#11]
  • Code Refactoring [#6]
  • Bug fixes [#8] [#9]

0.2.1

  • Fix Pagination and backoff time [#3] (#3)