Skip to content

Commit

Permalink
chore(docs): Add release notes for the v12.0.1 patch release (#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed Jun 19, 2024
1 parent f33f42f commit 9846f54
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/reference/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ To see the complete change log for each new release, see the [Releases page](htt
- [@electric-sql/prisma-generator](https://github.com/electric-sql/electric/blob/main/generator/CHANGELOG.md)
- [debug-toolbar](https://github.com/electric-sql/electric/blob/main/components/toolbar/CHANGELOG.md)

## 2024-06-19 - patch release

| Component | Version |
| ---------------------- | -------------------------------------------------------------------------------------------------- |
| [Sync service][1] | [0.12.1](https://github.com/electric-sql/electric/blob/main/components/electric/CHANGELOG.md#0121) |
| [TypeScript client][2] | [0.12.1](https://github.com/electric-sql/electric/blob/main/clients/typescript/CHANGELOG.md#0121) |
| [debug-toolbar][5] | [2.0.1](https://github.com/electric-sql/electric/blob/main/components/toolbar/CHANGELOG.md#201) |

#### Compatibility notes

**TypeScript client**

- Dropped support for Node v16.
- The `disableForeignKeysDownstream` configuration option has been renamed to `foreignKeyChecksDownstream` and its type changed from a boolean to an enum. Foreign key checks for downstream changes are now disabled by default. See https://electric-sql.com/docs/api/clients/typescript#available-options for details.

## 2024-06-10 - v0.12

| Component | Version |
Expand Down

0 comments on commit 9846f54

Please sign in to comment.