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: CycloneDX/cyclonedx-python-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.5.0
Choose a base ref
...
head repository: CycloneDX/cyclonedx-python-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.0.0
Choose a head ref
  • 3 commits
  • 22 files changed
  • 2 contributors

Commits on Jul 21, 2025

  1. feat!: ignore unknown properties when deserializing (#853)

    when deserializing JSON: ignore unknown/unsupported properties
    when deserializing XML: ignore unknown/unsupported attributes and
    elements
    
    this is considered a **BREAKING Change**, as the old behavior was to
    throw an error when deserializing unknown/unsupported features - which
    no longer happens, instead, unknown/unsupported features are simply
    ignored.
    
    -----
    
    - fixes #850 
    
    -----
    
    ---------
    
    Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
    jkowalleck authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    4842828 View commit details
    Browse the repository at this point in the history
  2. refactor: explicitely ignore json-implementation's format hints

    Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
    jkowalleck committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    6b91494 View commit details
    Browse the repository at this point in the history
  3. chore(release): 11.0.0

    Automatically generated by python-semantic-release
    
    Signed-off-by: semantic-release <semantic-release@bot.local>
    semantic-release committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    17046d4 View commit details
    Browse the repository at this point in the history
Loading