From a43a4e3c13d8c88b15dbc79318aeb7baf8d7480e Mon Sep 17 00:00:00 2001 From: Evis Drenova <80707987+evisdrenova@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:27:10 -0800 Subject: [PATCH] NEOS-1691: 12-19 changelog (#3071) --- docs/blog/2024-12-19-RBAC.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/blog/2024-12-19-RBAC.md diff --git a/docs/blog/2024-12-19-RBAC.md b/docs/blog/2024-12-19-RBAC.md new file mode 100644 index 0000000000..d3e88e37c3 --- /dev/null +++ b/docs/blog/2024-12-19-RBAC.md @@ -0,0 +1,17 @@ +--- +title: 12/19 - RBAC +hide_table_of_contents: false +slug: /rbac +authors: + - evis +--- + +1. Fixed a bug that was causing generate javascript code to not be persisted across modal open/closes +2. Added support for Job Hooks to Terraform +3. Added support for RBAC in Neosync +4. Fixed a bug that was causing the worker to silently fail due to a Redis configuration +5. Added support for uploading client TLS certificates to Mysql +6. Added support for uploading client TLS certificates to MS SQL +7. Updated Subsetting logic to account for nullable foreign keys +8. Updated Subsetting page to use a modal instead of inline SQL filters +9. Exposed a button that allows users to see what SQL queries we're running in the Runs page