From 0bbf3ec315acefa3ac3d8f103721c9705bb8b9ba Mon Sep 17 00:00:00 2001 From: exAspArk Date: Fri, 26 Apr 2024 17:02:30 -0400 Subject: [PATCH] Add Changelog --- docs/docs/changelog.md | 32 ++++++++++++++++++++++++++++++++ docs/sidebars.ts | 1 + 2 files changed, 33 insertions(+) create mode 100644 docs/docs/changelog.md diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md new file mode 100644 index 0000000..c9d3b76 --- /dev/null +++ b/docs/docs/changelog.md @@ -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 diff --git a/docs/sidebars.ts b/docs/sidebars.ts index e89d18e..489db2c 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -35,6 +35,7 @@ const sidebars: SidebarsConfig = { }, 'alternatives', 'self-hosting', + 'changelog', ], };