Skip to content

Releases: microcks/microcks-testcontainers-go

v0.3.1

10 Jan 08:14
Compare
Choose a tag to compare

Changelog

  • 47911d8 fix: #99 Handle nil invocation stats and raise timer for race conditions Signed-off-by: Laurent Broudoux [email protected]
  • 8708c97 chore: update ADOPTERS.md from global .github repo (#98)
  • 03f63a1 chore: update ADOPTERS.md from global .github repo (#97)

v0.3.0

07 Jan 11:19
Compare
Choose a tag to compare

Changelog

v0.2.1

06 Jan 09:51
Compare
Choose a tag to compare

Changelog

  • 247834c chore: #92 Remove log export for GoReleaser Signed-off-by: Laurent Broudoux [email protected]
  • c0c8076 chore: #92 Automate release process with GoReleaser Signed-off-by: Laurent Broudoux [email protected]
  • cd157ca feat: #90 Adding SQS and SQS protocol support for mocking Signed-off-by: Laurent Broudoux [email protected]
  • cbc39f6 feat: #89 Add a function to get a AMQP mock destination Signed-off-by: Laurent Broudoux [email protected]
  • a7f8fc5 feat: #88 Add function to get the MQQT mock topic Signed-off-by: Laurent Broudoux [email protected]
  • 41fab16 feat: #89 Adding AMQP/RabbitMQ support for mocking async messages Signed-off-by: Laurent Broudoux [email protected]
  • 530b2f9 feat: #88 Adding MQTT support for mocking Signed-off-by: Laurent Broudoux [email protected]
  • 2738e6c chore: #91 Adding GoReleaser release process with SBOM generation Signed-off-by: Laurent Broudoux [email protected]
  • 383330f Merge pull request #80 from microcks/dependabot/go_modules/github.com/confluentinc/confluent-kafka-go/v2-2.6.1
  • 38294be chore(deps): Bump github.com/confluentinc/confluent-kafka-go/v2
  • ed4ec3f Merge pull request #83 from microcks/dependabot/go_modules/golang.org/x/mod-0.22.0
  • 439646a Merge pull request #82 from microcks/dependabot/go_modules/github.com/stretchr/testify-1.10.0
  • 3c0b1c7 Merge pull request #81 from microcks/dependabot/github_actions/actions/checkout-4.2.2
  • 4ddbd44 Merge pull request #87 from microcks/dependabot/github_actions/actions/setup-go-5.2.0
  • b422f8b chore(deps): Bump actions/setup-go from 5.0.1 to 5.2.0
  • ecc95b1 chore: update ADOPTERS.md from global .github repo (#86)
  • 7934618 chore: update ADOPTERS.md from global .github repo (#85)
  • 33c1cb6 chore: update ADOPTERS.md from global .github repo (#84)
  • fd296a4 chore(deps): Bump golang.org/x/mod from 0.17.0 to 0.22.0
  • b336f94 chore(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • 9335461 chore(deps): Bump actions/checkout from 4.2.0 to 4.2.2

v0.2.0

19 Nov 16:50
Compare
Choose a tag to compare

What's Changed

  • feat: add WithMainArtifact and WithSecondaryArtifact options by @JulienBreux in #14
  • chore(deps): Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.27.0 by @dependabot in #6
  • chore(deps): Bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #5
  • Allow Postman contract-testing support using ensemble design by @JulienBreux in #16
  • Replace Zulip by Discord on README by @JulienBreux in #18
  • chore(deps): Bump github.com/testcontainers/testcontainers-go from 0.28.0 to 0.29.1 by @dependabot in #22
  • chore(deps): Bump actions/checkout from 4.1.1 to 4.1.3 by @dependabot in #25
  • fix: Fix link in Readme.md by @oliviernguyenquoc in #24
  • chore(deps): Bump github.com/testcontainers/testcontainers-go from 0.29.1 to 0.30.0 by @dependabot in #27
  • chore(deps): Bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #26
  • Allow AsyncAPI mocking (WS & Kafka) by @JulienBreux in #29
  • chore(deps): Bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #31
  • chore(deps): Bump actions/checkout from 4.1.4 to 4.1.6 by @dependabot in #32
  • fix:Update_TCGo by @oliviernguyenquoc in #35
  • Improve CLO Monitor / FLX Insights score by @lbroudoux in #43
  • Upgrade microcks-go-client to v0.2.0 by @lbroudoux in #45
  • Add an asynchronous TestEndpointAsync() method on MicrocksContainer by @lbroudoux in #60
  • Update Test container go to v0.34.0 by @lbroudoux in #79

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

14 Nov 11:24
a0e6dc2
Compare
Choose a tag to compare

First release of microcks-testcontainers-go 🚀
Basic features are there to allow mocking and contract-testing on Soap, Rest, Grpc and GraphQL APIs!