Skip to content

Latest commit

 

History

History
269 lines (135 loc) · 17.1 KB

File metadata and controls

269 lines (135 loc) · 17.1 KB

@esri/arcgis-rest-portal 4.5.0 (2025-01-23)

Features

  • make API keys work with all portal methods (#1186) (1972413)

@esri/arcgis-rest-portal 4.4.1 (2024-06-15)

Bug Fixes

  • small change to trigger a catch-up release (#1168) (5417fa7)

@esri/arcgis-rest-portal 4.4.0 (2023-09-06)

Features

  • arcgis-rest-portal: add searchCommunityUsers method to allow for searching outside user's org (2695a75)

@esri/arcgis-rest-portal 4.3.0 (2023-07-28)

Features

  • arcgis-rest-developer-credentials: Initial package release (68e1249)

@esri/arcgis-rest-portal 4.2.0 (2023-03-02)

Features

  • arcgis-rest-portal: add documentation (826e7fd)
  • arcgis-rest-portal: add user properties functions (a9e7352)
  • arcgis-rest-portal: code coverage (b668b15)
  • arcgis-rest-portal: export functions (92831f2)
  • arcgis-rest-portal: pr feedback (9f0c721)
  • arcgis-rest-portal: pr feedback (2e26348)
  • arcgis-rest-portal: remove console statement (4981383)
  • arcgis-rest-portal: split set user properties (46e15fb)
  • arcgis-rest-portal: update comment (96be4bd)
  • arcgis-rest-portal: v4 updates (6332675)

@esri/arcgis-rest-portal 4.1.0 (2022-09-28)

Features

  • arcgis-rest-request: add a new Job class to support asynchronous long running tasks. (9c222aa)

@esri/arcgis-rest-portal 4.0.6 (2022-09-22)

Bug Fixes

  • encode item extent prior to calling request (135600c)

@esri/arcgis-rest-portal 4.0.5 (2022-09-15)

Bug Fixes

  • arcgis-rest-portal: add supported search fields (#1017) (2be361a)

@esri/arcgis-rest-portal 4.0.4 (2022-08-22)

Bug Fixes

  • resolve cross-org sharing as admin bug (1ae4f1a)

@esri/arcgis-rest-portal 4.0.3 (2022-05-11)

Bug Fixes

  • change all in-repo dep and peerDeps to use ranges (8091910)

@esri/arcgis-rest-portal 4.0.2 (2022-04-20)

Bug Fixes

  • update package versions post v4 launch (2560c34)

Dependencies

  • @esri/arcgis-rest-request: upgraded to 4.0.1

@esri/arcgis-rest-portal 4.0.1 (2022-04-18)

Bug Fixes

  • arcgis-rest-portal: use correct path for unpkg (6e24c1d)

@esri/arcgis-rest-portal 4.0.0 (2022-04-18)

Bug Fixes

  • arcgis-rest-request: add support for server credentials (#965) (b063bcc)
  • arcgis-rest-request: adds test to issue with append custom params (2b9060f)
  • add package.json files to builds for individual build types (#955) (c162125)

Features

  • add breaking change (8205840)
  • arcgis-rest-request: add demo and code for ability to share session between client and server (ee9ac4c)
  • arcgis-rest-request: refresh session and retry with new token for invalid token errors (54df4ca)
  • arcgis-rest-request: rewrite oauth 2 functions to use PKCE (e49f88c)

BREAKING CHANGES

  • force 4.x release

Dependencies

  • @esri/arcgis-rest-request: upgraded to 4.0.0

@esri/arcgis-rest-portal 4.0.0-beta.5 (2022-03-22)

Bug Fixes

  • arcgis-rest-request: add support for server credentials (#965) (b063bcc)

Dependencies

  • @esri/arcgis-rest-request: upgraded to 4.0.0-beta.6

@esri/arcgis-rest-portal 4.0.0-beta.4 (2022-03-14)

Features

  • arcgis-rest-request: add demo and code for ability to share session between client and server (ee9ac4c)

Dependencies

  • @esri/arcgis-rest-request: upgraded to 4.0.0-beta.4

@esri/arcgis-rest-portal 4.0.0-beta.3 (2022-03-10)

Bug Fixes

  • add package.json files to builds for individual build types (#955) (c162125)

Features

  • arcgis-rest-request: refresh session and retry with new token for invalid token errors (54df4ca)

Dependencies

  • @esri/arcgis-rest-request: upgraded to 4.0.0-beta.3

@esri/arcgis-rest-portal 4.0.0-beta.2 (2022-03-02)

Features

  • arcgis-rest-request: rewrite oauth 2 functions to use PKCE (e49f88c)

Dependencies

  • @esri/arcgis-rest-request: upgraded to 4.0.0-beta.2

@esri/arcgis-rest-portal 1.0.0-beta.1 (2022-02-17)

Bug Fixes

  • switch to eslint, fix minor issues, disable other rules (ab47412)
  • aggs counts should be array: aggs counts should be array (72b3bf7)
  • arcgis-rest-portal: add fetchMock setup for intermittent failing tests (5384984)
  • arcgis-rest-portal: do not do any membership adjustments if the group is the user's favorites g (6fc8ada)
  • arcgis-rest-portal: make `layers` parameter of `IExportParameters` optional (0b584e6)
  • arcgis-rest-portal: share as admin uses content/users/:ownername/items/:id/share end-point (fd1a960)
  • arcgis-rest-portal: use deleteRelationship not removeRelationship (890e485), closes #739
  • arcgis-rest-portal: wrong parameters for file upload APIs (#761) (cbfef7d), closes #693 #694 #700
  • getItemResources: allow user to override paging (97cbec0)
  • getItemResources: do not mutate requestOptions in getItemResources (cac63e8)
  • portal: searchGroupUsers will now respect joined and memberType parameters (79b15b5)
  • portal: setting item access to public shares correctly (6a2b115)
  • removeItemResource: support correct parameters (#835) (96798fe)
  • search: add support for untyped, grouped search strings (39fc213), closes #544
  • search: allow NOT as a standalone modifier (36a6bca), closes #542
  • search: ensure no space is inserted between search fields and terms (ff90f51), closes #545
  • search: sortOrder is a valid search param, searchDir is not (9caeafd), closes #540
  • searchGroupUsers func: searchOptions is now an optional parameter (d54bddb), closes #615
  • sharing: correct the item sharing logic to reflect what the api actually allows (48b67e5)
  • sharing: only item owner, group owner or group admin can unshare (d264137)
  • updateItemResources: support item resource prefix (98be7a7), closes #824
  • ensure JSON and binary data are both handled consistently (9f85087)

Code Refactoring

  • portal interfaces: renames portal request/response interfaces to match their functions (faa5b3d)
  • replace items, groups, sharing and user packages with single portal package (64a3fd9)

Features

  • search: allows use of the newly added but undocumented searchUserAccess and searchUserName par (279ef9e)
  • service name and service info fns (bb5f90d)
  • arcgis-rest-portal: add getPortalSettings function (e956dc5)
  • arcgis-rest-portal: add searchUsers function (235766c)
  • getItemBaseUrl: add function to get the base REST API URL for an item (d6ec9fc)
  • getItemInfo: add a function to fetch an info file for an item (a9dd7d6), closes #738
  • getItemMetadata: add a function to fetch the metadata XML for an item (c263e1b)
  • getJsonResource and scrubControlChars: add getJsonResource and scrubControlChars (6bb9215)
  • add resourcesPrefix parameter to addItemResource (c368232)
  • group: refactor searchGroups to make use of SearchQueryBuilder (72f2898), closes #104
  • portal: a new function to add members to a given group (998d3a7), closes #584
  • portal: add reassignItem (1756cc4)
  • portal: add the function to get user tags (#614) (d49159f)
  • portal: add updateGroupMembership, isItemSharedWithGroup (14848db)
  • portal: searchGroupUsers searches the users in the given group (d9151a1)

Reverts

  • Revert "aggs counts should be an array" (55a1e27)

BREAKING CHANGES

  • deprecated addItemJsonData
  • portal interfaces: removes "Request" from portal option interfaces & renames response interfaces
  • group: searchGroups signature change
  • replace items, groups, sharing and user packages with single portal package

Dependencies

  • @esri/arcgis-rest-request: upgraded to 1.0.0-beta.1