Skip to content

v3.0.0

Compare
Choose a tag to compare
@aj-stein-nist aj-stein-nist released this 01 Aug 18:16
· 42 commits to main since this release

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:

  1. Update OSCAL models to 1.1.0.
  2. 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.

  1. 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.

  1. 212aea9 Update OSCAL models to 1.1.0 (#165)
  2. 8f4fe6a Bump github/codeql-action from 2.21.1 to 2.21.2 (#168)
  3. 6637d96 Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 (#167)
  4. 6f01d96 Bump github/codeql-action from 2.21.0 to 2.21.1 (#166)
  5. 3f1accb Bump github/codeql-action from 2.20.3 to 2.21.0 (#161)
  6. 541906b Bump actions/setup-java from 3.11.0 to 3.12.0 (#163)
  7. ed63a9a [maven-release-plugin] prepare for next development iteration