-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Changelog | ||
|
||
## 2024-04 | ||
|
||
* Dashboard | ||
* Build a new data usage chart | ||
* Improve the UX for updating [Tracked Tables](postgresql/source-database#tracking-by-tables) by warning about unsaved changes | ||
* Add an easy-to-copy PSQL command example | ||
* Security | ||
* Implement [IP-based access control](destination-database#ip-based-access-control) to destination databases | ||
* Always ask to specify database password when editing [Source Database connection](source-database#connection) | ||
* Use internal network connection for all inter-service communication with VPC | ||
* Platform | ||
* Allow setting rules for [ignoring changes](postgresql/source-database#ignoring-by-columns) | ||
* Add connection pooling to destination databases | ||
* Implement monitoring and alerting for customers' usage volumes | ||
* [Bemi Core](https://github.com/BemiHQ/bemi) | ||
* Improve PostgreSQL indexes | ||
* Use microsecond precision for timestamps | ||
* [Bemi Prisma](https://github.com/BemiHQ/bemi-prisma) | ||
* Automatically include an original SQL query in the application context | ||
* Add support for Next.js actions | ||
* [Bemi Rails](https://github.com/BemiHQ/bemi-rails) | ||
* Automatically include an original SQL query in the application context | ||
* Allow filtering out changes by a record, values, and operations | ||
* Filter out logs with `Rails.configuration.filter_parameters` | ||
* Add new helper methods for diffing and sorting changes | ||
* Integrations | ||
* [Render](postgresql/source-database#render): create a dedicated integration runbook with their support | ||
* [Neon](postgresql/source-database#neon): describe how to integrate by using their new Logical Replication beta feature | ||
* [Supabase](postgresql/source-database#supabase): improve IPv6 error handling | ||
* [AWS DMS](https://aws.amazon.com/dms/): make ingestion worker compatible with DMS' logical replication decoding |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ const sidebars: SidebarsConfig = { | |
}, | ||
'alternatives', | ||
'self-hosting', | ||
'changelog', | ||
], | ||
}; | ||
|
||
|