docs/src/main/sphinx/release/release-0.186.md
:::{warning} This release has a stability issue that may cause query failures in large deployments due to HTTP requests timing out. :::
ROW types, allowing operations between
compatible types such as ROW(INTEGER) and ROW(BIGINT).json_parse to not ignore trailing characters. Previously,
input such as [1,2]abc would successfully parse as [1,2].VARCHAR or VARBINARY types.GROUP BY more precisely to avoid out of memory errors.query_max_execution_time session property and query.max-execution-time config
property. Queries will be aborted after they execute for more than the specified duration.inverse_normal_cdf function./functions/geospatial including functions for processing Bing tiles./admin/spill for joins./connector/redshift./admin/resource-groups
and will be removed in a future release.maxRunning property to hardConcurrencyLimit. The old
property name is deprecated and will be removed in a future release.getQueuedTimeMillis() and getElapsedTimeMillis() to QueryStats.FileSystem closed errors when using Kerberos authentication.hive.s3.path-style-access=true config property.ignoreExisting flag to ConnectorMetadata::createTable().getTotalBytes() method from RecordCursor and ConnectorPageSource.:::{note} These are backwards incompatible changes with the previous SPI. If you have written a connector, you will need to update your code before deploying this release. :::