Releases: get-eventually/go-eventually
Releases · get-eventually/go-eventually
v0.3.0-prerelease.4
What's Changed
- feat(postgres): add options to AggregateRepository to change tables to point to by @ar3s3ru in #224
- chore(deps): bump google.golang.org/api from 0.170.0 to 0.172.0 by @dependabot in #226
- chore(deps): bump go.opentelemetry.io/otel/metric from 1.24.0 to 1.25.0 by @dependabot in #227
- chore(deps): bump github.com/testcontainers/testcontainers-go/modules/postgres from 0.29.1 to 0.30.0 by @dependabot in #231
- chore(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.2 by @dependabot in #232
- chore(deps): bump github.com/testcontainers/testcontainers-go/modules/gcloud from 0.29.1 to 0.30.0 by @dependabot in #233
- chore(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 by @dependabot in #230
- chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #235
- chore(deps): bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #242
- chore(deps): bump go.opentelemetry.io/otel/metric from 1.25.0 to 1.26.0 by @dependabot in #239
- chore(deps): bump google.golang.org/api from 0.172.0 to 0.177.0 by @dependabot in #243
Full Changelog: v0.3.0-prerelease.1...v0.3.0-prerelease.4
v0.3.0-prerelease.1
What's Changed
- chore(deps): bump go.opentelemetry.io/otel/trace from 1.17.0 to 1.18.0 in /oteleventually by @dependabot in #149
- chore(deps): bump go.opentelemetry.io/otel from 1.18.0 to 1.19.0 in /oteleventually by @dependabot in #160
- chore(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 in /core by @dependabot in #161
- chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /firestore by @dependabot in #162
- chore(deps): bump github.com/get-eventually/go-eventually/serdes from 0.0.0-20230227215702-6ac2a4505ce1 to 0.2.1 in /postgres by @dependabot in #157
- chore(deps): bump github.com/get-eventually/go-eventually/integrationtest from 0.0.0-20230709124743-a74cc5d818ba to 0.2.1 in /postgres by @dependabot in #158
- chore(deps): bump github.com/get-eventually/go-eventually/core from 0.0.0-20230701135437-6329c6bf6407 to 0.2.1 in /postgres by @dependabot in #156
- chore(deps): bump github.com/get-eventually/go-eventually/core from 0.0.0-20230701135437-6329c6bf6407 to 0.2.1 in /oteleventually by @dependabot in #154
- chore(deps): bump github.com/get-eventually/go-eventually/core from 0.0.0-20230701135437-6329c6bf6407 to 0.2.1 in /serdes by @dependabot in #155
- chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3 in /firestore by @dependabot in #163
- chore(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 in /core by @dependabot in #167
- chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 in /core by @dependabot in #164
- chore(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.0 in /postgres by @dependabot in #166
- chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 in /postgres by @dependabot in #165
- chore(deps): bump go.opentelemetry.io/otel from 1.19.0 to 1.20.0 in /oteleventually by @dependabot in #170
- chore(deps): bump go.opentelemetry.io/otel from 1.20.0 to 1.21.0 in /oteleventually by @dependabot in #173
- chore(deps): bump google-github-actions/release-please-action from 3 to 4 by @dependabot in #174
- chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 in /postgres by @dependabot in #178
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #180
- chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 in /core by @dependabot in #181
- fix(serdes): JSON supports serialization with by-value semantics by @ar3s3ru in #188
- fix(release-please): link versions and create separate prs by @ar3s3ru in #190
- chore: update dependencies by @ar3s3ru in #203
- chore(deps): bump sonarsource/sonarcloud-github-action from 1.9 to 2.1 by @dependabot in #197
- chore(deps): bump google-github-actions/setup-gcloud from 1 to 2 by @dependabot in #177
- chore(deps): bump go.opentelemetry.io/otel from 1.23.1 to 1.24.0 in /oteleventually by @dependabot in #206
- major: first v0.3.0 release PR by @ar3s3ru in #220
- feat(.github): switch to Codecov for code coverage by @ar3s3ru in #222
Full Changelog: integrationtest-v0.2.1...v0.3.0-prerelease.1
serdes: v0.2.1
postgres: v0.2.1
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)
oteleventually: v0.2.1
integrationtest: v0.2.1
firestore: v0.2.1
core: v0.2.1
v0.1.0-alpha.2
Please check the CHANGELOG for a detailed list of changes.
Auto-generated list from GitHub:
What's Changed
- fix: ensure to run golangci-linter for eventstore/postgres by @ar3s3ru in #60
- Allow to wrap Event appending function for Postgres EventStore by @Kostassoid in #59
- Don't generate EventID if it's provided by @Kostassoid in #61
- feat(postgres): add Serde interface by @ar3s3ru in #62
- feat(command): use ShouldCaptureError func to capture command errors by @ar3s3ru in #63
- release: v0.1.0-alpha.2 by @ar3s3ru in #64
New Contributors
- @Kostassoid made their first contribution in #59
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
release: v0.1.0-alpha.1
Tagging this release as v0.1.0-alpha.1
since the library has been stable for a while. Still treating it as alpha
, since some changes are already foreseen in the future (which might break the API).