<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Vertica Documentation – New and changed in Vertica 12.0.2</title>
    <link>/en/new-features/12.0.2/</link>
    <description>Recent content in New and changed in Vertica 12.0.2 on Vertica Documentation</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/new-features/12.0.2/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>New-Features: Client connectivity</title>
      <link>/en/new-features/12.0.2/client-connectivity/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/new-features/12.0.2/client-connectivity/</guid>
      <description>
        
        
        &lt;h2 id=&#34;client-labels&#34;&gt;Client labels&lt;/h2&gt;
&lt;p&gt;You can now set the client label for &lt;code&gt;vsql&lt;/code&gt; connections at the start of the session with the &lt;code&gt;--label&lt;/code&gt; option. Client sessions and their labels are listed in the &lt;a href=&#34;../../../en/sql-reference/system-tables/v-monitor-schema/sessions/&#34;&gt;SESSIONS&lt;/a&gt; system table. This option supplements the existing &lt;a href=&#34;../../../en/sql-reference/functions/client-connection-functions/set-client-label/&#34;&gt;SET_CLIENT_LABEL&lt;/a&gt; function, which sets the client label for existing sessions.&lt;/p&gt;
&lt;h2 id=&#34;jdbc-database-name&#34;&gt;JDBC database name&lt;/h2&gt;
&lt;p&gt;The database name parameter in &lt;code&gt;DriverManager.getConnection()&lt;/code&gt; is now optional.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>New-Features: Client drivers</title>
      <link>/en/new-features/12.0.2/client-drivers/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/new-features/12.0.2/client-drivers/</guid>
      <description>
        
        
        &lt;h2 id=&#34;oauth-disable-hostname-validation&#34;&gt;OAuth: disable hostname validation&lt;/h2&gt;
&lt;p&gt;You can now disable hostname validation of the OAuth identity provider with the boolean oauthvalidatehostname in OAuthJsonConfig.&lt;/p&gt;
&lt;p&gt;OAuthValidateHostname is set to true by default, requiring the identity provider&#39;s certificate to list the IP or hostname of the identify provider. For details, see &lt;a href=&#34;../../../en/connecting-to/client-libraries/accessing/java/creating-and-configuring-connection/jdbc-connection-properties/&#34;&gt;JDBC connection properties&lt;/a&gt; and &lt;a href=&#34;../../../en/connecting-to/client-libraries/client-drivers/install-config/odbc/creating-an-odbc-data-source-name-dsn/odbc-dsn-connection-properties/&#34;&gt;ODBC DSN connection properties&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;odbc-request-timeout&#34;&gt;ODBC request timeout&lt;/h2&gt;
&lt;p&gt;You can now specify the timeout for requests sent by ODBC clients with the ConnectionTimeout parameter. For details on this and other parameters, see &lt;a href=&#34;../../../en/connecting-to/client-libraries/client-drivers/install-config/odbc/creating-an-odbc-data-source-name-dsn/odbc-dsn-connection-properties/&#34;&gt;ODBC DSN connection properties&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>New-Features: Complex types</title>
      <link>/en/new-features/12.0.2/complex-types/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/new-features/12.0.2/complex-types/</guid>
      <description>
        
        
        &lt;h2 id=&#34;array-search&#34;&gt;Array search&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/sql-reference/functions/data-type-specific-functions/collection-functions/array-find/&#34;&gt;ARRAY_FIND&lt;/a&gt; and &lt;a href=&#34;../../../en/sql-reference/functions/data-type-specific-functions/collection-functions/contains/&#34;&gt;CONTAINS&lt;/a&gt; can now search for elements that satisfy a predicate by using &lt;a href=&#34;../../../en/sql-reference/language-elements/lambda-functions/&#34;&gt;Lambda functions&lt;/a&gt;. The new &lt;a href=&#34;../../../en/sql-reference/functions/data-type-specific-functions/collection-functions/filter/&#34;&gt;FILTER&lt;/a&gt; function applies a predicate to an array and returns an array containing only elements that satisfy the predicate. See &lt;a href=&#34;../../../en/data-analysis/queries/arrays-and-sets-collections/#Searchin&#34;&gt;Searching and Filtering&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;parquet-export&#34;&gt;Parquet export&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/sql-reference/statements/export-to-parquet/&#34;&gt;EXPORT TO PARQUET&lt;/a&gt; now supports the &lt;a href=&#34;../../../en/sql-reference/data-types/complex-types/array/&#34;&gt;ARRAY&lt;/a&gt; and &lt;a href=&#34;../../../en/sql-reference/data-types/complex-types/row/&#34;&gt;ROW&lt;/a&gt; types in any combination.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>New-Features: Containers and Kubernetes</title>
      <link>/en/new-features/12.0.2/containers-and-k8s/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/new-features/12.0.2/containers-and-k8s/</guid>
      <description>
        
        
        &lt;h2 id=&#34;iam-profile-authentication-to-amazon-eks&#34;&gt;IAM profile authentication to Amazon EKS&lt;/h2&gt;
&lt;p&gt;You can authenticate to Amazon Elastic Kubernetes Service (EKS) with an Identity and Access Management (IAM) profile. For details, see &lt;a href=&#34;../../../en/containerized/configuring-communal-storage/&#34;&gt;Configuring communal storage&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;tls-certificate-management-for-helm-charts&#34;&gt;TLS certificate management for helm charts&lt;/h2&gt;
&lt;p&gt;The VerticaDB operator can generate and manage TLS certificates with the &lt;code&gt;webhook.certSource&lt;/code&gt; Helm chart parameter. The operator can generate certificates internally, or it can manage existing certificates.&lt;/p&gt;
&lt;p&gt;For details about setting the &lt;code&gt;webhook.certSource&lt;/code&gt; parameter, see &lt;a href=&#34;../../../en/containerized/db-operator/helm-chart-parameters/&#34;&gt;Helm chart parameters&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For details about managing TLS certificates for Helm charts, see &lt;a href=&#34;../../../en/containerized/db-operator/installing-db-operator/&#34;&gt;Installing the Vertica DB operator&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;ca-bundle-management-for-helm-charts&#34;&gt;CA bundle management for helm charts&lt;/h2&gt;
&lt;p&gt;You can include your certificate authority (CA) bundle in the Secret provided to the &lt;code&gt;webhook.tlsSecret&lt;/code&gt; Helm chart parameter. This parameter stores the CA bundle with its TLS certificate and keys.&lt;/p&gt;
&lt;p&gt;Previously, you had to use the &lt;code&gt;webhook.caBundle&lt;/code&gt; parameter to provide access to the CA bundle. This parameter is now deprecated.&lt;/p&gt;
&lt;p&gt;For details, see &lt;a href=&#34;../../../en/containerized/db-operator/helm-chart-parameters/&#34;&gt;Helm chart parameters&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;custom-catalog-path&#34;&gt;Custom catalog path&lt;/h2&gt;
&lt;p&gt;You can create a custom catalog path in the container filesystem to store the catalog in a different location than the local data. Set the &lt;code&gt;local.catalogPath&lt;/code&gt; Custom Resource Definition (CRD) parameter to define the custom catalog location.&lt;/p&gt;
&lt;p&gt;For details, see &lt;a href=&#34;../../../en/containerized/custom-resource-definition-parameters/&#34;&gt;Custom resource definition parameters&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;role-and-rolebinding-creation&#34;&gt;Role and RoleBinding creation&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;skipRoleAndRoleBindingCreation&lt;/code&gt; Helm chart parameter determines whether the Helm chart creates Roles and RoleBindings when you install the Helm chart. When set to true, you can install the Helm chart as a user that does not have privileges to create Roles or RoleBindings.&lt;/p&gt;
&lt;p&gt;For details about the parameter, see &lt;a href=&#34;../../../en/containerized/db-operator/helm-chart-parameters/&#34;&gt;Helm chart parameters&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For details about granting operator privileges, see &lt;a href=&#34;../../../en/containerized/db-operator/installing-db-operator/&#34;&gt;Installing the Vertica DB operator&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>New-Features: Documentation updates</title>
      <link>/en/new-features/12.0.2/documentation-updates/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/new-features/12.0.2/documentation-updates/</guid>
      <description>
        
        
        &lt;h2 id=&#34;new-setup-section&#34;&gt;New setup section&lt;/h2&gt;
&lt;p&gt;Documentation about setting up Vertica in on-premises and cloud environments has been combined into a new &lt;a href=&#34;../../../en/setup/&#34;&gt;Setup&lt;/a&gt; section. The section contains three parts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../../en/setup/plan-your-setup/&#34;&gt;Plan your setup&lt;/a&gt;: Information to help choose a Vertica environment that fits your requirements and available resources.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../en/setup/set-up-on-cloud/&#34;&gt;Set up Vertica on the cloud&lt;/a&gt;: Instructions for deploying Vertica on a cloud environment.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../en/setup/set-up-on-premises/&#34;&gt;Set up Vertica on-premises&lt;/a&gt;: Instructions for installing Vertica in an on-premises environment.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Information about setting up Vertica in Kubernetes remains in &lt;a href=&#34;../../../en/containerized/&#34;&gt;Containerized Vertica&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>New-Features: Eon Mode</title>
      <link>/en/new-features/12.0.2/eon/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/new-features/12.0.2/eon/</guid>
      <description>
        
        
        &lt;h2 id=&#34;resharding_events-system-table&#34;&gt;RESHARDING_EVENTS system table&lt;/h2&gt;
&lt;p&gt;The &lt;a href=&#34;../../../en/sql-reference/system-tables/v-monitor-schema/resharding-events/&#34;&gt;RESHARDING_EVENTS&lt;/a&gt; system table provides information about historic and ongoing resharding operations, such as the current status of a resharding process and the timestamps for resharding events.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>New-Features: Installation and upgrade</title>
      <link>/en/new-features/12.0.2/installation-and-upgrade/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/new-features/12.0.2/installation-and-upgrade/</guid>
      <description>
        
        
        &lt;h2 id=&#34;install-binary-packages-in-parallel&#34;&gt;Install binary packages in parallel&lt;/h2&gt;
&lt;p&gt;The new &lt;code&gt;--parallel-no-prompts&lt;/code&gt; flag tells the install script to install the Vertica binaries on hosts in parallel rather than one at a time. Using this flag reduces the time it takes to install Vertica, especially in large clusters. See &lt;a href=&#34;../../../en/setup/set-up-on-premises/install-using-command-line/install-with-installation-script/install-vertica-options/#parallel&#34;&gt;--parallel-no-prompts&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>New-Features: Licensing and auditing</title>
      <link>/en/new-features/12.0.2/licensing-and-auditing/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/new-features/12.0.2/licensing-and-auditing/</guid>
      <description>
        
        
        &lt;h2 id=&#34;improved-handling-of-autopass-licenses&#34;&gt;Improved handling of AutoPass licenses&lt;/h2&gt;
&lt;p&gt;Vertica now rejects AutoPass licenses on builds that don&#39;t have Autopass License Server and returns an error code and notice, which details why the license failed to parse.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>New-Features: Loading data</title>
      <link>/en/new-features/12.0.2/loading-data/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/new-features/12.0.2/loading-data/</guid>
      <description>
        
        
        &lt;h2 id=&#34;warning-on-unmatched-data-fields&#34;&gt;Warning on unmatched data fields&lt;/h2&gt;
&lt;p&gt;The JSON and Avro parsers now produce warnings if the data being loaded contains fields that are not part of the table definition. New fields are logged in the &lt;a href=&#34;../../../en/sql-reference/system-tables/v-monitor-schema/udx-events/&#34;&gt;UDX_EVENTS&lt;/a&gt; table and can be added to the target table definition using &lt;a href=&#34;../../../en/sql-reference/statements/alter-statements/alter-table/&#34;&gt;ALTER TABLE&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For more information, see &lt;a href=&#34;../../../en/data-load/schema-evolution/&#34;&gt;Schema evolution&lt;/a&gt; and the parser reference pages, &lt;a href=&#34;../../../en/sql-reference/statements/copy/parsers/fjsonparser/&#34;&gt;FJSONPARSER&lt;/a&gt; and &lt;a href=&#34;../../../en/sql-reference/statements/copy/parsers/favroparser/&#34;&gt;FAVROPARSER&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>New-Features: Machine learning</title>
      <link>/en/new-features/12.0.2/ml/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/new-features/12.0.2/ml/</guid>
      <description>
        
        
        &lt;h2 id=&#34;autoregression-models-support-the-yule-walker-algorithm&#34;&gt;Autoregression models support the yule-walker algorithm&lt;/h2&gt;
&lt;p&gt;You can now train autoregression models with the Yule-Walker algorithm. The &lt;a href=&#34;../../../en/sql-reference/functions/ml-functions/ml-algorithms/autoregressor/&#34;&gt;AUTOREGRESSOR&lt;/a&gt; training function provides a &lt;code&gt;method&lt;/code&gt; parameter by which you can specify either the Ordinary Least Squares or Yule-Walker training algorithm.&lt;/p&gt;
&lt;h2 id=&#34;jaro-winkler-distance&#34;&gt;Jaro-winkler distance&lt;/h2&gt;
&lt;p&gt;You can now calculate the &lt;a href=&#34;../../../en/sql-reference/functions/data-type-specific-functions/string-functions/jaro-distance/&#34;&gt;Jaro Distance&lt;/a&gt; and &lt;a href=&#34;../../../en/sql-reference/functions/data-type-specific-functions/string-functions/jaro-winkler-distance/&#34;&gt;Jaro-Winkler Distance&lt;/a&gt; between two strings.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>New-Features: Management Console</title>
      <link>/en/new-features/12.0.2/mc/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/new-features/12.0.2/mc/</guid>
      <description>
        
        
        &lt;h2 id=&#34;localize-user-interface-text&#34;&gt;Localize user interface text&lt;/h2&gt;
&lt;p&gt;You can localize user interface (UI) text using language files in &lt;code&gt;/opt/vconsole/temp/webapp/resources/i18n/lang&lt;/code&gt;. The language files include the &lt;code&gt;locales.json&lt;/code&gt; file, a list of supported languages, and a resource bundle, a directory that stores files that contain UI text strings that you can translate. By default, Vertica provides resource bundles for the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;American English&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Simplified Chinese&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For details, see &lt;a href=&#34;../../../en/mc/configuring-mc/localizing-user-interface-text/&#34;&gt;Localizing user interface text&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;support-for-r6i-and-c6i-instance-types-on-aws&#34;&gt;Support for r6i and c6i instance types on AWS&lt;/h2&gt;
&lt;p&gt;Management Console supports the following c6i and r6i EBS instance types on Amazon Web Services (AWS) for both Eon and Enterprise Mode:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;c6i.4xlarge&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;c6i.8xlarge&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;c6i.12xlarge&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;c6i.16xlarge&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;r6i.4xlarge&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;r6i.8xlarge&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;r6i.12xlarge&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;r6i.16xlarge&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can select these instance types when you perform any of the following operations with Management Console:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Provision a database&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Revive a database&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Scale up a database&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add a new subcluster&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For details about EBS volume defaults, see &lt;a href=&#34;../../../en/mc/cloud-platforms/aws-mc/eon-volume-config-defaults-aws/&#34;&gt;Eon Mode volume configuration defaults for AWS&lt;/a&gt; and &lt;a href=&#34;../../../en/mc/cloud-platforms/aws-mc/enterprise-volume-config-defaults-aws/&#34;&gt;Enterprise Mode volume configuration defaults for AWS&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;scale-down-and-terminate-subclusters-with-stopped-nodes&#34;&gt;Scale down and terminate subclusters with stopped nodes&lt;/h2&gt;
&lt;p&gt;You can scale down or terminate subclusters with stopped nodes in the following cloud environments:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Amazon Web Services (AWS)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Google Cloud Platform (GCP)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Microsoft Azure&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For details, see &lt;a href=&#34;../../../en/mc/db-management/subclusters-mc/scaling-subclusters-mc/&#34;&gt;Scaling subclusters in MC&lt;/a&gt; and &lt;a href=&#34;../../../en/mc/db-management/subclusters-mc/terminating-subclusters-mc/&#34;&gt;Terminating subclusters in MC&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>New-Features: Query optimization</title>
      <link>/en/new-features/12.0.2/query-optimization/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/new-features/12.0.2/query-optimization/</guid>
      <description>
        
        
        &lt;h2 id=&#34;interpolate-next-value&#34;&gt;Interpolate next value&lt;/h2&gt;
&lt;p&gt;Previously, event series joins allowed you to directly compare values from two series using &lt;a href=&#34;../../../en/sql-reference/language-elements/predicates/interpolate/&#34;&gt;INTERPOLATE PREVIOUS&lt;/a&gt;. This feature has now been expanded, allowing you to use &lt;a href=&#34;../../../en/sql-reference/language-elements/predicates/interpolate/&#34;&gt;INTERPOLATE NEXT&lt;/a&gt; as well.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>New-Features: Security and authentication</title>
      <link>/en/new-features/12.0.2/security-and-authentication/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/new-features/12.0.2/security-and-authentication/</guid>
      <description>
        
        
        &lt;h2 id=&#34;tls-configuration-support&#34;&gt;TLS configuration support&lt;/h2&gt;
&lt;h3 id=&#34;notifiers&#34;&gt;Notifiers&lt;/h3&gt;
&lt;p&gt;You can now specify a TLS Configuration for &lt;a href=&#34;../../../en/sql-reference/statements/create-statements/create-notifier/&#34;&gt;CREATE NOTIFIER&lt;/a&gt; and &lt;a href=&#34;../../../en/sql-reference/statements/alter-statements/alter-notifier/&#34;&gt;ALTER NOTIFIER&lt;/a&gt;. This parameter supersedes the existing TLSMODE, CA BUNDLE, and CERTIFICATE notifier parameters.&lt;/p&gt;
&lt;p&gt;To maintain backward compatibility, Vertica automatically generates TLS Configurations for notifiers that use the deprecated parameters.&lt;/p&gt;
&lt;h3 id=&#34;connect-to-vertica&#34;&gt;CONNECT TO VERTICA&lt;/h3&gt;
&lt;p&gt;You can now specify a TLS Configuration for &lt;a href=&#34;../../../en/sql-reference/statements/connect-to/&#34;&gt;CONNECT TO VERTICA&lt;/a&gt;. This parameter supersedes the existing TLSMODE PREFER parameter.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>New-Features: SQL functions and statements</title>
      <link>/en/new-features/12.0.2/sql-functions-and-statements/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/new-features/12.0.2/sql-functions-and-statements/</guid>
      <description>
        
        
        &lt;h2 id=&#34;drop-tls-configuration&#34;&gt;DROP TLS CONFIGURATION&lt;/h2&gt;
&lt;p&gt;You can now &lt;a href=&#34;../../../en/sql-reference/statements/drop-statements/drop-tls-config/&#34;&gt;drop&lt;/a&gt; custom TLS Configurations.&lt;/p&gt;
&lt;h2 id=&#34;inverse-hyperbolic-functions&#34;&gt;Inverse hyperbolic functions&lt;/h2&gt;
&lt;p&gt;Vertica now supports the following functions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;../../../en/sql-reference/functions/mathematical-functions/acosh/&#34;&gt;ACOSH&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../en/sql-reference/functions/mathematical-functions/asinh/&#34;&gt;ASINH&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../en/sql-reference/functions/mathematical-functions/atanh/&#34;&gt;ATANH&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;directed-query-enhancements&#34;&gt;Directed query enhancements&lt;/h2&gt;
&lt;p&gt;The meta-function &lt;a href=&#34;../../../en/sql-reference/functions/directed-queries-functions/save-plans/&#34;&gt;SAVE_PLANS&lt;/a&gt; lets you create multiple &lt;a href=&#34;../../../en/admin/managing-queries/directed-queries/creating-directed-queries/optimizer-generated-directed-queries/&#34;&gt;optimizer-generated&lt;/a&gt; directed queries from the most frequently executed queries. New columns have been added to the system table &lt;a href=&#34;../../../en/sql-reference/system-tables/v-catalog-schema/directed-queries/&#34;&gt;DIRECTED_QUERIES&lt;/a&gt; to store SAVE_PLANS-generated metadata.&lt;/p&gt;
&lt;p&gt;Several directed query statements—&lt;a href=&#34;../../../en/sql-reference/statements/activate-directed-query/&#34;&gt;ACTIVATE DIRECTED QUERY&lt;/a&gt;, &lt;a href=&#34;../../../en/sql-reference/statements/deactivate-directed-query/&#34;&gt;DEACTIVATE DIRECTED QUERY&lt;/a&gt;, and &lt;a href=&#34;../../../en/sql-reference/statements/drop-statements/drop-directed-query/&#34;&gt;DROP DIRECTED QUERY&lt;/a&gt;—now support WHERE clauses that can resolve to multiple directed queries. For example:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;DEACTIVATE DIRECTED QUERY WHERE save_plans_version = 21;
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>New-Features: Vertica on the cloud</title>
      <link>/en/new-features/12.0.2/on-cloud/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/new-features/12.0.2/on-cloud/</guid>
      <description>
        
        
        &lt;h2 id=&#34;vertica-amis-support-imdsv2&#34;&gt;Vertica AMIs support IMDSv2&lt;/h2&gt;
&lt;p&gt;Vertica AMIs can now use the AWS Instance Metadata Service Version 2 (IMDSv2) to authenticate to AWS services, including S3.&lt;/p&gt;

      </description>
    </item>
    
  </channel>
</rss>
