Skip to content

Latest commit

 

History

History
133 lines (83 loc) · 5.81 KB

CHANGELOG.md

File metadata and controls

133 lines (83 loc) · 5.81 KB

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]

0.14.3 - 2024-03-27

Other

  • update Cargo.toml dependencies

0.14.2 - 2024-03-20

Other

  • simplify API and get rid of type level programming (#205)

0.14.1 - 2024-03-17

Other

  • updated the following local packages: eventsourced, eventsourced

0.14.0 - 2024-03-15

Other

  • rewrite api (#192)

0.13.11 - 2024-03-11

Other

  • update deps (#189)

0.13.10 - 2024-02-19

Other

  • updated the following local packages: eventsourced, eventsourced

0.13.9 - 2024-02-17

Other

  • major cleanup (#177)

0.13.8 - 2024-02-02

Other

  • updated the following local packages: eventsourced, eventsourced

0.13.7 - 2024-02-01

Other

  • updated the following local packages: eventsourced, eventsourced

0.13.6 - 2024-01-26

Other

  • updated the following local packages: eventsourced, eventsourced

0.13.5 - 2024-01-23

Other

  • update Cargo.toml dependencies

0.13.4 - 2024-01-16

Added

  • add projections (#148)

Other

  • clearer EvtLog API (#147)
  • bump NATS version (#145)

0.13.3 - 2024-01-12

Other

  • updated the following local packages: eventsourced, eventsourced

0.13.2 - 2024-01-06

Other

  • updated the following local packages: eventsourced, eventsourced

0.13.1 - 2024-01-04

Other

  • cleaner sequence number handling (#130)

0.12.0 - 2023-12-28

Added

  • no longer support tagging (#116)
  • add logging and tracing (#114)
  • use NonZeroU64 instead of SeqNo (#111)

Fixed

  • hydrate entities / evtlog after seq_no (#120)

0.10.0 - 2023-12-20

Added

  • add const TYPE_NAME to trait EventSourced (#94)

0.9.0 - 2023-12-08

Added

  • introduce entity type (#90)

0.8.5 - 2023-11-30

Other

  • updated the following local packages: eventsourced, eventsourced

0.8.4 - 2023-11-29

Other

  • use ToString instead of Into (#84)

0.8.3 - 2023-11-29

Other

  • updated the following local packages: eventsourced, eventsourced

0.8.2 - 2023-11-24

Fixed

  • (eventsourced-postgres) sequence number handling (#76)

0.7.2 - 2023-11-05

Other

  • more cleanup (#69)
  • minor code style cleanup (#68)
  • separate readme for each crate (#66)