Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zaproxy/zap-api-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: zaproxy/zap-api-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.0
Choose a head ref
  • 19 commits
  • 10 files changed
  • 5 contributors

Commits on Dec 15, 2025

  1. Prepare next dev iteration

    Update version and changelog.
    
    Signed-off-by: thc202 <[email protected]>
    thc202 committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    653d73c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    845f152 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. Bump urllib3 from 2.6.0 to 2.6.3

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.6.0...2.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-version: 2.6.3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    7aa402e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #159 from zaproxy/dependabot/pip/urllib3-2.6.3

    Bump urllib3 from 2.6.0 to 2.6.3
    psiinon authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    3a7a015 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. Bump setuptools from 80.9.0 to 80.10.2

    Bumps [setuptools](https://github.com/pypa/setuptools) from 80.9.0 to 80.10.2.
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v80.9.0...v80.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: setuptools
      dependency-version: 80.10.2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    72d721e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #160 from zaproxy/dependabot/pip/setuptools-80.10.2

    Bump setuptools from 80.9.0 to 80.10.2
    psiinon authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    7a2ecae View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. Bump pygments from 2.19.1 to 2.20.0

    Bumps [pygments](https://github.com/pygments/pygments) from 2.19.1 to 2.20.0.
    - [Release notes](https://github.com/pygments/pygments/releases)
    - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
    - [Commits](pygments/pygments@2.19.1...2.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: pygments
      dependency-version: 2.20.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    2c4a8af View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Merge pull request #163 from zaproxy/dependabot/pip/pygments-2.20.0

    Bump pygments from 2.19.1 to 2.20.0
    psiinon authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    4e9d778 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

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

Commits on Apr 28, 2026

  1. Do not unwrap alert_counts_by_risk's response

    Return the response directly as it's not wrapped in an object.
    
    Close zaproxy/zaproxy#9314.
    
    Signed-off-by: thc202 <[email protected]>
    thc202 committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    caa279a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #165 from thc202/alert-counts-by-risk

    Do not unwrap `alert_counts_by_risk`'s response
    thc202 authored Apr 28, 2026
    Configuration menu
    Copy the full SHA
    a5aa6a4 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2026

  1. Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 in the gha group

    Bumps the gha group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).
    
    
    Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.0
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@ed0c539...cef2210)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-version: 1.14.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: gha
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 1, 2026
    Configuration menu
    Copy the full SHA
    c151ea0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #166 from zaproxy/dependabot/github_actions/gha-8d…

    …02b2c012
    
    Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 in the gha group
    thc202 authored May 1, 2026
    Configuration menu
    Copy the full SHA
    017f9ec View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. Bump idna from 3.10 to 3.15

    Bumps [idna](https://github.com/kjd/idna) from 3.10 to 3.15.
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
    - [Commits](kjd/idna@v3.10...v3.15)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-version: '3.15'
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 19, 2026
    Configuration menu
    Copy the full SHA
    6bbe36c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #167 from zaproxy/dependabot/pip/idna-3.15

    Bump idna from 3.10 to 3.15
    psiinon authored May 19, 2026
    Configuration menu
    Copy the full SHA
    85b6ffe View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2026

  1. Update APIs of add-on

    Update the APIs of the following add-on:
      - Client Side Integration version 0.27.0.
    
    Signed-off-by: thc202 <[email protected]>
    thc202 committed Jun 12, 2026
    Configuration menu
    Copy the full SHA
    99fc82a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #168 from thc202/update-apis

    Update APIs of add-on
    kingthorin authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    f858d66 View commit details
    Browse the repository at this point in the history
  3. Prepare 0.6.0

    And fix the release doc
    
    Signed-off-by: Simon Bennetts <[email protected]>
    psiinon committed Jun 12, 2026
    Configuration menu
    Copy the full SHA
    b74b6de View commit details
    Browse the repository at this point in the history
  4. Merge pull request #169 from psiinon/release/0.6.0

    Prepare 0.6.0
    thc202 authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    0f0e3e9 View commit details
    Browse the repository at this point in the history
Loading