v3.0.0
Summary
liboscal-java 3.0.0 will be a major release with improvements and changes that are not backwards compatible, specifically obsolete imports from package restructuring and removed library functions for control mappings.
Changes: Key Take-aways
Key takeaways are below:
- Update OSCAL models to 1.1.0.
- Deprecate utility functions for control mapping.
Details
Below is a list of all changes that will be promoted from develop to 3.0.0 release branch.
- Update OSCAL models to 1.1.0 (#165)
Appendix
Detailed Commit Log
Note for NIST developers: the output below is from executing the following command against the release branch (main
) on a developer workstation: git log origin/main..origin/develop --pretty=oneline --abbrev-commit
.
- 212aea9 Update OSCAL models to 1.1.0 (#165)
- 8f4fe6a Bump github/codeql-action from 2.21.1 to 2.21.2 (#168)
- 6637d96 Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 (#167)
- 6f01d96 Bump github/codeql-action from 2.21.0 to 2.21.1 (#166)
- 3f1accb Bump github/codeql-action from 2.20.3 to 2.21.0 (#161)
- 541906b Bump actions/setup-java from 3.11.0 to 3.12.0 (#163)
- ed63a9a [maven-release-plugin] prepare for next development iteration