Skip to content

v0.0.9

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Apr 16:12

Changelog

  • 4f8a886 Merge branch 'feature/transaction-resolve'
  • 89d852c feat(bindercli): add service resolve, show codes in methods, accept names in transact
  • 71fbd88 feat(parser): propagate MaxAPILevel through spec-to-codegen pipeline
  • 7489d27 feat(spec): add MaxAPILevel to ParamSpec for cross-version param tracking
  • 1d12fc2 feat(spec2go): emit flat global vars for zero-cost init in codes_gen.go
  • 6dac371 feat(versionaware): add CompiledTable type with sorted slices and binary search
  • b66def5 feat(versionaware): gate prebuilt tables behind build tag, use flat globals
  • 607713d feat: add ActiveTable() accessor to versionaware.Transport
  • 9e0031e feat: add transaction code resolve helpers for bindercli
  • 594daad fix(codegen): disambiguate duplicate param names in union-signature proxies
  • 145ce84 fix(codegen): resolve accessor name collisions for multi-interface services
  • cb53932 fix(java2spec): populate missing descriptors in service mappings
  • f8803eb fix(spec2cli): populate KnownServiceNames from all service mappings
  • c266563 fix(spec2readme): correct gadb runner and vibrator examples in README template
  • d7951e2 perf(bindercli): defer generated command registration until needed
  • fe6a6ac perf(bindercli): skip binder connection in service methods for known services