Skip to content

Commit addeadf

Browse files
Updated change log.
1 parent 34b21e6 commit addeadf

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,22 @@ This document serves as the change log for the ONIXLabs Corda Core API.
66

77
## Version 2.0.0
88

9+
> 🟠 **WARNING**
10+
>
11+
> **This release contains breaking changes from version 1.2.0 and is not backwards compatible.**
12+
>
913
> 🔵 **INFORMATION**
1014
>
11-
> This release contains several new features, including an improved model for relational states in Corda and a model for creating vault query flows that encapsulates common query functions. In addition to these new features, this release also contains a CorDapp which may be used as a reference architecture for CorDapp development in general, but also serves as a reference to understanding how the features of this API are implemented and tested.
15+
> A high level overview of the features in this release:
1216
>
13-
> 🟠 **WARNING**
17+
> - A set of APIs for obtaining underlying generic type information, used within this API and beyond.
18+
> - A model for creating one-to-one and one-to-many state relationships.
19+
> - A query parameter model for improved vault query capability.
20+
> - A reference CorDapp which implements, demonstrates and tests the features of this API.
21+
>
22+
> 🔐 **CORDAPP SIGNING**
1423
>
15-
> This release contains breaking changes from version 1.2.0 and is not backwards compatible.
24+
> As of version 1.0.0, this API has been signed with the ONIXLabs production signing key. Historically, clones of this repository would have failed to build, since the signing key is a secret. Version 2.0.0 ships with the ONIXLabs developer key, allowing this repository to be cloned, built and tested locally.
1625
1726
---
1827

0 commit comments

Comments
 (0)