Skip to content

Releases: Esri/arcgis-rest-js

@esri/arcgis-rest-request@4.1.4: chore(release): 4.1.4 [skip ci]

28 Apr 15:38
Compare
Choose a tag to compare
## @esri/arcgis-rest-request [4.1.4](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-request@4.1.3...@esri/arcgis-rest-request@4.1.4) (2023-04-28)

### Bug Fixes

* **arcgis-rest-request:** geometry type esriGeometryMultiPatch ([#1102](https://github.com/Esri/arcgis-rest-js/issues/1102)) ([b5e1aa4](https://github.com/Esri/arcgis-rest-js/commit/b5e1aa42dba39ae0322cf0b435f83409e61a8493))

v3.6.0

13 Jan 21:56
Compare
Choose a tag to compare

Added

  • arcgis-rest-portal added getUserProperties and setUserProperties functions.

v3.5.1

01 Dec 15:17
Compare
Choose a tag to compare

Fixed

  • arcgis-rest-request node ReadStream encoding bug at 3.x. addresses #1033 for v3.

v3.5.0

22 Sep 16:38
Compare
Choose a tag to compare

Fixed

  • arcgis-rest-portal createItem and updateItem convert .extent from number[][] to bbox string before sending to request. Closes #1023, #921

4.x.x

20 Apr 22:50
Compare
Choose a tag to compare

Starting at version 4.x.x ArcGIS REST JS is automatically released by multi-semantic-release which does not support GitHub releases. Each package that is part of ArcGIS REST JS is now versioned independently of other packages. Due to the nature of multi-semantic-release we are no longer using GitHub Releases. To view the latest changes refer to the CHANGELOG.md in each of the package folders:

You can also refer to the v3 to v4 migration guide on the ArcGIS Developers website.

v3.4.3

29 Oct 20:50
Compare
Choose a tag to compare

Added

  • arcgis-rest-auth postMessage auth will return {type: "arcgis:auth:error", error: {name: "tokenExpiredError", message: "..."}} if session is expired.

v3.4.2

23 Oct 14:29
Compare
Choose a tag to compare

Added

  • arcgis-rest-portal ISearchOptions now supports filter, countFields, countSize, categories, categoryFilters

v3.4.1

21 Sep 16:19
Compare
Choose a tag to compare

Fixed

  • arcgis-rest-portal admin uses items/:id/share route for items outside their org

v3.4.0

21 Sep 00:34
Compare
Choose a tag to compare

Added

  • arcgis-rest-portal export getSubscriptionInfo()

v3.3.1

10 Sep 22:56
Compare
Choose a tag to compare

Fixed

  • arcgis-rest-portal query terms containing colons need to be wrapped in quotes