Skip to content

Releases: vulnmaster/CASE-UCO-SDK

v1.10.0

02 Apr 20:27

Choose a tag to compare

CASE/UCO SDK v1.10.0

Auto-generated builder libraries for the CASE and UCO ontologies.

Ontology Versions

  • UCO: 1.4.0
  • CASE: 1.4.0

Packages

Language Package File
Python case-uco case_uco-*.whl / .tar.gz
C# CaseUco CaseUco.*.nupkg
Java case-uco case-uco-*.jar
Rust case-uco case-uco-*.crate

Verification

All release artifacts include:

  • SHA256 checksums (SHA256SUMS.txt)
  • SLSA build provenance attestations via actions/attest-build-provenance
  • Python SBOM (sbom-python.cdx.json) in CycloneDX format

To verify checksums:

sha256sum -c SHA256SUMS.txt

To verify provenance attestations:

gh attestation verify <artifact> --repo vulnmaster/CASE-UCO-SDK

Install

pip install case-uco                          # Python (PyPI)
dotnet add package CaseUco                    # C# (NuGet)
cargo add case-uco                            # Rust (crates.io)

For Java, add to your pom.xml:

<dependency>
  <groupId>org.caseontology</groupId>
  <artifactId>case-uco</artifactId>
  <version>v1.10.0</version>
</dependency>

Or install from release artifacts — see the README for details.

Full Changelog: v1.9.0...v1.10.0

v1.9.0

02 Apr 17:22

Choose a tag to compare

CASE/UCO SDK v1.9.0

Auto-generated builder libraries for the CASE and UCO ontologies.

Ontology Versions

  • UCO: 1.4.0
  • CASE: 1.4.0

Packages

Language Package File
Python case-uco case_uco-*.whl / .tar.gz
C# CaseUco CaseUco.*.nupkg
Java case-uco case-uco-*.jar
Rust case-uco case-uco-*.crate

Verification

All release artifacts include:

  • SHA256 checksums (SHA256SUMS.txt)
  • SLSA build provenance attestations via actions/attest-build-provenance
  • Python SBOM (sbom-python.cdx.json) in CycloneDX format

To verify checksums:

sha256sum -c SHA256SUMS.txt

To verify provenance attestations:

gh attestation verify <artifact> --repo vulnmaster/CASE-UCO-SDK

Install

pip install case-uco                          # Python (PyPI)
dotnet add package CaseUco                    # C# (NuGet)
cargo add case-uco                            # Rust (crates.io)

For Java, add to your pom.xml:

<dependency>
  <groupId>org.caseontology</groupId>
  <artifactId>case-uco</artifactId>
  <version>v1.9.0</version>
</dependency>

Or install from release artifacts — see the README for details.

Full Changelog: v1.8.0...v1.9.0

v1.8.0

01 Apr 20:59

Choose a tag to compare

CASE/UCO SDK v1.8.0

Auto-generated builder libraries for the CASE and UCO ontologies.

Ontology Versions

  • UCO: 1.4.0
  • CASE: 1.4.0

Packages

Language Package File
Python case-uco case_uco-*.whl / .tar.gz
C# CaseUco CaseUco.*.nupkg
Java case-uco case-uco-*.jar
Rust case-uco case-uco-*.crate

Verification

All release artifacts include:

  • SHA256 checksums (SHA256SUMS.txt)
  • SLSA build provenance attestations via actions/attest-build-provenance
  • Python SBOM (sbom-python.cdx.json) in CycloneDX format

To verify checksums:

sha256sum -c SHA256SUMS.txt

To verify provenance attestations:

gh attestation verify <artifact> --repo vulnmaster/CASE-UCO-SDK

Install

pip install case-uco                          # Python (PyPI)
dotnet add package CaseUco                    # C# (NuGet)
cargo add case-uco                            # Rust (crates.io)

For Java, add to your pom.xml:

<dependency>
  <groupId>org.caseontology</groupId>
  <artifactId>case-uco</artifactId>
  <version>v1.8.0</version>
</dependency>

Or install from release artifacts — see the README for details.

Full Changelog: v1.7.0...v1.8.0

v1.7.0

01 Apr 18:48

Choose a tag to compare

CASE/UCO SDK v1.7.0

Auto-generated builder libraries for the CASE and UCO ontologies.

Ontology Versions

  • UCO: 1.4.0
  • CASE: 1.4.0

Packages

Language Package File
Python case-uco case_uco-*.whl / .tar.gz
C# CaseUco CaseUco.*.nupkg
Java case-uco case-uco-*.jar
Rust case-uco case-uco-*.crate

Verification

All release artifacts include:

  • SHA256 checksums (SHA256SUMS.txt)
  • SLSA build provenance attestations via actions/attest-build-provenance
  • Python SBOM (sbom-python.cdx.json) in CycloneDX format

To verify checksums:

sha256sum -c SHA256SUMS.txt

To verify provenance attestations:

gh attestation verify <artifact> --repo vulnmaster/CASE-UCO-SDK

Install from Release

These artifacts are not yet published to package registries. To install from this release:

# Python
pip install case_uco-v1.7.0-py3-none-any.whl

# C# — add the .nupkg as a local package source
dotnet nuget add source ./release-assets -n local
dotnet add package CaseUco

# Java — install the JAR to local Maven repo
mvn install:install-file -Dfile=case-uco-*.jar -DgroupId=org.caseontology -DartifactId=case-uco -Dpackaging=jar

# Rust — reference the .crate file or use a path dependency

See the README for usage.

What's Changed

  • Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.6.3 in /java by @dependabot[bot] in #14
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.15.0 in /java by @dependabot[bot] in #15

Full Changelog: v1.6.0...v1.7.0

v1.6.0

27 Mar 21:29

Choose a tag to compare

CASE/UCO Libraries v1.6.0

Auto-generated builder libraries for the CASE and UCO ontologies.

Ontology Versions

  • UCO: 1.4.0
  • CASE: 1.4.0

Languages

  • Python (case-uco) — pip install -e python/
  • C# (CaseUco) — dotnet add reference
  • Java (case-uco) — Maven
  • Rust (case-uco) — Cargo

See the README for usage.

Full Changelog: v1.5.0...v1.6.0

v1.5.0

27 Mar 16:30

Choose a tag to compare

CASE/UCO Libraries v1.5.0

Auto-generated builder libraries for the CASE and UCO ontologies.

Ontology Versions

  • UCO: 1.4.0
  • CASE: 1.4.0

Languages

  • Python (case-uco) — pip install -e python/
  • C# (CaseUco) — dotnet add reference
  • Java (case-uco) — Maven
  • Rust (case-uco) — Cargo

See the README for usage.

Full Changelog: v1.3.0...v1.5.0

v1.3.0

26 Mar 18:14

Choose a tag to compare

CASE/UCO Libraries v1.3.0

Auto-generated builder libraries for the CASE and UCO ontologies.

Ontology Versions

  • UCO: 1.4.0
  • CASE: 1.4.0

Languages

  • Python (case-uco) — pip install -e python/
  • C# (CaseUco) — dotnet add reference
  • Java (case-uco) — Maven
  • Rust (case-uco) — Cargo

See the README for usage.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

26 Mar 12:09

Choose a tag to compare

CASE/UCO Libraries v1.2.0

Auto-generated builder libraries for the CASE and UCO ontologies.

Ontology Versions

  • UCO: 1.4.0
  • CASE: 1.4.0

Languages

  • Python (case-uco) — pip install -e python/
  • C# (CaseUco) — dotnet add reference
  • Java (case-uco) — Maven
  • Rust (case-uco) — Cargo

See the README for usage.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

26 Mar 01:32

Choose a tag to compare

CASE/UCO Libraries v1.1.0

Auto-generated builder libraries for the CASE and UCO ontologies.

Ontology Versions

  • UCO: 1.4.0
  • CASE: 1.4.0

Languages

  • Python (case-uco) — pip install -e python/
  • C# (CaseUco) — dotnet add reference
  • Java (case-uco) — Maven
  • Rust (case-uco) — Cargo

See the README for usage.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

26 Mar 00:27

Choose a tag to compare

CASE/UCO Libraries v1.0.0

Auto-generated builder libraries for the CASE and UCO ontologies.

Ontology Versions

  • UCO: 1.4.0
  • CASE: 1.4.0

Languages

  • Python (case-uco) — pip install -e python/
  • C# (CaseUco) — dotnet add reference
  • Java (case-uco) — Maven
  • Rust (case-uco) — Cargo

See the README for usage.

What's Changed

  • Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #1
  • Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #6
  • Bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #2
  • Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #3
  • Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #5
  • Bump dotNetRdf from 3.2.1 to 3.5.1 by @dependabot[bot] in #8
  • Bump Microsoft.NET.Test.Sdk from 17.9.0 to 18.3.0 by @dependabot[bot] in #9
  • Bump xunit.runner.visualstudio from 2.5.7 to 3.1.5 by @dependabot[bot] in #11
  • Bump oxigraph from 0.4.11 to 0.5.6 in /rust by @dependabot[bot] in #7
  • Bump org.apache.jena:apache-jena-libs from 4.10.0 to 6.0.0 in /java by @dependabot[bot] in #4
  • Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #12
  • Bump actions/checkout from 4 to 6 by @dependabot[bot] in #13

New Contributors

Full Changelog: https://github.com/vulnmaster/CASE-UCO-SDK/commits/v1.0.0