From 48eda0c6849f969e1963013da7e8ec82ec02a138 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:55:37 +0400 Subject: [PATCH 1/3] Update overview.mdx --- docs/changelog/overview.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog/overview.mdx b/docs/changelog/overview.mdx index e5985fdb2..45ec9ea23 100644 --- a/docs/changelog/overview.mdx +++ b/docs/changelog/overview.mdx @@ -4,6 +4,13 @@ title: "Changelog" The changelog below reflects new product developments and updates on a monthly basis. +## January 2024 +- Reduced size of Infisical Node.js SDK by ≈90%. +- Added secret fallback support to all SDK's. +- Added Machine Identity support to [Terraform Provider](https://github.com/Infisical/terraform-provider-infisical). +- Released [.NET SDK](https://infisical.com/docs/sdks/languages/csharp). +- Added symmetric encryption support to all SDK's. + ## December 2023 - Released [(machine) identities](https://infisical.com/docs/documentation/platform/identities/overview) and [universal auth](https://infisical.com/docs/documentation/platform/identities/universal-auth) features. From a50ffbb59d0e23bedf8b9e31b29a43d98b38adc5 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Fri, 19 Jan 2024 00:13:57 +0400 Subject: [PATCH 2/3] Update overview.mdx --- docs/changelog/overview.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog/overview.mdx b/docs/changelog/overview.mdx index 45ec9ea23..15704303b 100644 --- a/docs/changelog/overview.mdx +++ b/docs/changelog/overview.mdx @@ -10,6 +10,8 @@ The changelog below reflects new product developments and updates on a monthly b - Added Machine Identity support to [Terraform Provider](https://github.com/Infisical/terraform-provider-infisical). - Released [.NET SDK](https://infisical.com/docs/sdks/languages/csharp). - Added symmetric encryption support to all SDK's. +- Fixed secret reminders bug, where reminders were not being updated correctly. +- ## December 2023 From b7cbb0f1a8c1a66540b36f2145063b7d01facf7d Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Fri, 19 Jan 2024 00:14:03 +0400 Subject: [PATCH 3/3] Update overview.mdx --- docs/changelog/overview.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/changelog/overview.mdx b/docs/changelog/overview.mdx index 15704303b..ca62fe94b 100644 --- a/docs/changelog/overview.mdx +++ b/docs/changelog/overview.mdx @@ -11,7 +11,6 @@ The changelog below reflects new product developments and updates on a monthly b - Released [.NET SDK](https://infisical.com/docs/sdks/languages/csharp). - Added symmetric encryption support to all SDK's. - Fixed secret reminders bug, where reminders were not being updated correctly. -- ## December 2023