Skip to content

Releases: Esri/arcgis-rest-js

v3.3.0

26 Aug 19:01
Compare
Choose a tag to compare
v3.3.0

v3.2.1

09 Jul 16:45
Compare
Choose a tag to compare

Fixed

  • arcgis-rest-feature-layer export getAllLayersAndTables

v3.2.0

09 Jul 14:39
Compare
Choose a tag to compare

Added

  • arcgis-rest-feature-layer add getAllLayersAndTables and parseServiceUrl

v3.1.2

16 Jun 21:16
Compare
Choose a tag to compare

Changed

  • arcgis-rest-portal shareItemToGroup: when an org_admin shares an item they do not own, we now correctly use the /content/users/:ownername/items/:itemid/share route, and not /content/items/:itemid/share route. The backing API changed w/ the 9.2 release so admins can't share other users items via /content/items/:itemid/share. This has been validated to work on PROD as well as internal staging for 9.2. e8ab1bc

v3.1.1

07 Jun 18:17
Compare
Choose a tag to compare

Fixed

  • @esri/arcgis-rest-portal removeItemResource: support correct parameters 96798fe
  • @esri/arcgis-rest-auth Fix UserSession token duration for oauth 3f43679
  • @esri/arcgis-rest-auth UserSession: switch "duration" to "expiration" in IOAuth2Options 392f5bb

Changed

  • Docs

    • addItemResource format docs
  • arcgis-rest-auth ensure postMessage sends credential with server url without /sharing/rest as expected by jsapi. The .fromCredential code already accounts for this so no changes were required.

Added

  • @esri/arcgis-rest-auth, @esri/arcgis-rest-request Add support for sending all credentials to trusted domains e59e499

v3.0.5

20 Apr 15:13
Compare
Choose a tag to compare

Fixed

  • arcgis-rest-portal Fix updateItemResources: support item resource prefix
  • arcgis-rest-routing update IOriginDestinationMatrixResponse type

v3.0.4

26 Mar 20:04
Compare
Choose a tag to compare

Fixed

  • arcgis-rest-geocoding Fix bulk geocoding URL
  • arcgis-rest-types Change type of ITable.id to number

v3.0.3

18 Mar 20:23
Compare
Choose a tag to compare

Fixed

  • arcgis-rest-auth Support ArcGIS Online 9.1 credentials

v3.0.2

24 Feb 19:42
Compare
Choose a tag to compare

Changed

  • arcgis-rest-auth ensure postMessage sends credential with server url without /sharing/rest as expected by jsapi. The .fromCredential code already accounts for this so no changes were required.

v3.0.0

25 Jan 22:24
Compare
Choose a tag to compare

Added

  • @esri/arcgis-rest-auth added ApiKey class. Used to authenticate with API Keys.
  • @esri/arcgis-rest-demographics created new Demographics package with new functions:
    • getAvailableCountries
    • getAvailableDataCollections
    • getAvailableGeographyLevels
    • getGeography
    • queryDemographicData
  • @esri/arcgis-rest-routing added new functions:
    • closestFacility
    • serviceArea
    • originDestinationMatrix
  • @esri/arcgis-rest-routing added geoJson property to solveRoute() response (routes property).
  • @esri/arcgis-rest-geocoding added geoJson property to geocode() response.

Changed

  • (Breaking change) @esri/arcgis-rest-geocoding updated default ArcGIS World Geocoder URL 613837d
  • @esri/arcgis-rest-routing solveRoute() transforms compressed geometry into a standard geometry