0.2.0
Breaking changes
- deprecate configuration fields
credentials
,start_date_name
,end_date_name
,json_paths
,settings.days_back_fetch
settings.time_interval
>>scrape_interval
- OAuth Changes:
token_http_request
>>token_request
data_http_request
>>data_request
- All APIs configurations are nested under
apis
instead of separate peroauth
andauth
.- Supported types:
general
,oauth
,azure_general
,azure_graph
,azure_mail_reports
,cloudflare
.
- Supported types:
- Deprecate Cisco SecureX
- Upgrade General API settings to allow more customization
- Adding
Authorization
Header is required (if needed) due tocredentials
field deprecation. - Adding
Content-Type
may be required based on the API
- Adding
New Features
- Add Pagination support
- Add variables support in
next_url
and pagination settings- Supports
+
and-
mathematical operations on values - Supports arrays
- Supports
- Upgrade python version
3.9
>>3.12
- Add Cloudflare Support
- Add option to control logging level with
--level
flag