-
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
- Resolved transform error #41
- Adds
items
key to the array schemas #34
- 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
- Added
enabled_departments
to the JSON Schema for agents #27
- Migrated annotated-schema to use metadata instead #20
- Fixes a 400 Bad Request issue when fetching Agents #19
- Adds the "scope" element to the agents schema #16
- Update version of
requests
to2.20.0
in response to CVE 2018-18074
- Add
id
anddepartments
fields to theshortcuts
schema #13
- Adds the "scope" element to the shortcuts schema #12
- Lowers the chat interval days retrieved to 14 to account for a 10k search result limit #8
- Allow chat interval days to be specified as a string in the config #10