Skip to content

Commit

Permalink
changelog: 1.98.0 (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
brig authored Dec 7, 2022
1 parent fc4cf2e commit ed39604
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,50 @@
# Change log

## [1.97.0] - Unreleased
## [1.98.0] - Unreleased

### Added

- runtime-v2: provide checkpoint name after restore
([#677](https://github.com/walmartlabs/concord/pull/677));
- policy: new policy to restrict raw payload
([#679](https://github.com/walmartlabs/concord/pull/679));
- concord-cli: provide default process configuration
([#649](https://github.com/walmartlabs/concord/pull/649));
- policy: policy to restrict runtime of process
([#671](https://github.com/walmartlabs/concord/pull/671));
- resource-task: add printJson() method
([#676](https://github.com/walmartlabs/concord/pull/676));
- server: cleanup agent commands
([#674](https://github.com/walmartlabs/concord/pull/674));
- policy-engine: `cron` trigger policy
([#686](https://github.com/walmartlabs/concord/pull/686)).

### Changed

- runtime-v2: fix parallel loop execution when no out variable defined
([#659](https://github.com/walmartlabs/concord/pull/659));
- console2: repository list now with paging
([#643](https://github.com/walmartlabs/concord/pull/643));
- server: api for list project repositories with limit/offset
([#643](https://github.com/walmartlabs/concord/pull/643));
- runtime-v2: "throw" with a string value shouldn't produce a stacktrace
([#673](https://github.com/walmartlabs/concord/pull/673));
- concord-server: deprecate `process_queue.commit_msg`
([#670](https://github.com/walmartlabs/concord/pull/670));
- runtime-v2: move expression evaluator into sdk
([#667](https://github.com/walmartlabs/concord/pull/667));
- cli: log checkpoint instead of throwing Exception
([#665](https://github.com/walmartlabs/concord/pull/665));
- http-task: allow any value as json body
([#675](https://github.com/walmartlabs/concord/pull/675));
- docker-images: change the default shell to bash in
Debian-based images
([#644](https://github.com/walmartlabs/concord/pull/675));
- runtime-v2: fix `entryPoint` calculation in effective YAML
([#685](https://github.com/walmartlabs/concord/pull/685)).


## [1.97.0] - 2022-10-11

### Added

Expand Down

0 comments on commit ed39604

Please sign in to comment.