Skip to content

Commit

Permalink
fix(libs/events): fix payments versions (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nicolas authored Mar 14, 2024
1 parent e3bfda7 commit f9abb7b
Show file tree
Hide file tree
Showing 28 changed files with 1,039 additions and 1 deletion.
9 changes: 9 additions & 0 deletions libs/events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ This repository centralizes event schemas across the Formance Stack. For each st
Each "vX" folder contains a "base" folder that contains the base event format, which is common to all services. This base event includes a "type" property and an "app" property, which denote the format of the "payload" property.

For example, an event with "type" == "SAVED_PAYMENT" and "app" == "payments" must have a payload matching schema in the file "payments/SAVED_PAYMENT.yaml".

## Payments Versions

We decided to go with stack releases starting at v2.0.x.

Before that, the last payments version was v0.9.7.

This is why we do not have a v1.0.0 directory with events, since payments
was never released with a v1.x version.
Loading

0 comments on commit f9abb7b

Please sign in to comment.