Skip to content

Commit

Permalink
Changes to version 1.2.8 and updates CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shifteverywhere committed Feb 7, 2024
1 parent f5142ae commit c252395
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGES

## Version 1.2.8 - 2024-02-07
- Restrictions to only generate thumbprint of signed Message/Data items removed
- Minor updates unit tests
- Minor corrections to documentations
- Fixes an issue with Common Name claim
- Adds method to get all attached signatures of an Item as a list of Signature instances
- Adds method to get the unique name of a key
- Adds method to get all claims and values for an Item
- Updates dependencies

## Version 1.2.7 - 2023-03-09
- Updates dependencies, particularly org.json:json due to CVE-2022-45688

Expand Down Expand Up @@ -57,7 +67,7 @@
- IntegrityState introduced to hold result of a verification
- Introduced getClaim/putClaim/removeClaim to allow for more flexible claim handling
- Removes many claim convenience methods, simplifies usage and code
- Removes Claim.USE and replaces it with Claim.CAP (KeyCapability/IdentityCapability)
- Removes "Claim.USE" and replaces it with "Claim.CAP" (KeyCapability/IdentityCapability)
- Cleaned up, removed and renamed package specific exceptions

**NOTE** *Version 1.2.0 includes changes that will break 1.1.1 and earlier. These are only code-breaking changes, so all previously created DiME items will continue to work.*
Expand Down Expand Up @@ -99,4 +109,4 @@
## Version 1.0.0 - 2022-01-24
- Official version 1.0.0 (**Hurray!**)

**Copyright (c) 2023 Shift Everywhere AB. All rights reserved.**
**Copyright (c) 2024 Shift Everywhere AB. All rights reserved.**
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group 'io.dimeformat'
version '1.2.7'
version '1.2.8'
description 'DiME (Data Integrity Message Envelope). A powerful universal data format that is built for secure, and integrity protected communication between trusted entities in a network using an application-based publik-key infrastructure (APKI).'

repositories {
Expand Down Expand Up @@ -63,7 +63,7 @@ publishing {

groupId = 'io.dimeformat'
artifactId = 'dime-java-ref'
version = '1.2.7'
version = '1.2.8'

from components.java

Expand Down

0 comments on commit c252395

Please sign in to comment.