@@ -4,7 +4,18 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ Unreleased] ( https://github.com/swisscom/powergrr/compare/v0.6.0...master )
7+ ## [ Unreleased] ( https://github.com/swisscom/powergrr/compare/v0.7.0...master )
8+
9+ <!--
10+ ### Added
11+ ### Changed
12+ ### Deprecated
13+ ### Removed
14+ ### Fixed
15+ ### Security
16+ -->
17+
18+ ## [ v0.7.0] ( https://github.com/swisscom/powergrr/compare/v0.6.0...v0.7.0 ) - 2018-01-19
819
920Improve payload conversions, add file content conditions for file finder and
1021update result count functionality for hunt info according to added fields in
@@ -29,10 +40,10 @@ overview. Extend existing approval state commands with new wait functions.
2940 approvals. Specify the timeout in minutes as needed.
3041* Add _ -Wait_ switch to ` Start-GRRHunt ` for waiting for the specified approval
3142 before starting the hunt.
32- <!--
33- ### Changed
34- ### Deprecated
35- -->
43+ * Add ` Get-FlowArgs ` for building flow arguments and ` Get-DynamicFlowParam `
44+ for generating the dynamic flow parameters and use these functions for
45+ shared code in ` Invoke-GRRFlow ` and ` New-GRRHunt ` .
46+
3647### Removed
3748* Removed second GRR API call in ` Get-GRRHuntInfo ` for result
3849 count by default because in newer versions (3.2.x.x) of the GRR server the result
@@ -43,10 +54,6 @@ overview. Extend existing approval state commands with new wait functions.
4354 The new count field only works for new hunt results. Old hunt results are not
4455 covered with the new fields - use the added parameter ` ShowResultCount ` in
4556 ` Get-GRRHuntInfo ` for these hunts.
46- <!--
47- ### Fixed
48- ### Security
49- -->
5057
5158## [ v0.6.0] ( https://github.com/swisscom/powergrr/compare/v0.5.0...v0.6.0 ) - 2017-09-14
5259
0 commit comments