Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ CARTO Analytics Toolbox Core.

All notable commits to this project will be documented in this file.

## 2025-01-30

- chore(sf): deploy snowflake in CARTO.CARTO when releasing (#536)
- chore: update gh actions versions (#537)
- chore(bq): add skip dependency tag in bigquery build_modules (#538)
- docs(sf|h3): update h3_polyfill_table docs as it does not support points or lines (#539)
- chore(deps): bump jinja2 from 3.1.3 to 3.1.5 in /clouds/databricks/common (#540)
- fix(bq|h3,quadbin): H3_POLYFILL and QUADBIN_POLYFILL functions not working with holes (#542)
- chore(bq): split JS libraries generation (#541, #543)
- chore(sf): SF_ACCOUNT no longer follows "account.region" format (#544)

## 2024-10-28

- chore(bq): fix @google-cloud/bigquery to version 7.9.0 (#531)
Expand Down
6 changes: 6 additions & 0 deletions clouds/bigquery/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ CARTO Analytics Toolbox Core for BigQuery.

All notable commits to this project will be documented in this file.

## [1.2.5] - 2025-01-30

- chore: add skip dependency tag in bigquery build_modules (#538)
- fix(h3,quadbin): H3_POLYFILL and QUADBIN_POLYFILL functions not working with holes (#542)
- chore: split JS libraries generation (#541, #543)

## [1.2.4] - 2024-10-28

- chore: fix @google-cloud/bigquery to version 7.9.0 (#531)
Expand Down
2 changes: 1 addition & 1 deletion clouds/bigquery/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.4
1.2.5
Loading