|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [2.18.0] - Unreleased |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- concord-console2: status filter for log segments |
| 8 | +([#980](https://github.com/walmartlabs/concord/pull/980)); |
| 9 | +- runtime-v2: interface for steps that generate element |
| 10 | +events |
| 11 | +([#987](https://github.com/walmartlabs/concord/pull/987)). |
| 12 | + |
| 13 | +### Changed |
| 14 | + |
| 15 | +- project: respect PR labels |
| 16 | +([#961](https://github.com/walmartlabs/concord/pull/961)); |
| 17 | +- it: re-enable OldAgentIT |
| 18 | +([#962](https://github.com/walmartlabs/concord/pull/962)); |
| 19 | +- runtime-v2: add github exclusive trigger to schema |
| 20 | +([#977](https://github.com/walmartlabs/concord/pull/977)); |
| 21 | +- concord-server: bind EventEnrichers explicitly |
| 22 | +([#978](https://github.com/walmartlabs/concord/pull/978)); |
| 23 | +- oidc, concord-console2: improve error handling |
| 24 | +([#979](https://github.com/walmartlabs/concord/pull/979)); |
| 25 | +- runtime-v2: fix the issue when old agents can't parse |
| 26 | +process configuration with new attributes |
| 27 | +([#981](https://github.com/walmartlabs/concord/pull/981)). |
| 28 | +- agent-operator: save cookies received from API |
| 29 | +([#984](https://github.com/walmartlabs/concord/pull/984)); |
| 30 | +- project: fixes for build-time warnings |
| 31 | +([#985](https://github.com/walmartlabs/concord/pull/985)); |
| 32 | +- concord-server: explicitly bind more classes |
| 33 | +([#986](https://github.com/walmartlabs/concord/pull/986)); |
| 34 | +- concord-server: more fixes for non auto-wiring |
| 35 | +environments |
| 36 | +([#988](https://github.com/walmartlabs/concord/pull/988)); |
| 37 | +- project: update frontend-maven-plugin |
| 38 | +([#992](https://github.com/walmartlabs/concord/pull/992)); |
| 39 | +- runtime-v2: fix manual trigger exclusive schema |
| 40 | +([#993](https://github.com/walmartlabs/concord/pull/993)); |
| 41 | +- concord-server: fix updateWaitConditions when wait |
| 42 | +condition without processes |
| 43 | +([#994](https://github.com/walmartlabs/concord/pull/994)). |
| 44 | + |
| 45 | +### Breaking |
| 46 | + |
| 47 | +- project: fork ollie-config and make it a submodule. |
| 48 | +Server plugins must be updated to use the new package |
| 49 | +`com.walmartlabs.concord.config` instead of |
| 50 | +`com.walmartlabs.ollie.config` |
| 51 | +([#989](https://github.com/walmartlabs/concord/pull/989)). |
| 52 | + |
| 53 | + |
| 54 | + |
3 | 55 | ## [2.17.0] - 2024-09-18 |
4 | 56 |
|
5 | 57 | ### Added |
|
0 commit comments