|
6 | 6 | "source": [
|
7 | 7 | "# What's new in version 1.4.1\n",
|
8 | 8 | "#### New\n",
|
9 |
| - "* Simplified the [`time_filter`] parameter for a [`query()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html?highlight=time_filter#arcgis.features.Table.query) to accept Python [`datetime`](https://docs.python.org/3/library/datetime.html) module `date`, `time`, or _timestamp_ objects\n", |
| 9 | + "* Simplified `time_filter` parameter for a [`query()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html?highlight=time_filter#arcgis.features.Table.query) to accept Python [`datetime`](https://docs.python.org/3/library/datetime.html) module `date`, `time`, or _timestamp_ objects\n", |
10 | 10 | "* Added the `append_data()` tool to the [`arcgis.geoanalytics.manage_data`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.manage_data.html) submodule\n",
|
11 | 11 | "* Added ability to [`Replace Service`](https://developers.arcgis.com/rest/users-groups-and-items/replace-service.htm) on the [`ContentManager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#contentmanager) to\n",
|
12 | 12 | "* Added ability to protect a [`group`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Group) from being deleted\n",
|
13 | 13 | "* Added support for [`overlay_layers`](https://developers.arcgis.com/rest/services-reference/overlay-layers.htm) to [`arcgis.geoanalytics.manage_data`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.manage_data.html) submodule\n",
|
14 | 14 | "* Added support for `Personal Information Exchange` files(.pfx) as the value for `cert_file` parameter to the [`GIS`](http://zion/jenkins/job/geosaurus_master/builds=master/PythonAPIDoc/) class for PKI implementations\n",
|
| 15 | + "* Improved error messaging with invalid credentials and valid `cert_file` logins\n", |
15 | 16 | "* Added module to support [`Workforce for ArcGIS`](https://workforce.arcgis.com/)\n",
|
| 17 | + "* Added documentation for layer filtering options when using [`arcgis.geoanalytics`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.toc.html) functions\n", |
| 18 | + "* Added query and download_all functionality to [`Attachment Manager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager)\n", |
| 19 | + "* Added documentation on the [`update_properties()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=update_properties#arcgis.gis.GIS.update_properties) function\n", |
| 20 | + "* Added `shared_with` property to [`Item`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=update_properties#item) class to determine how an item has been [shared](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=update_properties#item)\n", |
| 21 | + "* Updated the [`datastore.validate()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=update_properties#arcgis.gis.Datastore.validate) function\n", |
| 22 | + "* Improved performance on [`clone_items()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=update_properties#arcgis.gis.ContentManager.clone_items) when querying attachments\n", |
| 23 | + "* Added `content_discovery` property to [`System`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#system) resource for enabling/disabling external discovery of portal content\n", |
| 24 | + "* Added a `copy()` function to the [`Item`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=update_properties#item) class to derive a new item based on current item\n", |
| 25 | + "* Updated output from the [`get_samples()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.get_samples) function\n", |
| 26 | + "* Added documentation for geoprocessing tools to [`arcgis.features.analysis`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.analysis.html#module-arcgis.features.analysis) module\n", |
| 27 | + "* Updated [`UserManager.search()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.UserManager.search) function when specifying roles\n", |
16 | 28 | "\n",
|
17 | 29 | "#### Fixes\n",
|
18 | 30 | "* Fixed issue where [`group.update()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Group.update) did not properly update the group\n",
|
19 | 31 | "* Fixed issue in [`clone_items`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items) function where Web App Builder Applications were not cloning correctly\n",
|
20 | 32 | "* Removed errant warnings from [`group.reassign_to()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Group.reassign_to) function\n",
|
21 | 33 | "* Fixed issue where `geometry` objects were preventing discovery of duplicate records\n",
|
22 | 34 | "* Fixed issue on [`Attachment Manager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager) for attachments over 9MB\n",
|
| 35 | + "* Fixed issue on [`Attachment Manager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.managers.html#arcgis.features.managers.AttachmentManager) where input was ignored if [`global id`]() was not used\n", |
23 | 36 | "* Fixed issue where a geometry filter crashed the [`SyncManager.create()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.managers.html#arcgis.features.managers.SyncManager.create) method\n",
|
24 | 37 | "* Fixed issue where the [`featurelayer.query()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.FeatureLayer.query) method constructed a faulty request when using the `return_distinct_values` parameter\n",
|
25 | 38 | "* Fixed issue where [`convex_hull()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geometry.html#convex-hull) returned incorrect geometry\n",
|
26 |
| - "* Fixed issue where [`update_item()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.update) failed if text exceeded 32767 characters\n" |
| 39 | + "* Fixed issue where [`update_item()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.update) failed if text exceeded 32767 characters\n", |
| 40 | + "* Fixed issue that prevented publishing [`scene layer package`](http://pro.arcgis.com/en/pro-app/help/sharing/overview/scene-layer-package.htm) items with [`gis.item.publish()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.publish)\n", |
| 41 | + "* Fixed error in [`clone_items()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=update_properties#arcgis.gis.ContentManager.clone_items) function handling of [`MapService`](http://enterprise.arcgis.com/en/server/latest/publish-services/linux/what-is-a-map-service.htm) paths \n", |
| 42 | + "\n" |
27 | 43 | ]
|
28 | 44 | },
|
29 | 45 | {
|
|
0 commit comments