Skip to content

Releases: calumari/poutine

v0.2.1

11 Sep 19:38
8b62027

Choose a tag to compare

0.2.1 (2025-09-11)

Bug Fixes

  • update submodule dependencies and add go.work.sum (8b62027)

CI

  • remove goreleaser hooks from release workflow (67d6db8)

v0.2.0

29 Aug 09:18
27da69b

Choose a tag to compare

0.2.0 (2025-08-29)

Feature

  • add mongo database driver subpackage (9040d98)

Documentation

  • add README files for poutine, testine, mongodb driver with detailed usage and features (27da69b)

v0.1.0

28 Aug 21:31
9aa986d

Choose a tag to compare

0.1.0 (2025-08-28)

Feature

  • add mongodb driver (9aa986d)
  • implement testing framework (6a0ab1a)
  • add initial Poutine implementation (218807f)
  • implement experimental Pattern testequals rule (1982d9c)

Tests

  • fix mock return values in Seed and Snapshot tests to use jwalk.Document(nil) (b93a5da)

Code Refactoring

  • simplify return statements in mockDriver methods (3430ca3)

Styles

  • reorder import statements (a169c36)

Chores

CI

  • ensure TESTCONTAINERS_RYUK_DISABLED is set for test execution (5b5d1a3)
  • enable race detection in tests (b72b76b)