|
1 | 1 | # Change log
|
2 | 2 |
|
| 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 | + |
3 | 34 | ## [2.0.0] - 2023-08-16
|
4 | 35 |
|
| 36 | + |
5 | 37 | # Breaking
|
6 | 38 |
|
7 | 39 | - project: drop support for JDK 8 and JDK 11. Make JDK 17
|
8 | 40 | the new default version.
|
9 | 41 |
|
10 |
| - |
11 |
| - |
12 | 42 | ## [1.103.0] - 2023-07-16
|
13 | 43 |
|
14 | 44 | ### Added
|
|
0 commit comments