Releases: Servora-Kit/servora
Releases · Servora-Kit/servora
Release list
v0.8.8
- feat(codegen): generate TypeScript error reasons (aaed283)
Full Changelog: v0.8.7...v0.8.8
v0.8.7
Breaking change: audit method option rename
The audit method extension was renamed without a compatibility alias:
- Proto option:
servora.audit.v1.audit_rule→servora.audit.v1.rule - Go extension:
auditv1.E_AuditRule→auditv1.E_Rule - Extension number remains
50100
Upgrade the generated module before rebuilding consumers:
go get github.com/Servora-Kit/servora/api/gen@v0.8.7Changes
- 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
- 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
- fix(deps): upgrade grpc-go to v1.82.1 (ddcfb6e)
Full Changelog: v0.8.4...v0.8.5
v0.8.4
- 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
- fix(build): allow remote tool installs (3a18fe9)
Full Changelog: v0.8.2...v0.8.3
v0.8.2
实现了声明式、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
- feat(audit): refactor audit event contract (3ebcc4c)
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Full Changelog: v0.7.6...v0.8.0
v0.7.6
- 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