Skip to content

Commit

Permalink
chore(docs): Fix typos and add a note about DATABASE_USE_IPV6 to the …
Browse files Browse the repository at this point in the history
…release notes (#1264)
  • Loading branch information
alco authored May 15, 2024
1 parent 237e323 commit 0d659d4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/reference/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ 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)


## 2024-05-02 - v0.11
## 2024-05-14 - v0.11

[Announcement post](/blog/2024/05/14/electricsql-postgres-client-support).

This release introduces a new database driver for PGLite, enabling client applications to use a local Postgres database. It also the first release to maintain replication stream continuity in the face of the sync service's restarts.
This release introduces a new database driver for PGLite, enabling client applications to use a local Postgres database. It is also the first release to maintain replication stream continuity in the face of the sync service's restarts.

#### Updated components

Expand All @@ -38,7 +38,9 @@ Component | Version

**Sync service**

- Electric no longer tries decode the JWT signing key by default. A new configuration option `AUTH_JWT_KEY_IS_BASE64_ENCODED` has been added to let the developer choose whether Electric should use the configured signing key as is or base64-decode it first.
- Electric no longer tries to decode the JWT signing key by default. A new configuration option `AUTH_JWT_KEY_IS_BASE64_ENCODED` has been added to let the developer choose whether Electric should use the configured signing key as is or base64-decode it first.

- The default value for `DATABASE_USE_IPV6` is now `false`. Using IPv6 by default turned out to cause problems that could have been avoided by sticking to IPv4. ISPs, Docker, hosting platforms do not all have seamless IPv6 support just yet.

## 2024-04-10 - v0.10

Expand Down

0 comments on commit 0d659d4

Please sign in to comment.