diff --git a/docs/release_notes/2024/August_2024/_category_.json b/docs/release_notes/2024/August_2024/_category_.json
index 87125828d8..fa7354f495 100644
--- a/docs/release_notes/2024/August_2024/_category_.json
+++ b/docs/release_notes/2024/August_2024/_category_.json
@@ -1,6 +1,6 @@
{
"label": "August 2024",
- "position": 4,
+ "position": 5,
"collapsible": true,
"collapsed": true
}
diff --git a/docs/release_notes/2024/October_2024/_category_.json b/docs/release_notes/2024/October_2024/_category_.json
index 6c36188b99..6e67dfe38e 100644
--- a/docs/release_notes/2024/October_2024/_category_.json
+++ b/docs/release_notes/2024/October_2024/_category_.json
@@ -1,6 +1,6 @@
{
"label": "October 2024",
- "position": 2,
+ "position": 3,
"collapsible": true,
"collapsed": true
}
diff --git a/docs/release_notes/2024/april2024.md b/docs/release_notes/2024/april2024.md
index 197378dbc5..e015969ece 100644
--- a/docs/release_notes/2024/april2024.md
+++ b/docs/release_notes/2024/april2024.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 8
+sidebar_position: 9
id: April_2024
description: Release notes for April
title: April 2024
diff --git a/docs/release_notes/2024/dec2024.md b/docs/release_notes/2024/dec2024.md
new file mode 100644
index 0000000000..e08b252aa1
--- /dev/null
+++ b/docs/release_notes/2024/dec2024.md
@@ -0,0 +1,62 @@
+---
+sidebar_position: 1
+id: December_2024
+description: Release notes for December
+title: December 2024
+tags:
+ - release notes
+ - changelog
+ - december
+---
+
+## 3.4.2.\* (December 13, 2024)
+
+- Prophecy Python libs version: 1.9.28
+- Prophecy Scala libs version: 8.6.0
+
+### Features {#Features342}
+
+import TOCInline from '@theme/TOCInline';
+
+
+
+#### Databricks OAuth integration
+
+Prophecy has integrated with Databricks OAuth in order to provide you with increased security via industry-standard authentication flows.
+
+You will see a login overlay in Prophecy, such as when selecting a Fabric, where Databricks API interactions are required.
+
+
+
+The Databricks OAuth setup must be completed by both your Databricks Account Admin and your Prophecy Team Admin.
+
+For more information on how it works and how to set it up, see [Databricks OAuth](../../architecture/self-hosted/authentication/databricks-oauth.md).
+
+#### Active and Total Users APIs
+
+You can use the Active Users and Total Users APIs to find out the number of current and total users who are logged in to Prophecy. This can help you understand usage and times of high traffic, enabling you to manage capacity more effectively.
+
+For more information on the APIs, see [Active and Total Users](../../concepts/teamuser.md#active-and-total-users).
+
+### Minor Improvements {#MinorImprovements342}
+
+- **"Offset" column name bug fix**: We fixed a bug where naming a column using a Snowflake reserved keyword, such as "Offset", would break when using a Reformat Gem.
+
+- **Support for null values in unit tests**: When upgrading the Scala `prophecy-libs` version to 8.6.0 or later and the Python `prophecy-libs` version to 1.9.27 or later, you may notice differences in the Prophecy-managed files related to unit tests. Specifically, changes might occur in the `prophecy/tests/*.json` files. Any null values in these files will be replaced with empty strings (`""`). This change does not affect existing unit tests, and they will continue to function as before. These files are managed by Prophecy and are not used during Pipeline execution.
+
+ There is a new option under the three dots of the unit test data table to **Set value as Null** in columns.
+
+- **New Spark Fabric diagnostic error codes**: There are new diagnostic error codes for the following failures:
+
+ - Unable to reach Databricks endpoint.
+ - Unable to write execution metrics because Hive Metastore is not enabled on your Spark.
+ - Authentication fails while attempting to test a Spark Fabric connection.
+
+ For more information, see [Diagnostics](../../Spark/fabrics/diagnostics.md).
diff --git a/docs/release_notes/2024/feb2024.md b/docs/release_notes/2024/feb2024.md
index da3ffd62d8..ea55a739fd 100644
--- a/docs/release_notes/2024/feb2024.md
+++ b/docs/release_notes/2024/feb2024.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 10
+sidebar_position: 11
id: Feb_2024
description: Release notes for February
title: February 2024
diff --git a/docs/release_notes/2024/img/dec-data-bricks-oauth-select-fab.png b/docs/release_notes/2024/img/dec-data-bricks-oauth-select-fab.png
new file mode 100644
index 0000000000..59a6ada811
Binary files /dev/null and b/docs/release_notes/2024/img/dec-data-bricks-oauth-select-fab.png differ
diff --git a/docs/release_notes/2024/jan2024.md b/docs/release_notes/2024/jan2024.md
index 4e56470170..3b48272d13 100644
--- a/docs/release_notes/2024/jan2024.md
+++ b/docs/release_notes/2024/jan2024.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 11
+sidebar_position: 12
id: Jan_2024
description: Release notes for January
title: January 2024
diff --git a/docs/release_notes/2024/july2024.md b/docs/release_notes/2024/july2024.md
index 75df3c1df4..4a60c81e54 100644
--- a/docs/release_notes/2024/july2024.md
+++ b/docs/release_notes/2024/july2024.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 5
+sidebar_position: 6
id: July_2024
description: Release notes for July
title: July 2024
diff --git a/docs/release_notes/2024/june2024.md b/docs/release_notes/2024/june2024.md
index 75812da5e7..90a88d7329 100644
--- a/docs/release_notes/2024/june2024.md
+++ b/docs/release_notes/2024/june2024.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 6
+sidebar_position: 7
id: June_2024
description: Release notes for June
title: June 2024
diff --git a/docs/release_notes/2024/march2024.md b/docs/release_notes/2024/march2024.md
index d9bfc8420d..4b99727289 100644
--- a/docs/release_notes/2024/march2024.md
+++ b/docs/release_notes/2024/march2024.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 9
+sidebar_position: 10
id: March_2024
description: Release notes for March
title: March 2024
diff --git a/docs/release_notes/2024/may2024.md b/docs/release_notes/2024/may2024.md
index 46c3623fbb..333b745d05 100644
--- a/docs/release_notes/2024/may2024.md
+++ b/docs/release_notes/2024/may2024.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 7
+sidebar_position: 8
id: May_2024
description: Release notes for May
title: May 2024
diff --git a/docs/release_notes/2024/nov2024.md b/docs/release_notes/2024/nov2024.md
index 2704be6ac5..ca9ebe9acf 100644
--- a/docs/release_notes/2024/nov2024.md
+++ b/docs/release_notes/2024/nov2024.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 1
+sidebar_position: 2
id: November_2024
description: Release notes for November
title: November 2024
diff --git a/docs/release_notes/2024/sept2024.md b/docs/release_notes/2024/sept2024.md
index 7710978d17..ba86483f01 100644
--- a/docs/release_notes/2024/sept2024.md
+++ b/docs/release_notes/2024/sept2024.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 3
+sidebar_position: 4
id: September_2024
description: Release notes for September
title: September 2024