> For the complete documentation index, see [llms.txt](https://docs.carto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carto.com/data-and-analysis/analytics-toolbox-for-oracle/release-notes.md).

# Release Notes

{% updates %}
{% update date="2026-05-27" %}

## May 27th, 2026 (v1.1.0)

**Module h3**

New

* Added the [h3](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/h3.md) spatial indexing module — full set of H3 functions for Oracle Autonomous Database, including [H3\_BOUNDARY](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/h3.md#h3_boundary), [H3\_CENTER](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/h3.md#h3_center), [H3\_POLYFILL](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/h3.md#h3_polyfill), [H3\_KRING](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/h3.md#h3_kring), [H3\_TOCHILDREN](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/h3.md#h3_tochildren) / [H3\_TOPARENT](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/h3.md#h3_toparent), and others.

**Module quadbin**

New

* Added the [quadbin](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/quadbin.md) spatial indexing module — full set of Quadbin functions for Oracle Autonomous Database, including [QUADBIN\_BBOX](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/quadbin.md#quadbin_bbox), [QUADBIN\_CENTER](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/quadbin.md#quadbin_center), [QUADBIN\_POLYFILL](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/quadbin.md#quadbin_polyfill), [QUADBIN\_KRING](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/quadbin.md#quadbin_kring), [QUADBIN\_TOCHILDREN](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/quadbin.md#quadbin_tochildren) / [QUADBIN\_TOPARENT](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/quadbin.md#quadbin_toparent), and others.

**Module data**

New

* Added the [data](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/data.md) enrichment module with [ENRICH\_POINTS](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/data.md#enrich_points), [ENRICH\_POLYGONS](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/data.md#enrich_polygons), [ENRICH\_POLYGONS\_WEIGHTED](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/data.md#enrich_polygons_weighted) and [ENRICH\_GRID](/data-and-analysis/analytics-toolbox-for-oracle/sql-reference/data.md#enrich_grid) procedures (plus their `_RAW` variants) for data enrichment workflows on Oracle.
  {% endupdate %}

{% update date="2026-03-27" %}

## March 27th, 2026 (v1.0.0)

Initial release of the Analytics Toolbox for Oracle, adding Oracle Autonomous Database as a supported cloud platform.
{% endupdate %}
{% endupdates %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.carto.com/data-and-analysis/analytics-toolbox-for-oracle/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
