Skip to content

Releases: demaconsulting/ReqStream

1.4.1

06 Mar 17:50
f94ccf9

Choose a tag to compare

Build Report

Version Information

Field Value
Version 1.4.1
Commit Hash f94ccf9
Previous Version 1.4.0
Previous Commit Hash 3f7e80b

Changes

  • #120 - Apply TemplateDotNetTool template updates: staged pipelines, artifact consolidation, semantic requirement IDs, and OTS Software requirements
  • #121 - docs: add Tag Filtering feature to guide and reference ContinuousCompliance strategy
  • #124 - Sync recent TemplateDotNetTool updates into ReqStream

Bugs Fixed

  • 122 - [Bug]: Circular Requirements Stack Overflow

1.4.0

04 Mar 01:23
3f7e80b

Choose a tag to compare

Build Report

Version Information

Field Value
Version 1.4.0
Commit Hash 3f7e80b
Previous Version 1.3.0
Previous Commit Hash b085afd

Changes

  • #112 - Bump the nuget-dependencies group with 3 updates
  • #113 - Apply template consistency updates from TemplateDotNetTool (Polyfill, LangVersion, ThrowIfNull, AgentFiles)
  • #114 - Bump actions/upload-artifact from 6 to 7
  • #115 - Bump actions/download-artifact from 7 to 8
  • #116 - Bump the nuget-dependencies group with 1 update
  • #117 - Group GitHub Actions dependabot updates
  • #118 - Add self-validation test for --enforce flag
  • #119 - Align self-validation output with TemplateDotNetTool formatting

Bugs Fixed

  • N/A

1.3.0

20 Feb 18:01
b085afd

Choose a tag to compare

Build Report

Version Information

Field Value
Version 1.3.0
Commit Hash b085afd
Previous Version 1.2.0
Previous Commit Hash 0ac622f

Changes

  • #108 - Add VersionMark integration for tool version tracking in build documentation
  • #109 - Bump the nuget-dependencies group with 4 updates
  • #110 - Pre-release quality sweep: formatting, requirements gaps, architecture docs, guide restructuring, template consistency, workflow reorganization
  • #111 - Bump the nuget-dependencies group with 2 updates

Bugs Fixed

  • N/A

1.2.0

13 Feb 14:27
0ac622f

Choose a tag to compare

Build Report

Version Information

Field Value
Version 1.2.0
Commit Hash 0ac622f
Previous Version 1.1.0
Previous Commit Hash 9ec2a27

Changes

  • 98 - [Feature]: Add BuildMark Build Notes
  • #100 - Bump the nuget-dependencies group with 3 updates
  • #101 - Disable incremental spell checking in cspell-action
  • #102 - Migrate agent configuration from custom agents to TemplateDotNetTool agents
  • #103 - Repository cleanup: Follow template patterns and remove incorrect additions
  • 104 - [Feature]: Requirement Tags
  • #106 - Fix Sonar code smells: static method and test exception patterns
  • #107 - Fix MSTest analyzer warnings (MSTEST0058, MSTEST0037)

Bugs Fixed

  • N/A

Full Changelog

See the full changelog at 1.1.0...1.2.0.

1.1.0

08 Feb 20:18
9ec2a27

Choose a tag to compare

What's Changed

  • Bump the nuget-dependencies group with 4 updates by @dependabot[bot] in #79
  • Bump the nuget-dependencies group with 1 update by @dependabot[bot] in #80
  • Normalize GitHub templates to DemaConsulting standard by @Copilot in #82
  • Add code quality report generation to build pipeline by @Copilot in #84
  • Fix CodeQL warnings: LINQ optimizations and resource disposal by @Copilot in #86
  • Bump the nuget-dependencies group with 4 updates by @dependabot[bot] in #87
  • Apply plastic style to forks and stars badges by @Copilot in #88
  • Align csproj formatting with SarifMark reference and enable TreatWarningsAsErrors by @Copilot in #90
  • Skip non-executed tests in trace matrix processing by @Copilot in #92
  • Add optional justification field for requirements with PDF generation by @Copilot in #94
  • Simplify TraceMatrix by removing TestResultEntry and using TestMetrics throughout by @Copilot in #96
  • Pre-release cleanup: dependency updates and quality audit by @Copilot in #97

Full Changelog: 1.0.1...1.1.0

1.0.1

13 Jan 05:43
b6e9e05

Choose a tag to compare

What's Changed

  • Bump the nuget-dependencies group with 4 updates by @dependabot[bot] in #76
  • Bump actions/setup-node from 4 to 6 by @dependabot[bot] in #75
  • Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #74
  • Fix test matching when referenced with and without file filters by @Copilot in #77

Full Changelog: 1.0.0...1.0.1

1.0.0

12 Jan 01:11
2ef2616

Choose a tag to compare

What's Changed

  • Reduce cognitive complexity with targeted refactoring by @Copilot in #66
  • Embed CSS in HTML template to fix PDF generation and optimize table formatting by @Copilot in #68
  • Update PDF document names and template file by @Copilot in #70
  • Add SBOM generation to NuGet package by @Copilot in #72
  • Streamline agent documentation for 1.0.0 release by @Copilot in #73

Full Changelog: 0.2.0...1.0.0

0.2.0

11 Jan 04:55
2bda5be

Choose a tag to compare

What's Changed

  • Add README and icon to NuGet package by @Copilot in #36
  • Update README with badges, enhanced features list, usage documentation, and support sections by @Copilot in #38
  • Add comprehensive user guide documentation by @Copilot in #40
  • Add PDF documentation compilation with Pandoc and Weasyprint by @Copilot in #42
  • Add requirements specification and automated trace matrix generation by @Copilot in #44
  • Add code analyzers and enforce quality standards by @Copilot in #45
  • Replace global analyzer suppressions with DynamicallyAccessedMembers attribute by @Copilot in #47
  • Update README badges to use default style and direct SonarCloud API by @Copilot in #49
  • Apply SonarQube code quality improvements by @Copilot in #50
  • Add test source linking with filepart@testname pattern by @Copilot in #52
  • Add --enforce flag for requirements coverage validation in CI by @Copilot in #54
  • Implement self-validation with recursive Program.Run execution by @Copilot in #56
  • Consolidate CI workflows for full integration testing across all platforms by @Copilot in #58
  • Enforce full requirements coverage in CI with --enforce flag by @Copilot in #60
  • Refactor Validation.cs to eliminate code duplication by @Copilot in #62
  • Add ARCHITECTURE.md documenting internal design and processing flows by @Copilot in #64

Full Changelog: 0.1.0...0.2.0

0.1.0

09 Jan 03:13
12b26b2

Choose a tag to compare

What's Changed

  • Initialize ReqStream .NET tool project structure by @Copilot in #1
  • Add CI/CD workflows for build automation and quality checks by @Copilot in #3
  • Expand AGENTS.md with comprehensive project documentation by @Copilot in #5
  • Add repository health files and configuration by @Copilot in #7
  • Bump the nuget-dependencies group with 4 updates by @dependabot[bot] in #12
  • Bump DavidAnson/markdownlint-cli2-action from 18 to 22 by @dependabot[bot] in #11
  • Bump streetsidesoftware/cspell-action from 6 to 8 by @dependabot[bot] in #10
  • Bump actions/checkout from 4 to 6 by @dependabot[bot] in #8
  • Bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #9
  • Add YAML format documentation to README by @Copilot in #14
  • Implement YAML parsing for requirements documents by @Copilot in #16
  • Add TraceMatrix for mapping test results to requirements by @Copilot in #18
  • Add Markdown export methods to Requirements and TraceMatrix by @Copilot in #20
  • Add Context class for command-line argument parsing and program output by @Copilot in #22
  • Implement Program.cs with command processing and exception handling by @Copilot in #24
  • Add integration testing for NuGet package installation and basic functionality by @Copilot in #26
  • Add GitHub custom AI agents for documentation, maintenance, and quality by @Copilot in #28
  • [WIP] Review software quality and address build warnings by @Copilot in #29
  • Distill AGENTS.md to project-specific conventions and recent review patterns by @Copilot in #30
  • Add release workflow with GitHub release and NuGet publishing by @Copilot in #32
  • Add SonarCloud analysis to CI pipeline by @Copilot in #34

New Contributors

  • @Copilot made their first contribution in #1
  • @dependabot[bot] made their first contribution in #12

Full Changelog: https://github.com/demaconsulting/ReqStream/commits/0.1.0