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

Dev RELEASE: v0.19.0 #120

Merged
merged 18 commits into from
Jun 25, 2024
Merged

Dev RELEASE: v0.19.0 #120

merged 18 commits into from
Jun 25, 2024

Commits on May 16, 2024

  1. New tests

    nrathaus committed May 16, 2024
    Configuration menu
    Copy the full SHA
    22dfd59 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. ---

    updated-dependencies:
    - dependency-name: requests
      dependency-type: indirect
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    2168fe5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #112 from OWASP/dependabot/pip/src/pip-aed9f6bbcd

    Bump requests from 2.31.0 to 2.32.0 in /src in the pip group across 1 directory
    dmdhrumilmistry authored May 21, 2024
    Configuration menu
    Copy the full SHA
    9bc15ab View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    4984d3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #111 from nrathaus/new_tests

    New tests for `fill_params` and `BaseParser`
    dmdhrumilmistry authored May 25, 2024
    Configuration menu
    Copy the full SHA
    8ed75a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Fix spelling

    nrathaus committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    ebccb59 View commit details
    Browse the repository at this point in the history
  2. 1. Implement ssl_verify in all request end points

    2. Rename 'ssl' which is ambiguous into to 'ssl_verify'
    3. Remove 'ssl' parameter where its not used
    nrathaus committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3f48863 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4287b2b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    ec59341 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #115 from nrathaus/ssl_verify_fixes

    SSL Verify was not properly handled
    dmdhrumilmistry authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    55e3413 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Bump the pip group across 1 directory with 2 updates

    Bumps the pip group with 2 updates in the /src directory: [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3).
    
    
    Updates `requests` from 2.31.0 to 2.32.2
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.31.0...v2.32.2)
    
    Updates `urllib3` from 2.2.1 to 2.2.2
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.2.1...2.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: indirect
      dependency-group: pip
    - dependency-name: urllib3
      dependency-type: indirect
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    be1c65c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    56abd80 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #117 from OWASP/dependabot/pip/src/pip-ddb83f9140

    Bump the pip group across 1 directory with 2 updates
    dmdhrumilmistry authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e55eee5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    adca310 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b94c8f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #118 from OWASP/fix-api

    chore: Fix api
    dmdhrumilmistry authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    864f1f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ff7bde View commit details
    Browse the repository at this point in the history
  5. Merge pull request #119 from OWASP/use-pypi-oidc

    chore: Use pypi OIDC
    dmdhrumilmistry authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ab0bece View commit details
    Browse the repository at this point in the history