Releases: compliance-framework/api
Releases · compliance-framework/api
v0.2.9
What's Changed
- Switch to postgres by @ianmiell in #200
- Re-add Modify relations into the AutoMigrate by @ssherar in #201
- Feature/responsible tables by @ssherar in #202
- Fix root catalogs and controls and add tests for it by @chris-cmsoft in #203
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- Move CCF database file to folder for mounting by @chris-cmsoft in #199
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- API Endpoints for Profiles by @ssherar in #189
- Feature ssp implementation by @chris-cmsoft in #198
Full Changelog: v0.2.6...v0.2.7
v0.2.6
v0.2.5
What's Changed
- Add endpoints for creating and getting full SSPs by @chris-cmsoft in #196
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Migrate away from different base images to enabled CGO by @chris-cmsoft in #195
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Feature Docker Updates by @chris-cmsoft in #177
- Migrate to polling for air config by @chris-cmsoft in #178
- Feature build out relational OSCAL DB mapping by @chris-cmsoft in #180
- Add initial List, Get and Backmatter endpoints for catalog by @chris-cmsoft in #181
- Add endpoints for groups and controls by @chris-cmsoft in #184
- Add create and update methods for controls, groups and all their children controls and groups by @chris-cmsoft in #185
- Ensure controls are added when calling for child controls by @chris-cmsoft in #188
- Oscal
profilefiletype implemented as gorm models by @ssherar in #186 - Draft - SSP API endpoints and Marshaling to Oscal by @ssherar in #182
- Oscal Component Definition model by @s0nny78 in #187
- Feature ssp rest API fixes by @chris-cmsoft in #190
- Remove publish workflow on PRs by @ssherar in #192
- Feature SSP api endpoints by @chris-cmsoft in #194
New Contributors
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Feature fix parent bug for controls by @chris-cmsoft in #176
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Update API endpoints for demo by @chris-cmsoft in #175
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Feature catalogues & demo changes (#174) * Add Catalog handling * Finish catalog endpoints * Finish catalogs and demo touches * Update all comments