Skip to content

Commit eae90d6

Browse files
stephencpopeDescartes Labs Build
authored andcommitted
[PLAT-2494] Client Release v4.0.0 (#12813)
GitOrigin-RevId: 904f1fa14a7a07910026ab136a69b9b39fba3ce9
1 parent 0f65624 commit eae90d6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,24 @@ The documentation for the latest release can be found at [https://docs.descartes
1818
Changelog
1919
=========
2020

21-
## Unreleased
21+
## [4.0.0] - 2025-03-13
2222

2323
## General
2424

25-
- Updated copyright message everywhere
25+
- Updated copyright message everywhere.
2626

2727
## Auth
2828

2929
- To prepare for multi-audience support in the clients, support for new custom claims in tokens has been added so that the user's unique namespace, which serves as a global id for the user, can be determined without resort to computing it on the fly.
3030

3131
## Catalog
3232

33-
- Fixed a bug where some geometries weren't supported by blob geometry properties
33+
- Fixed a bug where some geometries weren't supported by blob geometry properties.
3434

3535
## Vector
3636

3737
- *Breaking change* in the past, regardless of the ordering of columns when a `Table` was created, or the ordering of columns in the `TableOptions`, the result of a feature query would always place the `uuid` column last. As of this version, the behavior has been modified to preserve the ordering of columns, so that if no column list is provided in the options, the `uuid` column will appear in the position it has in the underlying table, as per the `Table.columns` property. Similarly if a query specifies an explicit list of columns in the `TableOptions`, `uuid` will appear in the same position in the result as it does in the supplied list of columns. However in keeping with prior behavior, if an explicit list of columns does not include `uuid`, it will always be added automatically at the end and will appear in the last column of the result.
38+
- The `ilike` `property_filtering` expression type has been added to support case-insensitive wildcard matching of Vector Table column values.
3839

3940
## [3.2.2] - 2024-11-14
4041

descarteslabs/core/client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "3.2.2"
15+
__version__ = "4.0.0"

0 commit comments

Comments
 (0)