Skip to content

Commit 4332f8a

Browse files
authored
Changelog 2.1.0 (#796)
1 parent 4a1eead commit 4332f8a

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

CHANGELOG.md

+32-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,44 @@
11
# Change log
22

3+
## [2.1.0] - Unreleased
4+
5+
### Added
6+
7+
- new concord-client-v2
8+
([#810](https://github.com/walmartlabs/concord/pull/810));
9+
- runtime-v2: hasFlow function
10+
([#813](https://github.com/walmartlabs/concord/pull/813));
11+
- runtime-v2: uuid function
12+
([#812](https://github.com/walmartlabs/concord/pull/812));
13+
- runtime-v2: allow listen to project load events at runtime
14+
([#785](https://github.com/walmartlabs/concord/pull/785));
15+
- console2: allow changing JSON store org
16+
([#790](https://github.com/walmartlabs/concord/pull/790)).
17+
18+
### Changed
19+
- runtime-v2: automatically convert non serializable map.entry to serializable in exp
20+
([#815](https://github.com/walmartlabs/concord/pull/815));
21+
- server: return 404 when repository is not found
22+
([#806](https://github.com/walmartlabs/concord/pull/806));
23+
- runtime-v2: fix global vars update after resume
24+
([#809](https://github.com/walmartlabs/concord/pull/809));
25+
- console2: handle procesess with commitId, but without repoUrl
26+
([#807](https://github.com/walmartlabs/concord/pull/807));
27+
- runtime-v2: fix initialize of array expression
28+
([#800](https://github.com/walmartlabs/concord/pull/800));
29+
- server: only admins can access policies
30+
([#792](https://github.com/walmartlabs/concord/pull/792));
31+
- cli: active profiles fix
32+
([#789](https://github.com/walmartlabs/concord/pull/789)).
33+
334
## [2.0.0] - 2023-08-16
435

36+
537
# Breaking
638

739
- project: drop support for JDK 8 and JDK 11. Make JDK 17
840
the new default version.
941

10-
11-
1242
## [1.103.0] - 2023-07-16
1343

1444
### Added

0 commit comments

Comments
 (0)