Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/2.4.0 #326

Merged
merged 8 commits into from
May 28, 2024
Merged

Release/2.4.0 #326

merged 8 commits into from
May 28, 2024

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    daeb179 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    b72cd4a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    ed293a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a09adbe View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Handle all 2XX HTTP response status codes as success

    For HTTP target:
    
    Before - only 200 HTTP response code was treated as successful response.
    After - all 2XX are treated as successful response.
    pondzix committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9f307e5 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Add support for OAuth2 in HTTP target

    Inspired by official OAuth2 [RFC](https://www.rfc-editor.org/rfc/rfc6749) and example API provided by [Google Ads](https://developers.google.com/google-ads/api/rest/auth)
    pondzix committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ac843a1 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Upgrade alpine base image version to 3.20.0

    Because currently used 3.18.5 brings some vulnerabilities according to
    Snyk:
    
    ```
    Base Image     Vulnerabilities  Severity
    alpine:3.18.5  6                0 critical, 0 high, 3 medium, 3 low
    ```
    pondzix committed May 28, 2024
    Configuration menu
    Copy the full SHA
    daedb2e View commit details
    Browse the repository at this point in the history
  2. Prepare for 2.4.0 release

    pondzix committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ba8c14c View commit details
    Browse the repository at this point in the history