Skip to content

Releases: kcl-lang/kcl-go

v0.10.8 Release

05 Nov 12:26
82a7801
Compare
Choose a tag to compare

What's Changed

  • Chore: (deps): bump github.com/goccy/go-yaml from 1.12.0 to 1.13.4 by @dependabot in #398
  • chore: bump kcl lib to 0.10.8 by @Peefy in #399

Full Changelog: v0.10.7...v0.10.8

v0.10.7 Release

28 Oct 11:13
Compare
Choose a tag to compare

What's Changed

  • chore: remove env and use vendor native lib in 0.11.x by @Peefy in #397

Full Changelog: v0.10.6...v0.10.7

v0.10.6 Release

24 Oct 09:07
Compare
Choose a tag to compare

v0.10.5 Release

23 Oct 11:29
Compare
Choose a tag to compare

v0.10.4 Release

23 Oct 02:37
99c5a94
Compare
Choose a tag to compare

What's Changed

  • Chore: (deps): bump github.com/yuin/goldmark from 1.7.4 to 1.7.8 by @dependabot in #393
  • chore: bump kcl lib to 0.10.4 by @Peefy in #394

Full Changelog: v0.10.3...v0.10.4

v0.10.3 Release

15 Oct 03:51
0ce92a7
Compare
Choose a tag to compare

What's Changed

  • refactor: client code by @Peefy in #384
  • Chore: (deps): bump google.golang.org/grpc from 1.66.2 to 1.67.0 by @dependabot in #385
  • Chore: (deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 by @dependabot in #386
  • Chore: (deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 by @dependabot in #387
  • Chore: (deps): bump github.com/getkin/kin-openapi from 0.127.0 to 0.128.0 by @dependabot in #388
  • chore: bump kcl lib to 0.10.2 by @Peefy in #389
  • Chore: (deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #391
  • chore: bump kcl lib to 0.10.3 by @Peefy in #392

Full Changelog: v0.10.1...v0.10.3

v0.10.1 Release

16 Sep 16:45
Compare
Choose a tag to compare

v0.10.0 Release

16 Sep 15:54
Compare
Choose a tag to compare

What's Changed

  • Chore: (deps): bump github.com/goccy/go-yaml from 1.11.3 to 1.12.0 by @dependabot in #353
  • chore: bump kcl lib version to v0.10.0-alpha.1 and sync the C API in the native client by @Peefy in #355
  • fix: runtime init panic by @Peefy in #354
  • Update README.md by @Peefy in #357
  • fix: rpc server build tags and tests by @Peefy in #356
  • refactor: remove kpm deps outof kcl-go and reduce the 3rdparty deps size by @Peefy in #360
  • feat: add log message in the test report by @Peefy in #361
  • Improve test for no logmessage test. by @liangyuanpeng in #362
  • Chore: (deps): bump github.com/getkin/kin-openapi from 0.126.0 to 0.127.0 by @dependabot in #363
  • chore: bump lib version to v0.10.0-alpha.2 by @Peefy in #364
  • feat: enhancement kcl import go struct with schema name and doc field by @Peefy in #367
  • Chore: (deps): bump golang.org/x/tools from 0.23.0 to 0.24.0 by @dependabot in #366
  • refactor: enhance kcl-go cgo build tags by @Peefy in #368
  • chore: bump lib module to v0.10.0-beta.1 by @Peefy in #369
  • test: get schema type from folder example by @Peefy in #371
  • feat: jsonschema allof validations by @Peefy in #372
  • refactor: better go module import impl by @Peefy in #373
  • chore: bump lib to 0.10.0-beta.2 by @Peefy in #374
  • refactor: jsonschema stmt import by @Peefy in #376
  • Chore: (deps): bump google.golang.org/grpc from 1.65.0 to 1.66.0 by @dependabot in #377
  • chore: bump kcl lib to 0.10.0-rc.1 by @Peefy in #378
  • refactor: cgo usage and runtime code by @Peefy in #379
  • Chore: (deps): bump google.golang.org/grpc from 1.66.0 to 1.66.2 by @dependabot in #381
  • chore: bump kcl lib to v0.10.0 by @Peefy in #382
  • refactor: service client by @Peefy in #383

New Contributors

Full Changelog: v0.9.3...v0.10.0

v0.10.0-rc.2 Release

14 Sep 12:24
cc2c515
Compare
Choose a tag to compare

What's Changed

  • refactor: cgo usage and runtime code by @Peefy in #379

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

v0.10.0-rc.1 Release

05 Sep 10:00
28a0266
Compare
Choose a tag to compare

What's Changed

  • refactor: jsonschema stmt import by @Peefy in #376
  • Chore: (deps): bump google.golang.org/grpc from 1.65.0 to 1.66.0 by @dependabot in #377
  • chore: bump kcl lib to 0.10.0-rc.1 by @Peefy in #378

Full Changelog: v0.10.0-beta.2...v0.10.0-rc.1