Skip to content
Merged
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Change Log

## [2.18.0] - Unreleased

### Added

- concord-console2: status filter for log segments
([#980](https://github.com/walmartlabs/concord/pull/980));
- runtime-v2: interface for steps that generate element
events
([#987](https://github.com/walmartlabs/concord/pull/987)).

### Changed

- project: respect PR labels
([#961](https://github.com/walmartlabs/concord/pull/961));
- it: re-enable OldAgentIT
([#962](https://github.com/walmartlabs/concord/pull/962));
- concord-server: bind EventEnrichers explicitly
([#978](https://github.com/walmartlabs/concord/pull/978));
- oidc, concord-console2: improve error handling
([#979](https://github.com/walmartlabs/concord/pull/979));
- runtime-v2: fix the issue when old agents can't parse
process configuration with new attributes
([#981](https://github.com/walmartlabs/concord/pull/981)).
- agent-operator: save cookies received from API
([#984](https://github.com/walmartlabs/concord/pull/984));
- project: fixes for build-time warnings
([#985](https://github.com/walmartlabs/concord/pull/985));
- concord-server: explicitly bind more classes
([#986](https://github.com/walmartlabs/concord/pull/986));
- concord-server: more fixes for non auto-wiring
environments
([#988](https://github.com/walmartlabs/concord/pull/988)).

### Breaking

- project: fork ollie-config and make it a submodule.
Server plugins must be updated to use the new package
`com.walmartlabs.concord.config` instead of
`com.walmartlabs.ollie.config`
([#989](https://github.com/walmartlabs/concord/pull/989)).



## [2.17.0] - 2024-09-18

### Added
Expand Down
Loading