v0.9.0 Release
What's Changed
- Write library by temporary file creation to avoid in-place modification executed library by @bozaro in #74
- feat: fix github action for java sdk in centos7 by @zong-zhe in #72
- chore: bump kcl lib to v0.9.0-alpha.1 by @Peefy in #75
- feat: write lib without temp renaming file on windows by @Peefy in #76
- fix: add timestamp for kcl java jar by @zong-zhe in #77
- fix: update spec.proto and add a test case by @zong-zhe in #78
- fix: fix protobuf error by @zong-zhe in #79
- fix: fix protobuf error by @zong-zhe in #80
- fix: python api calling signature by @Peefy in #81
- feat: python API with the plugin agent by @Peefy in #82
- refactor: kcl nodejs override api by @Peefy in #83
- feat: update proto to support list and dict structure by @zong-zhe in #84
- fix: fix github action java release by @zong-zhe in #85
- fix: fix typo by @zong-zhe in #86
- feat: bump kcl lib version to v0.9.0-beta.1 by @Peefy in #87
- feat: kcl lang wasm-wasi node module by @Peefy in #88
- feat: add more wasm lib example and documents by @Peefy in #89
- refactor: rust wasm lib for KCL by @Peefy in #90
- feat: update ListVariables api by @zong-zhe in #91
- chore: bump kcl lib deps to 0.9.0 and bump protoc and protobuf version by @Peefy in #92
- feat: update spec for ListVariables by @zong-zhe in #93
- chore: bump kcl lib to v0.9.0-rc.2 by @Peefy in #94
- feat: get schema type and list variable API tests by @Peefy in #95
- feat: python plugin in the kcl-lib by @Peefy in #96
- feat: impl kcl java plugin by @Peefy in #97
- test: add more error test cases for plugin by @Peefy in #98
- feat: kcl dotnet bindings init version by @Peefy in #99
New Contributors
Full Changelog: v0.8.7...v0.9.0