You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [Unreleased]
9
9
10
10
### Added
11
+
- Add git-cliff based changelog"
11
12
- Added TappdClient and show warning. by @Leechael
12
13
- Add getComposeHash & verifyEnvEncryptPublicKey by @Leechael
13
14
- Support customize timeout. by @Leechael
@@ -19,9 +20,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
20
- Add /app-info to gw info endpoint by @kvinwang
20
21
21
22
### Changed
22
-
- Clean up test suite - remove duplicate upgrade tests
23
-
- Complete Hardhat removal - migrate to pure Foundry setup
24
-
- Migrate Hardhat to Foundry with comprehensive test suite
23
+
- Merge pull request #256 from Dstack-TEE/sdk-compat by @kvinwang in [#256](https://github.com/Dstack-TEE/dstack/pull/256)
24
+
- Bump 0.5.2 by @Leechael
25
+
- Compatible for solana & viem by @Leechael
26
+
- Bump 0.5.1 for testing. by @Leechael
27
+
- Keep legacy support only in TappdClient. by @Leechael
28
+
- Add compatible deriveKey by @kvinwang
29
+
- Merge pull request #258 from Dstack-TEE/vmm-cli-ppcie by @kvinwang in [#258](https://github.com/Dstack-TEE/dstack/pull/258)
30
+
- Add basic auth by @kvinwang
31
+
- Add doc/tests and --ppcie by @kvinwang
32
+
- Merge pull request #253 from Dstack-TEE/dependabot/npm_and_yarn/kms/auth-eth/axios-1.11.0 by @Leechael in [#253](https://github.com/Dstack-TEE/dstack/pull/253)
33
+
- Bump axios from 1.10.0 to 1.11.0 in /kms/auth-eth by @dependabot[bot]
34
+
- Merge pull request #257 from Dstack-TEE/tcbinfo-fields by @kvinwang in [#257](https://github.com/Dstack-TEE/dstack/pull/257)
35
+
- Add some missing fields in TcbInfo by @kvinwang
36
+
- Merge pull request #250 from Dstack-TEE/imp-remove-max-disk-size-check by @Leechael in [#250](https://github.com/Dstack-TEE/dstack/pull/250)
25
37
- Merge pull request #249 from Dstack-TEE/dependabot/npm_and_yarn/kms/auth-eth/multi-0ca592796f by @Leechael in [#249](https://github.com/Dstack-TEE/dstack/pull/249)
26
38
- Bump form-data in /kms/auth-eth by @dependabot[bot]
27
39
- Merge pull request #223 from Dstack-TEE/feat-js-sdk-backward-compatible by @Leechael in [#223](https://github.com/Dstack-TEE/dstack/pull/223)
@@ -101,9 +113,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101
113
- Unmatched app_compose when no key provider id. by @Leechael
102
114
103
115
### Removed
104
-
- Remove Foundry build artifacts and update .gitignore
116
+
- Remove max disk size limit by @Leechael
105
117
106
118
## New Contributors
119
+
*@dependabot[bot] made their first contribution
107
120
*@shelvenzhou made their first contribution in [#230](https://github.com/Dstack-TEE/dstack/pull/230)
0 commit comments