Skip to content

Releases: kcl-lang/kcl-go

v0.9.0 Release

05 Jul 11:08
23bf71d
Compare
Choose a tag to compare
chore: bump kcl-lib and kpm to v0.9.0 (#345)

Signed-off-by: peefy <[email protected]>

v0.9.0-rc.2 Release

25 Jun 10:57
c43593f
Compare
Choose a tag to compare

What's Changed

  • feat: gen kcl config from toml by @Peefy in #327
  • 🎈 perf:modify deprecated methods by @XiaoK29 in #328
  • Chore: (deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #329
  • Chore: (deps): bump github.com/getkin/kin-openapi from 0.124.0 to 0.125.0 by @dependabot in #330
  • Chore: (deps): bump github.com/yuin/goldmark from 1.7.1 to 1.7.2 by @dependabot in #331
  • feat: impl go package to kcl files by @Peefy in #333
  • Chore: (deps): bump github.com/yuin/goldmark from 1.7.2 to 1.7.3 by @dependabot in #334
  • test: add relative import in override file API by @Peefy in #335
  • chore: bump kcl lib to 0.9.0-rc.2 by @Peefy in #336

Full Changelog: v0.9.0-rc.1...v0.9.0-rc.2

v0.9.0-rc.1 Release

11 Jun 08:35
eb605aa
Compare
Choose a tag to compare

What's Changed

  • fix: yaml stream data import to kcl config by @Peefy in #320
  • feat: doc tool generate provides referenced by information on schema by @shruti2522 in #293
  • feat: impl protobuf oneof element for kcl by @Peefy in #321
  • feat: gen kcl config from go value by @Peefy in #322
  • feat: add more go value marshal to kcl config by @Peefy in #323
  • feat: marshal toml with yaml.MapSlice and 3rdparty toml lib by @Peefy in #324
  • feat: impl config generator from textproto format and kcl schema by @Peefy in #325
  • feat: support dup key conversion for prototext to kcl by @Peefy in #326

Full Changelog: v0.9.0-beta.1...v0.9.0-rc.1

v0.9.0-beta.1 Release

28 May 15:09
f0ab30b
Compare
Choose a tag to compare

What's Changed

  • chore: runtime init default values by @Peefy in #304
  • chore: bump script version to v0.9.0 by @Peefy in #306
  • Chore: (deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #308
  • fix: yaml stream format convension in the kcl generator by @Peefy in #310
  • ✨ feat #302: proto to kcl_schema by @XiaoK29 in #307
  • remove redundant type assertions by @XiaoK29 in #312
  • performance optimization by @XiaoK29 in #313
  • refactor: strict setting files config running by @Peefy in #314
  • Reduce redundant logic by @XiaoK29 in #315
  • Chore: (deps): bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0 by @dependabot in #316
  • chore: bump kcl-lib version to v0.9.0-alpha.2 by @zong-zhe in #317
  • feat: kcl lib v0.9.0-beta.1 by @Peefy in #318

Full Changelog: v0.9.0-alpha.1...v0.9.0-beta.1

v0.9.0-alpha.1 Release

14 May 03:11
4587d4f
Compare
Choose a tag to compare

What's Changed

  • fix: gen jsonSchema conditional conversion to snakecase by @shruti2522 in #295
  • Chore: (deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 by @dependabot in #299
  • chore: (deps): bump contributor-assistant/github-action from 2.3.2 to 2.4.0 by @dependabot in #300
  • chore: bump kcl lib to v0.9.0-alpha.1 by @Peefy in #303

New Contributors

Full Changelog: v0.8.7...v0.9.0-alpha.1

v0.8.7 Release

10 May 05:17
548ccd8
Compare
Choose a tag to compare

What's Changed

  • Chore: (deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by @dependabot in #294
  • fix: jsonschema and terraform import optional schema attribute validation template by @Peefy in #296
  • chore: bump kcl-lib to v0.8.7 by @Peefy in #297
  • test: update test cases for the jsonschema mode gen by @Peefy in #298

Full Changelog: v0.8.6...v0.8.7

v0.8.6 Release

30 Apr 22:30
57a415a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.5...v0.8.6

v0.8.5 Release

19 Apr 14:11
c2e8d5c
Compare
Choose a tag to compare

What's Changed

  • Chore: (deps): bump github.com/BurntSushi/toml from 1.2.1 to 1.3.2 by @dependabot in #284
  • Chore: (deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2 by @dependabot in #285
  • test: add list dep package with file tests by @Peefy in #286
  • chore: bump lib to v0.8.5 by @Peefy in #287

Full Changelog: v0.8.4...v0.8.5

v0.8.4 Release

12 Apr 09:39
3fc0d64
Compare
Choose a tag to compare

What's Changed

  • Fix #260 by switch to kclvm_service_call_with_length method usage by @bozaro in #273
  • Fix native API call on error inside kclvm_service_call_with_length by @bozaro in #274
  • Chore: (deps): bump google.golang.org/grpc from 1.62.0 to 1.63.0 by @dependabot in #278
  • Chore: (deps): bump github.com/yuin/goldmark from 1.7.0 to 1.7.1 by @dependabot in #277
  • chore: bump kin-openapi to v0.124 and fix break codes by @Peefy in #279
  • feat: add the template system module by @Peefy in #280
  • feat: impl list dep packages by @Peefy in #282
  • chore: bump kcl lib to 0.8.4 by @Peefy in #283

Full Changelog: v0.8.3...v0.8.4

v0.8.3 Release

29 Mar 12:21
575acd8
Compare
Choose a tag to compare

What's Changed

  • feat: kcl import muti yaml resource by @reckless-huang in #268
  • feat: disable artifact installation at build time by @Peefy in #267
  • chore: (deps): bump contributor-assistant/github-action from 2.3.1 to 2.3.2 by @dependabot in #269
  • feat disable artifact install at build time by @Peefy in #270
  • chore: bump lib to v0.8.3 by @Peefy in #272

New Contributors

Full Changelog: v0.8.2...v0.8.3