Skip to content

Releases: Servora-Kit/servora

v0.8.8

Choose a tag to compare

@github-actions github-actions released this 30 Jul 09:38
  • feat(codegen): generate TypeScript error reasons (aaed283)

Full Changelog: v0.8.7...v0.8.8

v0.8.7

Choose a tag to compare

@github-actions github-actions released this 30 Jul 07:34

Breaking change: audit method option rename

The audit method extension was renamed without a compatibility alias:

  • Proto option: servora.audit.v1.audit_ruleservora.audit.v1.rule
  • Go extension: auditv1.E_AuditRuleauditv1.E_Rule
  • Extension number remains 50100

Upgrade the generated module before rebuilding consumers:

go get github.com/Servora-Kit/servora/api/gen@v0.8.7

Changes

  • build(deps): require api gen v0.8.7 (77c5bf9)
  • feat(audit)!: rename method option to rule (340a249)
  • Update README.md (35de63f)
  • refactor(proto-utils)!: decouple HTTP transport (e503c9c)
  • Update: README.md (1f47e8d)

Full Changelog: v0.8.5...v0.8.7

v0.8.6

Choose a tag to compare

@github-actions github-actions released this 28 Jul 14:54
  • chore(release): bump proto-utils to 0.1.4 (6b35e3e)
  • feat(crud)!: add edge wildcard filters (a3f7941)

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

v0.8.5

Choose a tag to compare

@github-actions github-actions released this 27 Jul 12:02
  • fix(deps): upgrade grpc-go to v1.82.1 (ddcfb6e)

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

v0.8.4

Choose a tag to compare

@github-actions github-actions released this 27 Jul 10:08
  • fix(crud): validate parent by resource shape (b9eb0ff)
  • chore(deps): bump google.golang.org/grpc in /api/gen (#20) (a1a6651)
  • chore(deps): bump github.com/google/cel-go from 0.28.1 to 0.29.0 (#21) (7e6a9f9)
  • build: migrate tooling to Just (2092bf6)
  • Update AGENTS.md (3f6c3be)
  • fix(http): use ProtoJSON for application/json (d51c238)
  • Update README.md (3ec3b12)

What's Changed

  • chore(deps): bump github.com/google/cel-go from 0.28.1 to 0.29.0 by @dependabot[bot] in #21
  • chore(deps): bump google.golang.org/grpc from 1.81.0 to 1.82.1 in /api/gen by @dependabot[bot] in #20

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

v0.8.3

Choose a tag to compare

@github-actions github-actions released this 22 Jul 10:08
  • fix(build): allow remote tool installs (3a18fe9)

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

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 22 Jul 09:49

实现了声明式、AIP优先的CRUD生态子框架🥳

  • build(deps): require api gen v0.8.2 (a05ed30)
  • docs(crud): clarify mapper and error boundaries (d268d05)
  • fix(ci): satisfy latest staticcheck (8b29555)
  • feat(crud): 实现类型化 CRUD 生态 (a934292)
  • fix(codegen): correct TypeScript HTTP contracts (5b311d4)
  • Update Makefile (1ad887b)
  • Update buf.yaml (b7b3a65)
  • dep: 使用 go-wind-toolkit/protoc-gen-go-redact而不是menta2k-org/protoc-gen-go-redact (0a648be)
  • Update Makefile (2a0ff16)
  • chore(deps): bump golang.org/x/net from 0.54.0 to 0.55.0 in /api/gen (#19) (2d72b31)
  • fix(deps): update api gen and crypto modules (be639a1)

What's Changed

  • chore(deps): bump golang.org/x/net from 0.54.0 to 0.55.0 in /api/gen by @dependabot[bot] in #19

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

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:37
  • feat(audit): refactor audit event contract (3ebcc4c)

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

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 15:37
  • chore: 清理 Kratos v3 root replace (ceaef1e)
  • chore: 更新文档 (84a04d6)

Full Changelog: v0.7.6...v0.8.0

v0.7.6

Choose a tag to compare

@github-actions github-actions released this 26 Jun 11:20
  • chore: release api gen v0.7.6 (75bcabf)
  • fix: avoid genproto split module ambiguity (b9211d1)
  • chore: release api gen v0.7.5 (833b62f)
  • feat: migrate to kratos v3 (1212d3b)
  • refactor(contrib): move infra integrations to contrib (67a0865)
  • fix(ci): configure pnpm for proto-utils publish (ee77734)
  • chore(web): migrate proto-utils into servora (91eba63)
  • Create .gitignore (aa5e03c)
  • refactor(mapper)!: simplify read projection mapper (ef9348e)
  • refactor(api)!: reorganize proto layout (dd00920)
  • refactor(infra): replace broker with native kafka (469dfa2)
  • Update README.md (48fd440)

Full Changelog: v0.7.4...v0.7.6