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: digitalbazaar/forge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.2
Choose a base ref
...
head repository: digitalbazaar/forge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.3
Choose a head ref
  • 7 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 25, 2025

  1. Start 1.3.3-0.

    davidlehn committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    f547b0d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Update CVE details.

    davidlehn committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    6f70043 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Make digestAlgorithm parameters optional

    Make `digestAlgorithm.parameters` optional per modern specs.
    https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.1.2
    ```
    AlgorithmIdentifier  ::=  SEQUENCE  {
         algorithm               OBJECT IDENTIFIER,
         parameters              ANY DEFINED BY algorithm OPTIONAL
    }
    ```
    wodzen authored and davidlehn committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    c3b3b32 View commit details
    Browse the repository at this point in the history
  2. Update changelog.

    davidlehn committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    503979b View commit details
    Browse the repository at this point in the history
  3. Fix changelog for release.

    davidlehn committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    e4f3961 View commit details
    Browse the repository at this point in the history
  4. Update changelog.

    davidlehn committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    5265989 View commit details
    Browse the repository at this point in the history
  5. Release 1.3.3.

    davidlehn committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    1cea0af View commit details
    Browse the repository at this point in the history
Loading