Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Dec 21:14
· 3 commits to master since this release
13db508

New Features 🎉

  • #65 Add token verification with previous public token in #83
    • Adds a token verification with a new rotated public token
  • #60 Add CA certificates for requests in #92
    • Configurable SSL certificate verification logic
  • #87 Periodically refresh JWT public key set in #88
  • #59 Add trace logging with the payloads in #61
  • #62 Enhance error handling and import robustness in event_gate_lambda
    • Fix module imports

Bugfixes 🛠

  • #75 Intermittent errors caused by Kafka Flush Timeout in #76
    • Adds a timeout error handling for KAFKA writer
  • #85 Lambda container fails with Runtime.ImportModuleError due to missing src package in #86
    • Fixed incorrect script import

Infrastructure ⚙️

  • #77 Improve source code structure in #82
    • New src folder structure
    • New tests folder structure
  • PR: #81 .trivyignore File for the Project
    • .trivyignore file for simplifying the AquaSec process
  • #80 TrivyIgnore file for the project
  • #71 Trivy Scanning tool pilot implementation
  • #70 Adopt Qodana Community Edition for Multi-Language Code Quality Checks
  • #67 Trivy and TFlint scan initialization in #68
    • Trivy and TFLint Terraform static checks in a CI form
  • PR: #72 Trivy Scanning tool pilot implementation
    • Changes that can make Terraform Static Check a mandatory action
  • #58 Update Python to 3.13 in #66
    • Updating python project version into python3.13

Full Changelog

v1.0.0...v1.1.0