Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 2.72 KB

CHANGELOG.md

File metadata and controls

61 lines (45 loc) · 2.72 KB

Changelog

0.5.0

  • Zendesk Domain Change #52

0.4.1

  • Dependabot update #50

0.4.0

  • Code Refactoring #45

    • Improved directory structure
    • Added pagination support to BANS stream
    • Adding Missing fields in chats, shortcuts & bans stream
    • Upodated unit tests
    • pre-commit integrated
  • Fixes Following issues

  • Added Integration Tests #47

0.3.2

  • Resolved transform error #41

0.3.1

  • Adds items key to the array schemas #34

0.3.0

  • Adds field selection via transformer and increases singer-python version to 5.12.1 #32
  • Adds bookmarking test #31
  • Fixes schemas to not include additionalProperties and adds start date test#30
  • Changes metadata to allow inclusion: available to support field selection and adds discovery test#29

0.2.1

  • Added enabled_departments to the JSON Schema for agents #27

0.2.0

  • Migrated annotated-schema to use metadata instead #20

0.1.17

  • Fixes a 400 Bad Request issue when fetching Agents #19

0.1.16

  • Adds the "scope" element to the agents schema #16

0.1.15

  • Update version of requests to 2.20.0 in response to CVE 2018-18074

0.1.14

  • Add id and departments fields to the shortcuts schema #13

0.1.13

  • Adds the "scope" element to the shortcuts schema #12

0.1.11

  • Lowers the chat interval days retrieved to 14 to account for a 10k search result limit #8

0.1.12

  • Allow chat interval days to be specified as a string in the config #10