Skip to content

postgres: v0.2.1

Choose a tag to compare

@github-actions github-actions released this 22 Sep 21:22
d09176c

0.2.1 (2023-09-22)

Features

  • implement Firestore event.Store interface (#136) (5e1c10c)
  • postgres: update to pgx/v5 and refactor RunMigrations (#137) (a74cc5d)

Bug Fixes

  • golangci-lint linter execution (#88) (bff3e52)
  • postgres: use eventually_schema_migrations table for migrations (#87) (4886b08)
  • postgres: use pgxpool.Pool instead of pgx.Conn for db communication (#83) (076e4e8)
  • postgres: use SERIALIZABLE tx isolation level for AggregateRepository.Save (#139) (0cde29d)