This topic describes the release notes for Enterprise Distributed Application Service (EDAS) Container. You can determine whether to update EDAS Container.
Version | Release date | Build package number | Pandora version | Description |
---|---|---|---|---|
4.0.6 | 2022-05-20 | 114 and 115 | 4.0.6 |
|
4.0.5 | 2022-03-25 | 112 and 113 | 4.0.5 | EDAS Container is updated. The issue is fixed where the WeightTable.class NoClassFound error message is returned. |
4.0.4 | 2022-03-14 | 110 and 111 | 4.0.4 | EDAS Container is updated. The kernel version of Dubbo is updated to 3.0.6.17. |
4.0.3 | 2022-02-25 | 108 and 109 | 4.0.3 |
|
4.0.2 | 2021-11-01 | 104 and 105 | 4.0.2 | The config-client plug-in is updated. The -DCC.dataContentLengthMax JVM property can be configured to adjust the length of data to be published by EDAS
Container. Asynchronous persistence is supported for snapshot cache files in High-speed
Service Framework (HSF) services to prevent the startup processes of consumers that
subscribe to a large amount of data from affecting disk I/O.
|
4.0.1 | 2021-09-07 | 102 and 103 | 4.0.1 |
|
4.0.0 | 2020-12-21 | 92 and 93 | 4.0.0 | The first Pandora SAR package version of EDAS Container based on Dubbo 3.0 that restructures Dubbo is released. Dubbo service governance capabilities are supported. |
3.6.5 | 2021-11-01 | 106 and 107 | 3.6.5 |
|
3.6.4 | 2020-11-27 | 90 and 91 | 3.6.4 | A service authentication module is added to EDAS Container. |
3.6.3 | 2020-09-30 | 88 and 89 | 3.6.3 |
|
3.6.2 | 2020-08-04 | 86 and 87 | 3.6.2 |
|
3.6.1 | 2020-07-09 | 84 and 85 | 3.6.1 |
|
3.6.0 | 2020-05-30 | 81, 82, and 83 | 3.6.0 |
|
3.5.9 | 2020-04-01 | 60 and 80 | 3.5.9 |
|
3.5.8 | 2020-01-10 | 59 and 79 | 3.5.8 | EDAS Container and config-client are updated. The issue is fixed where the ConfigClientWorker thread exits when an out-of-memory (OOM) error occurs to an HSF application. The issue is fixed where a registered service is deleted when ingest URL authentication in SPAs fails. |
3.5.7 | 2019-11-08 | 58 and 78 | 3.5.7 |
|
3.5.6 | 2019-09-12 | 57 and 77 | 3.5.6 |
|
3.5.5 | 2019-08-15 | 56 and 76 | 3.5.5 | The hessian-lite dependency of Dubbo is updated in EDAS Container. |
3.5.4 | 2019-07-18 | 55 and 75 | 3.5.4 |
|
3.5.3 | 2019-03-13 | 54 and 74 | 3.5.3 |
|
3.5.2 | 2019-01-26 | 53 and 73 | 3.5.2 |
|
3.5.1 | 2018-11-28 | 52 and 72 | 3.5.0 | The JDK for the Docker image is updated to version 1.8.0_191. |
3.5.0 | 2018-09-10 | 51 and 71 | 3.5.0 |
|
3.4.7 | 2018-08-01 | 50 and 70 | 3.4.7 | Message Queue for Apache RocketMQ is updated to 1.7.8-EagleEye. Class conflicts caused by the tracing feature of Message Queue for Apache RocketMQ are eliminated. |
3.4.6 | 2018-07-05 | 49 and 69 | 3.4.6 |
|
3.4.5 | 2018-06-14 | 48 and 68 | 3.4.5 | The version of Application Configuration Management (ACM) is updated to 3.8.10. The issue is fixed where listening by using the native interface fails in multitenancy scenarios. |
3.4.4 | 2018-05-18 | 47 and 67 | 3.4.4 |
|
3.4.3 | 2018-04-24 | 46 and 66 | 3.4.3 |
|
3.4.1 | 2018-03-15 | 44 and 64 | 3.4.1 |
|
3.4.0 | 2018-03-07 | 43 and 63 | 3.4.0 |
|
3.3.9 | 2018-01-17 | 42 | 3.3.9 |
|
3.3.6 | 2017-12-20 | 41 | 3.3.6 |
|
3.3.5 | 2017-12-20 | 40 | 3.3.4 | ACM is supported in HSF V2.2. |
3.3.4 | 2017-11-30 | 39 | 3.3.4 |
|
3.3.3 | 2017-10-18 | 38 | 3.3.3 |
|
3.3.2 | 2017-10-18 | 36 | 3.3.2 |
|
3.3.1 | 2017-07-13 | 34 | 3.2.2 | The tddl-driver plug-in is separately updated for online end-to-end stress testing. |
Note
- Version: the version number of EDAS Container (Pandora container) selected for the application.
- Build package number: the build package number of EDAS Container (Pandora container), which corresponds to the value of the buildPackId parameter in the API operation for application deployment.
- Pandora version: the version of the real SAR package for EDAS Container (Pandora container), which corresponds to the value of the SAR property in the tabao-hsf.sar/version.properties file. Click the corresponding Pandora version number to download the Pandora archive package for this version.
- Compatibility: EDAS ensures the compatibility of EDAS Container for only versions that are released in the past three years. We recommend that you update your EDAS Container to the latest version at your earliest opportunity.
SDK release notes
SDK version | Required EDAS Container version | Description |
---|---|---|
1.8.2 | 3.5.0 or later | The custom HSF Filter capabilities are enhanced. For example, to process special service exceptions based on logic in HSF Filter, you can customize RPCResult in HSF Filter and return the result to the application by using HSFResponse. |