Skip to content

Commit

Permalink
Reword the release description
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed May 6, 2024
1 parent 1f917e5 commit c69e140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To see the complete change log for each new release, see the [Releases page](htt
[Announcement post](/blog/2024/05/02/electricsql-v0.11-released).
```

This release introduces a new database driver for PGLite. Plus reliability improvements.
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.

#### Updated components

Expand All @@ -40,7 +40,7 @@ Component | Version

**Sync service**

- The default value for `DATABASE_USE_IPV6` is now `false` due to immaturity of IPv6 support at multiple levels of the Internet infrastucture.
- 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.

- 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.

Expand Down

0 comments on commit c69e140

Please sign in to comment.