Releases: sudorandom/fauxrpc
Releases · sudorandom/fauxrpc
v0.4.0
Changelog
- 2dbbf07 Merge branch 'main' of github.com:sudorandom/fauxrpc
- 56887cc chore: make testing more reliable
- 122efd9 build(deps): bump golang.org/x/crypto in /testcontainers (#21)
- 7186867 chore: remove fake_bool test since it will fail half of the time
- e23b9f1 chore: code cleanup
- 1540341 feat(cel): add celfakeit library
- 452cc49 fix(cel): generating items of a scalar list no longer panics
- a9d9ebc chore: small refactors; bump openapi plugin
v0.3.2
Changelog
- 2282b3c chore: refactor
- e73b162 chore: add AddFromPath/MustAddFromPath for testcontainers lib
v0.3.1
Changelog
- fbcf3a3 chore: fix image tag for testcontainers tests
- 54a15c5 chore: fix goreleaser version to work with github action version
- 0efa98c fix: fauxrpc was only relying on stubs due to faulty logic
v0.3.0
Changelog
- 42e339a Merge branch 'main' of github.com:sudorandom/fauxrpc
- 51e0282 chore: update readme
- 70e9c3c Add CEL-based rules for dynamically generating stub data (#17)
- 6d702b3 chore: bump quic-go version
- f0075c2 chore: bump quic-go version
- 10d3b7a chore: remove half-baked plugins
- 12041a1 chore: return error from WriteGRPCMessage
v0.2.0
Changelog
- 697fec0 feat: extremely basic CORS support
v0.1.2
Changelog
- 89a5f41 chore: update README
- 705ec22 fix: use grpcStatusFromError to convert stub error to a grpc err
- bafbdf3 feat: protovalidate with client/bi-directional streaming
v0.1.1
Changelog
- ded4206 fix: adjusts max message size to 4mb
v0.0.26
Changelog
- c820304 fix: golangci-lint
- 5da261f fix: enforce MaxDepth in more places, handle nil values better, adjust default depth
- f2e8d0b fix: prevent deadlock when resetting the ServiceRegistry
v0.0.25
Changelog
- b4e3ecc build: fix issue with repeated data on messages
v0.0.24
Changelog
- a512f77 feat: add HTTP log; fix alpha server reflection
- 387d76a fix example