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: blog/2024-05-29-newsletter/index.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Special thanks to all community contributors over the past two weeks. The follow
30
30
- Thanks to @officialasishkumar for his contributions to the package management tool third-party dependency renaming feature 🙌
31
31
- Thanks to @Vishalk91-4, @Daksh-10 for their contributions to the KCL tree sitter syntax and parser generator 🙌
32
32
- Thanks to @SamirMarin for his contributions to the Crossplane KCL function 🙌
33
-
- Thanks to @officialasishkumar, @d4v1d03, @karlhepler, @Hai Wu, @ron18219, @olinux, @Alexander Fuchs, @Emmanuel Alap, @excalq, @leon-andria, @taylormonacelli, @dennybaa, @zhuxw, @aleeriz, @steeling, and others for their valuable feedback and suggestions while using KCL recently 🙌
33
+
- Thanks to @officialasishkumar, @d4v1d03, @karlhepler, @Hai Wu, @ron18219, @olinux, @Alexander Fuchs, @Emmanuel Alap, @excalq, @leon-andria, @taylormonacelli, @dennybaa, @zhuxw, @aleeriz, @steeling, @Stéphane Este-Gracias and others for their valuable feedback and suggestions while using KCL recently 🙌
- Added vscode extension to the devcontainer configuration.
@@ -109,7 +105,8 @@ For string literals, added hover highlights.
109
105
- Added `kcl clean` to support cleaning module caches.
110
106
- Fixed the unexpected error in the YAML Stream format import process of the KCL import tool.
111
107
112
-
- Package management tool updates.
108
+
Package management tool updates.
109
+
113
110
- Added support for renaming dependencies to prevent name conflicts through the `mod add --rename` parameter and the `kcl.mod` file.
114
111
- Fixed the issue of missing dependencies in the `kcl.mod` file when adding a local file directory as a dependency.
115
112
- Added support for adding git third-party dependencies through branch names.
@@ -135,18 +132,17 @@ For string literals, added hover highlights.
135
132
**🔥 SDK Updates**
136
133
137
134
- KCL SDK v0.9.0-beta.1 released, synchronously supporting API updates.
138
-
- KCL go SDK supports importing KCL Schema through proto.
135
+
- KCL Go SDK supports importing KCL Schema through the protobuf file.
139
136
140
137
**📂️ Documentation Updates**
141
138
142
139
- Fixed typos in the development guide documentation and some environment configuration descriptions.
143
140
- Added documentation for the `file.read_env` function.
144
141
- The language document has been updated to include information about the "-" and "." symbols in schema property names.
145
-
- Added some Q&A.
146
142
147
143
**📺️ Ecosystem Integration**
148
144
149
-
-Fixed the memory leak issue in the crossplane kcl function.
145
+
-Crossplane kcl function has released version 0.9.0, which fixes memory leaks and arm64 image errors. It also supports setting external package dependencies and compilation parameters at the function level.
150
146
- Added support for the KCL tree sitter schema, mixin, rule, and other syntax support and corresponding tests.
0 commit comments