Skip to content

Releases: kcl-lang/kcl-go

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

v0.8.2 Release

21 Mar 08:56
Compare
Choose a tag to compare

What's Changed

  • Chore: (deps): bump kcl-lang.io/kpm from 0.8.0 to 0.8.1 by @dependabot in #258
  • feat: disable shared lib install at the code level by @Peefy in #259
  • Add license scan report and status by @fossabot in #261
  • test: add native parse file API test by @Peefy in #262
  • feat: add more APIs for the KCL result by @Peefy in #263

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1 Release

18 Mar 06:32
e91fe2b
Compare
Choose a tag to compare

What's Changed

  • Chore: (deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4 by @dependabot in #250
  • Chore: (deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #251
  • Add all service.KclvmService methods to NativeServiceClient by @bozaro in #252
  • feat: kcl 0.8.1 spec by @Peefy in #256

Full Changelog: v0.8.0...v0.8.1

v0.8.0 Release

06 Mar 11:29
8be7a9a
Compare
Choose a tag to compare

What's Changed

  • feat: add artifact APIs by @Peefy in #221
  • Chore: (deps): bump github.com/goccy/go-yaml from 1.11.0 to 1.11.3 by @dependabot in #230
  • Chore: (deps): bump kcl-lang.io/kpm from 0.6.0 to 0.7.0 by @dependabot in #229
  • Chore: (deps): bump google.golang.org/protobuf from 1.30.0 to 1.32.0 by @dependabot in #228
  • chore: (deps): bump contributor-assistant/github-action from 2.3.0 to 2.3.1 by @dependabot in #222
  • chore: (deps): bump github/codeql-action from 2 to 3 by @dependabot in #223
  • chore: (deps): bump actions/setup-go from 2 to 5 by @dependabot in #224
  • chore: (deps): bump actions/checkout from 2 to 4 by @dependabot in #225
  • Chore: (deps): bump github.com/yuin/goldmark from 1.4.13 to 1.7.0 by @dependabot in #227
  • Chore: (deps): bump github.com/getkin/kin-openapi from 0.122.0 to 0.123.0 by @dependabot in #231
  • Chore: (deps): bump google.golang.org/grpc from 1.56.3 to 1.61.0 by @dependabot in #226
  • Chore: (deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 by @dependabot in #234
  • fix: system modules by @Peefy in #236
  • feat: sync kcl 0.8 abi spec by @Peefy in #237
  • feat: add go plugin APIs and examples by @Peefy in #233
  • fix: stream result by @Peefy in #238
  • refactor: yaml stream format by @Peefy in #239
  • refactor: impl scalar value for kcl result by @Peefy in #240
  • Chore: (deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 by @dependabot in #241
  • Chore: (deps): bump kcl-lang.io/lib from 0.8.0-alpha.1 to 0.8.0-alpha.3 by @dependabot in #242
  • Add BuildProgram and ExecArtifact to native client by @bozaro in #243
  • chore: bump lib to 0.8.0-beta.1 by @Peefy in #244
  • feat: windows plugin by @Peefy in #245
  • chore: (deps): bump contributor-assistant/github-action from 2.3.0 to 2.3.1 by @dependabot in #246
  • Chore: (deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #247
  • chore: bump kcl lib 0.8.0 stable version by @Peefy in #248

New Contributors

Full Changelog: v0.7.5...v0.8.0

v0.8.0-beta.1 Release

28 Feb 12:34
924e8cf
Compare
Choose a tag to compare

What's Changed

  • fix: stream result by @Peefy in #238
  • refactor: yaml stream format by @Peefy in #239
  • refactor: impl scalar value for kcl result by @Peefy in #240
  • Chore: (deps): bump google.golang.org/grpc from 1.61.1 to 1.62.0 by @dependabot in #241
  • Chore: (deps): bump kcl-lang.io/lib from 0.8.0-alpha.1 to 0.8.0-alpha.3 by @dependabot in #242
  • Add BuildProgram and ExecArtifact to native client by @bozaro in #243
  • chore: bump lib to 0.8.0-beta.1 by @Peefy in #244

New Contributors

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

v0.8.0-alpha.1 Release

22 Feb 09:13
45b5847
Compare
Choose a tag to compare

What's Changed

  • feat: add artifact APIs by @Peefy in #221
  • Chore: (deps): bump github.com/goccy/go-yaml from 1.11.0 to 1.11.3 by @dependabot in #230
  • Chore: (deps): bump kcl-lang.io/kpm from 0.6.0 to 0.7.0 by @dependabot in #229
  • Chore: (deps): bump google.golang.org/protobuf from 1.30.0 to 1.32.0 by @dependabot in #228
  • chore: (deps): bump contributor-assistant/github-action from 2.3.0 to 2.3.1 by @dependabot in #222
  • chore: (deps): bump github/codeql-action from 2 to 3 by @dependabot in #223
  • chore: (deps): bump actions/setup-go from 2 to 5 by @dependabot in #224
  • chore: (deps): bump actions/checkout from 2 to 4 by @dependabot in #225
  • Chore: (deps): bump github.com/yuin/goldmark from 1.4.13 to 1.7.0 by @dependabot in #227
  • Chore: (deps): bump github.com/getkin/kin-openapi from 0.122.0 to 0.123.0 by @dependabot in #231
  • Chore: (deps): bump google.golang.org/grpc from 1.56.3 to 1.61.0 by @dependabot in #226
  • Chore: (deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 by @dependabot in #234
  • fix: system modules by @Peefy in #236
  • feat: sync kcl 0.8 abi spec by @Peefy in #237
  • feat: add go plugin APIs and examples by @Peefy in #233

Full Changelog: v0.7.5...v0.8.0-alpha.1

v0.7.5 Release

26 Jan 09:56
39fb963
Compare
Choose a tag to compare

What's Changed

  • refactor: enhance kcl file generation with imports and JSON/YAML data by @Peefy in #213
  • fix: better mode detection and use raw string in docs for import tool by @jakezhu9 in #215
  • feat: support more keywords and improve conversion results for complex json schema by @jakezhu9 in #216
  • feat: support file config to render code by @Peefy in #217
  • feat: doc gen html escape for default value by @Peefy in #218
  • chore: add more kcl abi versions 0.7.x by @Peefy in #219
  • chore: bump kcl lib 078 by @Peefy in #220

Full Changelog: v0.7.4...v0.7.5

v0.7.4 Release

15 Jan 05:20
b716114
Compare
Choose a tag to compare

What's Changed

  • chore: bump kpm to 0.6 and lib to 0.7.6 by @Peefy in #210

Full Changelog: v0.7.3...v0.7.4