Commit 5541640
committed
feat: remove HCL support, ACL-only for a3s-code-core
BREAKING CHANGE: a3s-code now only supports ACL format for config
- Remove hcl-rs dependency
- Remove from_hcl() function and all HCL parsing helpers
- Remove hcl_body_to_json, snake_to_camel, hcl_expr_to_json, eval_func_call
- Update agent_api.rs to use ACL format
- Bump version to 1.10.0 for all code SDKs1 parent dd2f27d commit 5541640
7 files changed
Lines changed: 33 additions & 799 deletions
File tree
- core
- src
- sdk
- node
- python
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
686 | | - | |
687 | | - | |
| 686 | + | |
| 687 | + | |
688 | 688 | | |
689 | 689 | | |
690 | 690 | | |
| |||
3326 | 3326 | | |
3327 | 3327 | | |
3328 | 3328 | | |
3329 | | - | |
3330 | | - | |
3331 | | - | |
3332 | | - | |
3333 | | - | |
3334 | | - | |
3335 | | - | |
3336 | | - | |
| 3329 | + | |
| 3330 | + | |
| 3331 | + | |
| 3332 | + | |
| 3333 | + | |
| 3334 | + | |
3337 | 3335 | | |
3338 | 3336 | | |
3339 | 3337 | | |
3340 | 3338 | | |
3341 | | - | |
| 3339 | + | |
3342 | 3340 | | |
3343 | 3341 | | |
3344 | 3342 | | |
3345 | 3343 | | |
3346 | | - | |
3347 | | - | |
3348 | | - | |
3349 | | - | |
3350 | | - | |
3351 | | - | |
3352 | | - | |
3353 | | - | |
| 3344 | + | |
| 3345 | + | |
| 3346 | + | |
| 3347 | + | |
| 3348 | + | |
| 3349 | + | |
3354 | 3350 | | |
3355 | 3351 | | |
3356 | 3352 | | |
3357 | 3353 | | |
3358 | | - | |
| 3354 | + | |
3359 | 3355 | | |
3360 | 3356 | | |
3361 | 3357 | | |
3362 | 3358 | | |
3363 | 3359 | | |
3364 | | - | |
3365 | | - | |
3366 | | - | |
3367 | | - | |
3368 | | - | |
3369 | | - | |
3370 | | - | |
| 3360 | + | |
| 3361 | + | |
| 3362 | + | |
| 3363 | + | |
| 3364 | + | |
3371 | 3365 | | |
3372 | 3366 | | |
3373 | 3367 | | |
3374 | 3368 | | |
3375 | | - | |
3376 | | - | |
| 3369 | + | |
| 3370 | + | |
3377 | 3371 | | |
3378 | 3372 | | |
3379 | 3373 | | |
| |||
0 commit comments