Skip to content

Latest commit

 

History

History
217 lines (208 loc) · 28.5 KB

CHANGELOG.md

File metadata and controls

217 lines (208 loc) · 28.5 KB

Changelog

All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.


0.4.0 - 2022-01-01

Bug Fixes

Documentation

Features

Miscellaneous Chores

Refactoring

  • (thalo) move events to separate structs in tests_cfg - (aa41d3d) - @tqwewe

0.3.3 - 2021-12-28

Build system

Documentation

Features

Miscellaneous Chores


0.3.2 - 2021-12-27

Build system

Features

  • (thalo) add Item associated type to EventStream - (b9484e5) - @tqwewe
  • (thalo-kafka) add KafkaEventStream::watch_event_handler method to handle event handlers - (c7c1c16) - @tqwewe
  • (thalo-kafka) add auto.offset.reset=earliest to recommended kafka config - (eb65b95) - @tqwewe
  • (thalo-kafka) add Clone, Debug derives to KafkaClientConfig - (eb4a5ee) - @tqwewe
  • (thalo-kafka) add KafkaEventStream::consumer - (960461d) - @tqwewe
  • (thalo-kafka) add KafkaEventMessage - (6d5fc66) - @tqwewe
  • (thalo-kafka) take items that implement fmt::Display for KafkaEventStream::new - (a2ce28b) - @tqwewe

Miscellaneous Chores


0.3.1 - 2021-12-27

Bug Fixes

  • (examples/protobuf) unwrap result of event stream - (c009315) - @tqwewe

Build system

Documentation

Features

Miscellaneous Chores


0.3.0 - 2021-12-26

Bug Fixes

  • (thalo-kafka) fix invalid EventStream implementation - (25f6973) - @tqwewe
  • (thalo-macros) AggregateChannel not using expressive call to AggregateType::aggregate_type() - (a006ad2) - @tqwewe
  • (thalo-postgres) database queries - (ddc6617) - @tqwewe

Build system

Documentation

Features

Miscellaneous Chores

Refactoring


0.2.2 - 2021-12-18

Build system

Documentation

Features

Miscellaneous Chores

Refactoring


0.2.1 - 2021-12-15

Build system

Miscellaneous Chores

  • merge branch 'main' of github.com:thalo-rs/thalo into dev - (0a13f0b) - @tqwewe

0.2.0 - 2021-12-15

Bug Fixes

  • (examples/bank) outbox relay feature flag typo - (e43aca4) - @tqwewe

Build system

Features

  • (docker-image) add table projection - (b821cc1) - @tqwewe
  • (examples/bank) use projection table - (39f3ec2) - @tqwewe
  • (outbox-relay) add --no-loop flag to pg_recvlogical - (94204d2) - @tqwewe
  • (outbox-relay) delete existing slot on startup - (87f217d) - @tqwewe
  • (thalo) add associated id type to trait - (722d13f) - @tqwewe
  • (thalo) use projection table for event_id and event_sequence - (865a037) - @tqwewe
  • (thalo-macros) add tarpc service generation to aggregate_commands macro - (497d08a) - @tqwewe

Miscellaneous Chores

Refactoring

  • (examples/bank) clean return type for open_account - (2c4dcd2) - @tqwewe
  • (thalo) rename feature to 'outbox-relay' - (cfb0806) - @tqwewe
  • rename aggregate_commands/aggregate_events to commands/events - (0b2db93) - @tqwewe

Revert

  • chore(outbox-relay): re-organise directory and move to separate workspaceThis reverts commit dcb9b288090d4bf112d579df76caac68c12a6f2e. - (73f17ae) - @tqwewe

Changelog generated by cocogitto.