Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/get-eventually/go-eventually/integrationtest from 0.0.0-20230709124743-a74cc5d818ba to 0.2.1 in /postgres #158

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps github.com/get-eventually/go-eventually/integrationtest from 0.0.0-20230709124743-a74cc5d818ba to 0.2.1.

Release notes

Sourced from github.com/get-eventually/go-eventually/integrationtest's releases.

core: v0.2.1

0.2.1 (2023-09-22)

Features

  • core/command: add some helper functions and documentation (#86) (ee1f26e)
  • implement Firestore event.Store interface (#136) (5e1c10c)
  • postgres: update to pgx/v5 and refactor RunMigrations (#137) (a74cc5d)

Bug Fixes

firestore: v0.2.1

0.2.1 (2023-09-22)

Features

  • implement Firestore event.Store interface (#136) (5e1c10c)

integrationtest: v0.2.1

0.2.1 (2023-09-22)

Features

  • implement Firestore event.Store interface (#136) (5e1c10c)

oteleventually: v0.2.1

0.2.1 (2023-09-22)

Features

  • implement Firestore event.Store interface (#136) (5e1c10c)
  • opentelemetry: add aggregate.version to the Repository.Get span (#142) (e204ba9)

Bug Fixes

  • golangci-lint linter execution (#88) (bff3e52)
  • oteleventually: metric name for repository.save (#84) (a0bb5be)

postgres: v0.2.1

0.2.1 (2023-09-22)

... (truncated)

Changelog

Sourced from github.com/get-eventually/go-eventually/integrationtest's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Usage of Go workspaces for local development.
  • New core/message package for defining messages.
  • core/serde package for serialization and deserialization of types.
  • serdes module using core/serde with some common protocol implementations: Protobuf, ProtoJSON and JSON.
  • postgres.AggregateRepository implementation to load/save Aggregates directly, and still saving recorded Domain Events in a separate table (events).
  • oteleventually.InstrumentedRepository provides an aggregate.Repository instrumentation.
  • New scenario.AggregateRoot API to BDD-like test scenario on an aggregate.Root instance.

Changed

  • aggregate package uses Go generics for aggregate.Repository and aggregate.Root interfaces.
  • eventually.Payload is now message.Message.
  • eventually.Message is now message.Envelope.
  • eventstore.Event is now event.Persisted.
  • eventstore.Store is now event.Store.
  • command.Command[T] is now using message.Message[T].
  • command.Handler is now generic over its command.Command input.
  • scenario package is now under core/test/scenario.
  • scenario.CommandHandler now uses generics for command and command handler assertion.
  • postgres module now uses pgx and pgxpool to handle connection with the PostgreSQL database, instead of database/sql.
  • postgres.EventStore uses serde.Serializer interface to serialize/deserialize Domain Events to []byte.
  • oteleventually.InstrumentedEventStore is now adapted to the new event.Store interface.

Removed

  • SequenceNumber from the event.Persisted struct (was previously eventstore.Event).
  • eventstore.SequenceNumberGetter, to follow the previous SequenceNumber removal.
  • command.Dispatcher interface, as implementing it with generics is currently not possible.

[Pre-v0.2.0 unreleased changes]

Changed

  • Add logger.Logger to command.ErrorRecorder to report errors when appending Command failures to the Event Store.
  • command.ErrorRecorder must be passed by reference to implement command.Handler interface now (size of the struct increased).

Removed

  • Remove the events field from oteleventually.InstrumentedEventStore due to the potential size of the field and issues with exporting the trace (which wouldn't fit an UDP packet).

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 25, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/postgres/github.com/get-eventually/go-eventually/integrationtest-0.2.1 branch 2 times, most recently from d956ac9 to 8f5d8f2 Compare September 30, 2023 17:57
@dependabot dependabot bot force-pushed the dependabot/go_modules/postgres/github.com/get-eventually/go-eventually/integrationtest-0.2.1 branch 2 times, most recently from 5dc20b7 to a5928e0 Compare October 13, 2023 10:04
…test

Bumps [github.com/get-eventually/go-eventually/integrationtest](https://github.com/get-eventually/go-eventually) from 0.0.0-20230709124743-a74cc5d818ba to 0.2.1.
- [Release notes](https://github.com/get-eventually/go-eventually/releases)
- [Changelog](https://github.com/get-eventually/go-eventually/blob/main/CHANGELOG.md)
- [Commits](https://github.com/get-eventually/go-eventually/commits/core-v0.2.1)

---
updated-dependencies:
- dependency-name: github.com/get-eventually/go-eventually/integrationtest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/postgres/github.com/get-eventually/go-eventually/integrationtest-0.2.1 branch from a5928e0 to 1404253 Compare October 13, 2023 11:55
@ar3s3ru ar3s3ru merged commit ae459ed into main Oct 20, 2023
2 checks passed
@ar3s3ru ar3s3ru deleted the dependabot/go_modules/postgres/github.com/get-eventually/go-eventually/integrationtest-0.2.1 branch October 20, 2023 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant