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: hyperledger/fabric-sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.19
Choose a base ref
...
head repository: hyperledger/fabric-sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.20
Choose a head ref
  • 7 commits
  • 16 files changed
  • 4 contributors

Commits on Dec 16, 2022

  1. Allow optional semrev 'v' prefix in fabric-ca reported version

    Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
    (cherry picked from commit 9f2d573)
    jkneubuh authored and bestbeforetoday committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    e2ab2bc View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Refactor CI pipeline

    - Split tests to callable workflow to enable multi-release scheduled builds
    - Automatic cancel of in-progress pull request builds on a new push
    
    Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
    bestbeforetoday committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c6d05c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Update opentelemetry to 1.22.0

    Signed-off-by: Nicu Reut <nicu.reut@digitalasset.com>
    (cherry picked from commit bba9f4e)
    nicu-da authored and bestbeforetoday committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    9eb8f30 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Simplify pull request checks

    Add a job to the end of the pull_request workflow that depends on the build jobs, and can be used as a single job to check pull request success. This avoids the need to change the branch protection PR checks when changes are made to the build process.
    
    Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
    (cherry picked from commit 0ebb1cb)
    bestbeforetoday committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    68696fd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Publish snapshots to GitHub Packages

    Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
    bestbeforetoday committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    51ddbbf View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Allow client TLS certificate and key to be specified in connection pr…

    …ofile (#261)
    
    Signed-off-by: Sheng Guo <sheng.guo@socialmapconsulting.com>
    (cherry picked from commit 678746b)
    irririki authored and bestbeforetoday committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    7fac5e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Update dependencies

    Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
    (cherry picked from commit c203167)
    bestbeforetoday committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    3a77190 View commit details
    Browse the repository at this point in the history
Loading