Skip to content

Releases: langgenius/graphon

v0.3.1

07 May 06:58
5e2bead

Choose a tag to compare

What's Changed

  • build(deps): bump pypdfium2 from 5.7.0 to 5.7.1 by @dependabot[bot] in #89
  • build(deps-dev): bump prek from 0.3.9 to 0.3.10 by @dependabot[bot] in #90
  • build(deps-dev): bump ty from 0.0.31 to 0.0.32 by @dependabot[bot] in #91
  • build(deps): bump pydantic from 2.13.1 to 2.13.3 by @dependabot[bot] in #92
  • build(deps): bump astral-sh/setup-uv from 94527f2e458b27549849d47d273a16bec83a01e9 to 37802adc94f370d6bfd71619e3f0bf239e1f3b78 by @dependabot[bot] in #88
  • fix(http): honor content-type charset before encoding detection by @mahmut-Abi in #93
  • build(deps): bump transformers from 5.5.4 to 5.6.2 by @dependabot[bot] in #96
  • build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.1.0 by @dependabot[bot] in #94
  • build(deps): bump json-repair from 0.59.4 to 0.59.5 by @dependabot[bot] in #97
  • refactor: add assert_never for exhaustive branches by @WH-2099 in #100
  • ci: remove redundant uv cache dependency glob by @WH-2099 in #99
  • fix: preserve tool runtime compatibility by @Blackoutta in #105
  • build(deps-dev): bump prek from 0.3.10 to 0.3.11 by @dependabot[bot] in #106
  • build(deps-dev): bump ruff from 0.15.11 to 0.15.12 by @dependabot[bot] in #107
  • fix: ensure previously serialized File object could be properly deserialized. by @QuantumGhost in #113
  • ci(dependabot): group dependency update pull requests by @WH-2099 in #109
  • chore(ci): migrate runners to depot by @goocarlos in #103
  • chore: release graphon 0.3.1 by @QuantumGhost in #119

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

21 Apr 15:18
44665eb

Choose a tag to compare

What's Changed

  • fix(runtime): harden structured output and variable handling by @WH-2099 in #50
  • ci: add type checking checks by @WH-2099 in #53
  • fix(human-input): trace submitted payload as inputs by @laipz8200 in #59
  • feat: question classifier labels graphon by @Blackoutta in #62
  • refactor(document-extractor): centralize text extractor dispatch by @laipz8200 in #65
  • refactor(http-request): bundle runtime dependencies by @laipz8200 in #75
  • refactor(llm): bundle file saver dependencies by @laipz8200 in #76
  • feat(human-input): expose selected action value output by @Blackoutta in #78
  • refactor(variable-pool)!: make bootstrap construction explicit by @laipz8200 in #72
  • refactor(human-input): make runtime binding explicit by @laipz8200 in #71
  • refactor(parameter-extractor): bundle runtime dependencies by @laipz8200 in #70
  • refactor(http): make runtime client overrides explicit by @laipz8200 in #73
  • refactor(question-classifier)!: bundle runtime dependencies by @laipz8200 in #67
  • refactor(file): make tool file factory registration explicit by @laipz8200 in #68
  • refactor(file): make workflow runtime configuration explicit by @laipz8200 in #69
  • fix(http-request): export dependency bundle by @laipz8200 in #81
  • refactor(runtime)!: split model runtime protocols by capability by @laipz8200 in #57
  • fix(nodes): expose model identity in node event inputs by @laipz8200 in #80
  • refactor(nodes)!: rename typed constructor config to data by @WH-2099 in #48
  • fix(prek): run make tc as a repository hook by @WH-2099 in #83
  • ci: improve GitHub Actions configuration by @WH-2099 in #86
  • chore: Bump package version to 0.3.0 by @laipz8200 in #87

New Contributors

Full Changelog: v0.2.2...v0.3.0

v0.2.2

17 Apr 08:52
2c75d1f

Choose a tag to compare

What's Changed

  • refactor(nodes)!: align node initialization signatures by @laipz8200 in #39
  • fix(if-else): stop legacy fallback on case miss by @WH-2099 in #44
  • chore(version): release v0.2.2 by @WH-2099 in #46

Full Changelog: v0.2.1...v0.2.2

v0.2.1

14 Apr 15:14
6fdffd6

Choose a tag to compare

What's Changed

  • docs(readme): move contribution guidance to CONTRIBUTING.md by @laipz8200 in #1
  • chore(pr-template): add pull request template by @laipz8200 in #2
  • fix: Pydantic deprecation warning in runtime state serialization by @laipz8200 in #4
  • refactor!: move workflow HTTP contracts into graphon.http by @laipz8200 in #5
  • feat(slim): integrate plugin daemon slim runtime by @laipz8200 in #6
  • ci: integrate CLA Assistant workflow by @laipz8200 in #8
  • ci: harden workflow permissions and validate PR checks by @WH-2099 in #15
  • refactor(runtime)!: simplify dispatch and validation flows by @WH-2099 in #11
  • docs: improve readme and contributing guide by @WH-2099 in #17
  • refactor(runtime): remove provider icon resolution hook by @laipz8200 in #19
  • chore: resolve ty diagnostics across runtime and nodes by @WH-2099 in #23
  • docs: clarify contribution workflow by @WH-2099 in #27
  • chore(deps): relax dependency constraints by @WH-2099 in #30
  • chore(ruff): tighten ignores and fix lint debt by @WH-2099 in #29
  • refactor: remove SLF001 private member access violations by @WH-2099 in #33
  • chore(version): release v0.2.0 by @WH-2099 in #35
  • ci: rebuild release workflow by @WH-2099 in #37

Full Changelog: v0.1.2...v0.2.1