From ceb741955dea25922427a55d1d771d2c75d12a67 Mon Sep 17 00:00:00 2001 From: Vlad Matsiiako <78047717+vmatsiiako@users.noreply.github.com> Date: Sun, 28 Jul 2024 10:08:58 -0700 Subject: [PATCH] Update changelog --- docs/changelog/overview.mdx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/changelog/overview.mdx b/docs/changelog/overview.mdx index d265b546c..1ebdf46e7 100644 --- a/docs/changelog/overview.mdx +++ b/docs/changelog/overview.mdx @@ -4,6 +4,29 @@ title: "Changelog" The changelog below reflects new product developments and updates on a monthly basis. +## July 2024 +- Released the official [Ruby SDK](https://infisical.com/docs/sdks/languages/ruby). +- Increased the speed and efficiency of secret operations. +- Released AWS KMS wrapping (bring your own key). +- Users can now log in to CLI via SSO in non-browser environments. +- Released [Slack Webhooks](https://infisical.com/docs/documentation/platform/webhooks). +- Added [Dynamic Secrets with MS SQL](https://infisical.com/docs/documentation/platform/dynamic-secrets/mssql). +- Redesigned and simplified the Machine Identities page. +- Added the ability to move secrets/folders to another location. +- Added [OIDC](https://infisical.com/docs/documentation/platform/identities/oidc-auth/general) support to CLI, Go SDK, and more. + +## June 2024 +- Released [Infisical PKI](https://infisical.com/docs/documentation/platform/pki/overview). +- Released the official [Go SDK](https://infisical.com/docs/sdks/languages/go). +- Released [OIDC Authentication method](https://infisical.com/docs/documentation/platform/identities/oidc-auth/general). +- Allowed users to configure log retention periods on self-hosted instances. +- Added [tags](https://registry.terraform.io/providers/Infisical/infisical/latest/docs/resources/secret_tag) to terraform provider. +- Released [public secret sharing](https://share.infisical.com). +- Built a [native integration with Rundeck](https://infisical.com/docs/integrations/cicd/rundeck). +- Added list view for projects in the dashboard. +- Fixed offline coding mode in CLI. +- Users are now able to leave a particular project themselves. + ## May 2024 - Released [AWS](https://infisical.com/docs/documentation/platform/identities/aws-auth), [GCP](https://infisical.com/docs/documentation/platform/identities/gcp-auth), [Azure](https://infisical.com/docs/documentation/platform/identities/azure-auth), and [Kubernetes](https://infisical.com/docs/documentation/platform/identities/kubernetes-auth) Native Auth Methods. - Added [Secret Sharing](https://infisical.com/docs/documentation/platform/secret-sharing) functionality for sharing sensitive data through encrypted links – within and outside of an organization.