PackageTrack

Go modules · #2141

github.com/sklinkert/go-ddd

v1.0.0sklinkert/go-ddd

Release timeline

36 releases since 2023
202420252026

Releases

  1. v1.0.1-0.20260714125341-1fd0b6eba3e614 Jul 2026pre-release

    Nothing published for this version

  2. v1.0.014 Jul 2026
    Release notes

    First tagged release of the go-ddd template.

    Highlights

    • Domain layer: aggregates with factory methods, Money value object (integer cents + ISO currency — no floats for money), validated-entity pattern, domain events
    • Race-safe idempotency: atomic key reservation via INSERT ... ON CONFLICT DO NOTHING, cached replay, payload-mismatch rejection (422), crash-TTL takeover
    • Transactional outbox: domain events persisted in the same transaction as the aggregate, polling relay with at-least-once delivery
    • CQRS foundation: explicit command/query flows with per-use-case DTOs
    • Modern stack: Go 1.26, Echo v4, pgx/v5 + sqlc, golang-migrate, testcontainers integration tests
    • Ops-ready: /healthz + /readyz probes, OpenAPI spec, structured slog logging, graceful shutdown, distroless Docker image, one-command make docker-up

    Container image

    docker pull ghcr.io/sklinkert/go-ddd:v1.0.0
    

    See the README for a 30-second API walkthrough and DDD_CQRS_PRINCIPLES.md for the full pattern guide.

    Open source →
  3. v0.0.0-20260710121026-5b11e63232da10 Jul 2026pre-release

    Nothing published for this version

  4. v0.0.0-20260623202710-214c20a742e223 Jun 2026pre-release

    Nothing published for this version

  5. v0.0.0-20260618164501-167e612c1b3c18 Jun 2026pre-release

    Nothing published for this version

  6. v0.0.0-20260606114029-0a869c0ebcdb6 Jun 2026pre-release

    Nothing published for this version

  7. v0.0.0-20260528074110-308557f1e03c28 May 2026pre-release

    Nothing published for this version

  8. v0.0.0-20260402080256-eac3176662072 Apr 2026pre-release

    Nothing published for this version

  9. v0.0.0-20260330123642-1ad152c2c49f30 Mar 2026pre-release

    Nothing published for this version

  10. v0.0.0-20260317115551-ef9247763bdd17 Mar 2026pre-release

    Nothing published for this version

  11. v0.0.0-20260224081239-34a58254935224 Feb 2026pre-release

    Nothing published for this version

  12. v0.0.0-20260101121153-1623bfab60211 Jan 2026pre-release

    Nothing published for this version

  13. v0.0.0-20251217201839-0a93f16b68dd17 Dec 2025pre-release

    Nothing published for this version

  14. v0.0.0-20251127144053-3112a3fa65a827 Nov 2025pre-release

    Nothing published for this version

  15. v0.0.0-20251110205842-ab759e4c955610 Nov 2025pre-release

    Nothing published for this version

  16. v0.0.0-20250923093646-d0d98ab6626e23 Sept 2025pre-release

    Nothing published for this version

  17. v0.0.0-20250909092611-2e7adc968b029 Sept 2025pre-release

    Nothing published for this version

  18. v0.0.0-20250802125059-b1d78e1e454e2 Aug 2025pre-release

    Nothing published for this version

  19. v0.0.0-20250730095745-8af066da55bb30 Jul 2025pre-release

    Nothing published for this version

  20. v0.0.0-20250609204203-8c4a1d0ce8a39 Jun 2025pre-release

    Nothing published for this version

  21. v0.0.0-20250428060040-25de2c8154fc28 Apr 2025pre-release

    Nothing published for this version

  22. v0.0.0-20241223204942-5136626b3c2323 Dec 2024pre-release

    Nothing published for this version

  23. v0.0.0-20241210114825-5ea70451e11810 Dec 2024pre-release

    Nothing published for this version

  24. v0.0.0-20241203091227-c10f041813443 Dec 2024pre-release

    Nothing published for this version

  25. v0.0.0-20241028202110-22b50114590428 Oct 2024pre-release

    Nothing published for this version

  26. v0.0.0-20240928173135-1279a059701328 Sept 2024pre-release

    Nothing published for this version

  27. v0.0.0-20240903184749-6a688ae8fd3c3 Sept 2024pre-release

    Nothing published for this version

  28. v0.0.0-20240718220423-47abbf62c7ea18 Jul 2024pre-release

    Nothing published for this version

  29. v0.0.0-20240624122544-e6ca0644673424 Jun 2024pre-release

    Nothing published for this version

  30. v0.0.0-20240527215806-7dccc21a246227 May 2024pre-release

    Nothing published for this version

  31. v0.0.0-20240504081734-2897d4fdf17b4 May 2024pre-release

    Nothing published for this version

  32. v0.0.0-20240314223629-cfb019efe8b714 Mar 2024pre-release

    Nothing published for this version

  33. v0.0.0-20240314221417-31de2caf066614 Mar 2024pre-release

    Nothing published for this version

  34. v0.0.0-20240210204207-2068d7f28fb210 Feb 2024pre-release

    Nothing published for this version

  35. v0.0.0-20240116221103-e2e65182a1f916 Jan 2024pre-release

    Nothing published for this version

  36. v0.0.0-20230813145241-146ce608e09513 Aug 2023pre-release

    Nothing published for this version