Releases: Esri/arcgis-rest-js
Releases · Esri/arcgis-rest-js
v3.3.0
v3.2.1
v3.2.0
v3.1.2
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
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
v3.0.4
v3.0.3
v3.0.2
v3.0.0
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 tosolveRoute()
response (routes
property). - @esri/arcgis-rest-geocoding added
geoJson
property togeocode()
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