Skip to content

Commit 87c6f9f

Browse files
committed
Update releases.md
Updated Feb 2025 release header
1 parent 0cfbd37 commit 87c6f9f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

website/docs/releases.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
2424

2525
:::
2626

27-
### Upcoming Release
28-
29-
* The `geography` type has been renamed to `tableau.tabgeography` and the geospatial functions have been moved to the `tableau` namespace
30-
* Existing Hyper files will continue to work, however, SQL queries and HAPI programs will need to be adjusted
31-
* For example, use `tableau.geo_make_point` in SQL queries instead of just `geo_make_point`
32-
* Use `SqlType.tabgeography()` in Python and Java, and `SqlType::tabgeography()` in C++
33-
* The plain `geography` type and all geospatial functions outside the `tableau` namespace are deprecated and will be removed in the near future
34-
* See [Geographic Functions](/docs/sql/scalar_func/geography) and [Add Geospatial Data to a Hyper File](/docs/guides/hyper_file/geodata) for more information
27+
### 0.0.21408 [Feb 13 2025]
28+
29+
* The `geography` type has been renamed to `tableau.tabgeography` and the geospatial functions have been moved to the `tableau` namespace.
30+
* Existing Hyper files will continue to work; however, SQL queries and HAPI programs will need to be adjusted.
31+
* For example, use `tableau.geo_make_point` in SQL queries instead of just `geo_make_point`.
32+
* Use `SqlType.tabgeography()` in Python and Java, and `SqlType::tabgeography()` in C++.
33+
* The plain `geography` type and all geospatial functions outside the `tableau` namespace are deprecated and will be removed in the near future.
34+
* See [Geographic Functions](/docs/sql/scalar_func/geography) and [Add Geospatial Data to a Hyper File](/docs/guides/hyper_file/geodata) for more information.
3535
* IANA released version 2024a of the Time Zone Database. Hyper’s time zone information is updated accordingly. Noteworthy changes:
36-
* Paraguay adopts permanent -03 starting spring 2024
37-
* Improve historical data for Mexico, Mongolia, Philippines, and Portugal
36+
* Paraguay adopts permanent -03 starting spring 2024.
37+
* Improve historical data for Mexico, Mongolia, Philippines, and Portugal.
3838
* Update syntax for [`ARRAY` literals](./sql/datatype/array.md) and fixed bugs with quoting and escaping of text arrays.
3939

4040
### 0.0.21200 [Jan 17 2025]

0 commit comments

Comments
 (0)