Skip to content

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Apr 26, 2024
1 parent b59be5b commit 0bbf3ec
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/docs/changelog.md
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
1 change: 1 addition & 0 deletions docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const sidebars: SidebarsConfig = {
},
'alternatives',
'self-hosting',
'changelog',
],
};

Expand Down

0 comments on commit 0bbf3ec

Please sign in to comment.