Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

33 lines (26 loc) · 1.7 KB

Changelog

1.0.5

  • Bump urllib3 from 1.26.18 to 1.26.19 [#22] (#22)
  • Bump requests from 2.31.0 to 2.32.2 [#23] (#23)
  • Bump idna from 3.2 to 3.7 [#24] (#24)
  • Bump certifi from 2023.7.22 to 2024.7.4 [#25] (#25)

1.0.4

  • Adds retry to ChunkedEncodingError on requests [#21] (#21)

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)