Skip to content

Releases: sudorandom/fauxrpc

v0.4.0

15 Dec 07:29
Compare
Choose a tag to compare

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

07 Dec 15:22
Compare
Choose a tag to compare

Changelog

  • 2282b3c chore: refactor
  • e73b162 chore: add AddFromPath/MustAddFromPath for testcontainers lib

v0.3.1

06 Dec 21:49
Compare
Choose a tag to compare

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

05 Dec 18:55
Compare
Choose a tag to compare

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

16 Nov 14:47
Compare
Choose a tag to compare

Changelog

  • 697fec0 feat: extremely basic CORS support

v0.1.2

09 Nov 18:26
Compare
Choose a tag to compare

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

06 Nov 06:27
Compare
Choose a tag to compare

Changelog

  • ded4206 fix: adjusts max message size to 4mb

v0.0.26

06 Nov 03:39
Compare
Choose a tag to compare

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

29 Oct 16:03
b4e3ecc
Compare
Choose a tag to compare

Changelog

  • b4e3ecc build: fix issue with repeated data on messages

v0.0.24

29 Oct 11:37
a512f77
Compare
Choose a tag to compare

Changelog

  • a512f77 feat: add HTTP log; fix alpha server reflection
  • 387d76a fix example