Skip to content

Latest commit

 

History

History
93 lines (52 loc) · 2.03 KB

File metadata and controls

93 lines (52 loc) · 2.03 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[v1.3.2] - 2026-02-24

Changed

  • Refactored input file logic to use helper functions for token validation and time handling.
  • Standardized all date formats across all the inputs.
  • Updated documentation to reflect the date format standardization.

[v1.3.1] - 2025-12-27

Fixed

  • Added a 24‑hour ingestion delay to the Webex summary report input to prevent attendee data loss.
  • Updated input validation to use UTC time.

[v1.3.0] - 2025-10-23

Added

  • Added a new generic input that allows retrieving data from custom endpoints.
  • Added a new field to the account configuration to indicate whether it is a Gov account.

Changed

  • Minor updates to globalConfig.json – bumped schemaVersion to 0.0.10

[v1.2.0] - 2025-09-30

Added

  • Added a multi-select Scope field to the UI.

Changed

  • Removed the redudant app.conf.
  • Minor updates to globalConfig.json – removed redundant 'oauth_field' keys.

[v1.1.0] - 2025-09-08

Added

  • New input to retrieve data from the Security Audit Events endpoint.

Changed

  • Replaced the deprecated UTC Python Function.
  • Minor updates in app.conf.

[v1.0.11] - 2025-08-25

Fixed

  • Pagination bug.

Changed

  • Updated the pagination logic to use the next page link directly, instead of extracting specific parameters.

[v1.0.10] - 2025-06-19

Fixed

  • Fixed the timeout issue for List People endpoint in the the Webex Scheduled Meetings Input.
  • Fixed the proxy issue on the OAuth flow.
  • Fixed the AppInspect Failures.

[v1.0.9] - 2025-05-09

Added

  • New input to retrieve data from the Webex Detailed Call History endpoint.

[v1.0.8] - 2025-05-07

Added

  • Cloud Compliant.

Changed

  • Upgraded Splunk UCC Framework.
  • Upgraded Splunk-SDK.

[v1.0.7] - 2024-11-13

Removed

  • output dir, .tar* and .tgz files.