Last release 1 months ago
14 Jul 2026
Ships fairly regularly
a new release about every 3 weeks
Nearly every release is documented
notes for 1 of 1 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
36 releases · first in 2023
Release timeline
36 releases since 2023Releases
- v1.0.1-0.20260714125341-1fd0b6eba3e614 Jul 2026pre-release
Nothing published for this version
- v1.0.014 Jul 2026
Release notes
Open source →First tagged release of the go-ddd template.
Highlights
- Domain layer: aggregates with factory methods,
Moneyvalue 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+/readyzprobes, OpenAPI spec, structured slog logging, graceful shutdown, distroless Docker image, one-commandmake docker-up
Container image
docker pull ghcr.io/sklinkert/go-ddd:v1.0.0See the README for a 30-second API walkthrough and DDD_CQRS_PRINCIPLES.md for the full pattern guide.
- Domain layer: aggregates with factory methods,
- v0.0.0-20260710121026-5b11e63232da10 Jul 2026pre-release
Nothing published for this version
- v0.0.0-20260623202710-214c20a742e223 Jun 2026pre-release
Nothing published for this version
- v0.0.0-20260618164501-167e612c1b3c18 Jun 2026pre-release
Nothing published for this version
- v0.0.0-20260606114029-0a869c0ebcdb6 Jun 2026pre-release
Nothing published for this version
- v0.0.0-20260528074110-308557f1e03c28 May 2026pre-release
Nothing published for this version
- v0.0.0-20260402080256-eac3176662072 Apr 2026pre-release
Nothing published for this version
- v0.0.0-20260330123642-1ad152c2c49f30 Mar 2026pre-release
Nothing published for this version
- v0.0.0-20260317115551-ef9247763bdd17 Mar 2026pre-release
Nothing published for this version
- v0.0.0-20260224081239-34a58254935224 Feb 2026pre-release
Nothing published for this version
- v0.0.0-20260101121153-1623bfab60211 Jan 2026pre-release
Nothing published for this version
- v0.0.0-20251217201839-0a93f16b68dd17 Dec 2025pre-release
Nothing published for this version
- v0.0.0-20251127144053-3112a3fa65a827 Nov 2025pre-release
Nothing published for this version
- v0.0.0-20251110205842-ab759e4c955610 Nov 2025pre-release
Nothing published for this version
- v0.0.0-20250923093646-d0d98ab6626e23 Sept 2025pre-release
Nothing published for this version
- v0.0.0-20250909092611-2e7adc968b029 Sept 2025pre-release
Nothing published for this version
- v0.0.0-20250802125059-b1d78e1e454e2 Aug 2025pre-release
Nothing published for this version
- v0.0.0-20250730095745-8af066da55bb30 Jul 2025pre-release
Nothing published for this version
- v0.0.0-20250609204203-8c4a1d0ce8a39 Jun 2025pre-release
Nothing published for this version
- v0.0.0-20250428060040-25de2c8154fc28 Apr 2025pre-release
Nothing published for this version
- v0.0.0-20241223204942-5136626b3c2323 Dec 2024pre-release
Nothing published for this version
- v0.0.0-20241210114825-5ea70451e11810 Dec 2024pre-release
Nothing published for this version
- v0.0.0-20241203091227-c10f041813443 Dec 2024pre-release
Nothing published for this version
- v0.0.0-20241028202110-22b50114590428 Oct 2024pre-release
Nothing published for this version
- v0.0.0-20240928173135-1279a059701328 Sept 2024pre-release
Nothing published for this version
- v0.0.0-20240903184749-6a688ae8fd3c3 Sept 2024pre-release
Nothing published for this version
- v0.0.0-20240718220423-47abbf62c7ea18 Jul 2024pre-release
Nothing published for this version
- v0.0.0-20240624122544-e6ca0644673424 Jun 2024pre-release
Nothing published for this version
- v0.0.0-20240527215806-7dccc21a246227 May 2024pre-release
Nothing published for this version
- v0.0.0-20240504081734-2897d4fdf17b4 May 2024pre-release
Nothing published for this version
- v0.0.0-20240314223629-cfb019efe8b714 Mar 2024pre-release
Nothing published for this version
- v0.0.0-20240314221417-31de2caf066614 Mar 2024pre-release
Nothing published for this version
- v0.0.0-20240210204207-2068d7f28fb210 Feb 2024pre-release
Nothing published for this version
- v0.0.0-20240116221103-e2e65182a1f916 Jan 2024pre-release
Nothing published for this version
- v0.0.0-20230813145241-146ce608e09513 Aug 2023pre-release
Nothing published for this version