You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/releases.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -24,17 +24,17 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
24
24
25
25
:::
26
26
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.
35
35
* 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.
38
38
* Update syntax for [`ARRAY` literals](./sql/datatype/array.md) and fixed bugs with quoting and escaping of text arrays.
0 commit comments