Releases: aml-org/amf-aml
Changes in 6.0.10
Artifacts
Module | Artifacts |
---|---|
amf-aml | 6.0.10 |
amf-validation | 6.0.10 |
amf-rdf | 6.0.10 |
What's Changed
- W-11208538 - Fixed SemEx transformation stage to traverse nested bran… by @looseale in #526
- W-11210133: fix semex lexicals by @arielmirra in #529
- Remove legacy Validation Profile dialect by @nschejtman in #533
- W-11210878: jenkins-triggers: added trigger to amf project by @tomsfernandez in #534
- W-10890167: Fix compacted iris not expanded when parsing Json-Ld by @hghianni in #535
Full Changelog: 6.0.9...6.0.10
Changes in 6.0.9
Artifacts
Module | Artifacts |
---|---|
amf-aml | 6.0.9 |
amf-validation | 6.0.9 |
amf-rdf | 6.0.9 |
What's Changed
- W-11075212: add inferred annotation to Encodes field by @arielmirra in #519
- W-10984948 - Added long datatype support in Dialect by @looseale in #524
Full Changelog: 6.0.8...6.0.9
Changes in 6.0.8
Artifacts
Module | Artifacts |
---|---|
amf-aml | 6.0.8 |
amf-validation | 6.0.8 |
amf-rdf | 6.0.8 |
What's Changed
- W-10671678: add abstract operation classes to deferred set in RDF parsing by @nschejtman in #510
- W-10984850: filter non-applicable validations when validating enum values in dialect definition by @nschejtman in #514
- W-10974844 - Changes in mandatory array validation by @looseale in #515
Full Changelog: 6.0.7...6.0.8
6.0.5
Artifacts
Module | Artifacts |
---|---|
amf-aml | 6.0.5 |
amf-validation | 6.0.5 |
amf-rdf | 6.0.5 |
What's Changed
- publish 6.1.0 SNAPSHOT by @nschejtman in #468
- ALS-1618: Add UnionRange mappings ids annotation when AMF cannot resolve the correct one by @agusayerza in #470
- Semantic JSON Schema by @looseale in #472
- Fix: fixed errorHandling usages in PropertyTermParser and ClassTermParser by @tomsfernandez in #473
- Handle empty extends field on node mapping by @agusayerza in #474
- non breaking refactors by @nschejtman in #477
- W-10547474: add constructor to parametrize DialectInstance parsing guessing by @tomsfernandez in #478
- Fixed: added guess method in dialect instance parse plugin by @tomsfernandez in #479
- W-10730133: add directive to dialects, fragments & libraries by @nschejtman in #480
- W-10718974: add anyType array parsing to RDF parse by @nschejtman in #481
- W-10547579: Dialect Instance lexical now includes maptermkey by @arielmirra in #475
- Publish 6.0.5 by @looseale in #485
- Release 6.0.5 by @looseale in #486
Full Changelog: 6.0.4...6.0.5
Changes in 6.0.4
Artifacts
Module | Artifacts |
---|---|
amf-aml | 6.0.4 |
amf-validation | 6.0.4 |
amf-rdf | 6.0.4 |
Summary
This release is part of the new major version of AMF, 5.0.4
. All details associated with this release can be found in the following release notes: https://github.com/aml-org/amf/releases/tag/5.0.4.
Changes in 6.0.3
Artifacts
Module | Artifacts |
---|---|
amf-aml | 6.0.3 |
amf-validation | 6.0.3 |
amf-rdf | 6.0.3 |
Summary
This release is part of the new major version of AMF, 5.0.3
. All details associated with this release can be found in the following release notes: https://github.com/aml-org/amf/releases/tag/5.0.3.
AML Fixed issues
6.0.2
Artifacts
Module | Artifacts |
---|---|
amf-aml | 6.0.2 |
amf-validation | 6.0.2 |
amf-rdf | 6.0.2 |
Summary
This release is part of the new major version of AMF, 5.0.2
. All details associated with this release can be found in the following release notes: https://github.com/aml-org/amf/releases/tag/5.0.2.
Changes in 6.0.1
Artifacts
Module | Artifacts |
---|---|
amf-aml | 6.0.1 |
amf-validation | 6.0.1 |
amf-rdf | 6.0.1 |
Summary
This release is part of the new major version of AMF, 5.0.1
. All details associated with this release can be found in the following release notes: https://github.com/aml-org/amf/releases/tag/5.0.1.
Changes in 6.0.0
Artifacts
Module | Artifacts |
---|---|
amf-aml | 6.0.0 |
amf-validation | 6.0.0 |
amf-rdf | 6.0.0 |
Summary
This release is part of the new major version of AMF, 5.0.0
. All details associated to this release can be found in the following release notes: https://github.com/aml-org/amf/releases/tag/5.0.0.
Relevant changes
Removed jena-shacl dependency and extracted RDF related functionality in separate artifact
AMF 5 now provides native SHACL validation without the need for jena-shacl
. Jena is no longer a standard dependency in
AMF. The new amf-rdf
artifact contains the Jena dependency as well as the necessary classes to interface the AMF
model with external RDF models like the Jena. amf-rdf
must be explicitly imported. JAR size decreased around 40%
Discontinued support of custom validation functionality
AMF 5 no longer includes functionality for custom validation. We are working on a new separate project solely focused on this regard allowing us to incorporate more features and enhanced performance.