Releases: sudorandom/fauxrpc
Releases · sudorandom/fauxrpc
v0.19.5
v0.19.4
Changelog
- 45f45b1 ⚡ Improve handler performance by reusing read buffer using sync.Pool (#77)
- 59e8d59 perf: avoid redundant string splitting in gRPC handler (#76)
- 121a3ba build(deps): bump google.golang.org/grpc from 1.76.0 to 1.78.0 (#71)
- 687dcaf build(deps): bump github.com/quic-go/quic-go from 0.55.0 to 0.59.0 (#72)
- 31158c1 Optimize WriteGRPCMessage to use stack allocation for prefix (#78)
- b8570b1 Optimize validation rule resolution with caching (#79)
- 5859a88 Optimize StubDatabase to use pointers for StubEntry (#80)
- 8b25004 chore(release): set the current release to
v0.19.2
Changelog
v0.19.1
v0.19.0
v0.18.1
v0.18.0
Changelog
- 289f00a enable streaming RPCs in generated docs
- 82952d1 Add frame logging for streaming requests (#66)
- 4ff1a49 build(deps): bump github.com/quic-go/quic-go from 0.54.1 to 0.55.0 (#52)
- 048d98d build(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3 (#53)
- c5e3eb8 build(deps): bump buf.build/gen/go/bufbuild/registry/connectrpc/go (#54)
- ed94065 build(deps): bump github.com/a-h/templ from 0.3.924 to 0.3.960 (#55)
- 70fbca6 feat: add support for streaming stubs (#60)
- fed0bc0 Add test for Items rules on repeated fields (#65)
- 7f0ff7c ⚡ Fix memory leak in RemoveStub and optimize lookup performance (#61)
- 091da00 Optimize CEL compilation in AddStubs (#64)
- ce205f5 perf: Optimize repeated field uniqueness check to O(N) (#62)
- dc09d64 Feat generate stubs 2246789385107010248 (#59)
- 9abe16f chore(release): set the current release to
v0.17.0
v0.16.3
v0.16.2
Changelog
- 0b0ee3b chore: update goreleaser in gha
- aa35bdf chore: updates protoc-gen-connect-openapi
- fe5e30e build(deps): bump github.com/brianvoe/gofakeit/v7 from 7.2.1 to 7.8.1 (#46)
- ddbed43 build(deps): bump connectrpc.com/validate from 0.3.0 to 0.6.0 (#48)
- a1ba41a build(deps): bump google.golang.org/grpc from 1.72.0 to 1.76.0 (#50)
- 3835820 build(deps): bump buf.build/gen/go/grpc/grpc/connectrpc/go (#49)
- 7c7e548 build(deps): bump github.com/alecthomas/kong from 1.10.0 to 1.12.1 (#47)
- f00f98c Create dependabot.yml
- a1f2578 build(deps): bump github.com/quic-go/quic-go from 0.51.0 to 0.54.1 (#45)
- 5583e88 chore: fix linter
- ef3e03a feat: add support for local buf images (buf.yaml)
- a7e2ac6 chore: add tests, add context to AddServicesFromPath() since some loaders make network request
- db8c902 fix: handle null values in cel better
- ac61bdf chore(release): set the current release to