Skip to content

Releases: logzio/logzio-api-fetcher

0.2.1

18 Aug 12:50
673e3f2
Compare
Choose a tag to compare
  • Add 1Password Support
  • Add next_body support to allow more customization in general settings
  • Support integers and boolean as values in pagination 'equals' stop condition

0.2.0

08 Jul 14:25
Compare
Choose a tag to compare

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

0.1.3

28 May 07:37
4a8bdec
Compare
Choose a tag to compare
  • Support another date format for azure_graph

0.1.2

18 Mar 15:23
b0d3478
Compare
Choose a tag to compare
  • Support another date format for security_alerts.

0.1.1

10 Mar 15:58
aab453b
Compare
Choose a tag to compare
  • Bug fix for security_alerts task fails on second cycle.

Init (#1)

25 Oct 10:09
c13faf9
Compare
Choose a tag to compare

Init release