Skip to content

0.2.0

Compare
Choose a tag to compare
@8naama 8naama released this 08 Jul 14:25

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 per oauth and auth.
    • Supported types: general, oauth, azure_general, azure_graph, azure_mail_reports, cloudflare.
  • Deprecate Cisco SecureX
  • Upgrade General API settings to allow more customization
    • Adding Authorization Header is required (if needed) due to credentials field deprecation.
    • Adding Content-Type may be required based on the API

New Features

  • Add Pagination support
  • Add variables support in next_url and pagination settings
    • Supports + and - mathematical operations on values
    • Supports arrays
  • Upgrade python version 3.9 >> 3.12
  • Add Cloudflare Support
  • Add option to control logging level with --level flag