Skip to content

Commit 57c17ee

Browse files
chore(release): 4.6.1 [skip ci]
## [4.6.1](https://github.com/Esri/arcgis-rest-js/compare/@esri/[email protected]...@esri/[email protected]) (2025-04-30) ### Bug Fixes * restore IUserRequestOptions.authentication: ArcGISIdentityManager ([057edf0](057edf0)) * **arcgis-rest-request:** appendCustomParams strips valid options ([#1221](#1221)) ([bd1aa9c](bd1aa9c)) * postMessage must send a Credential that is usable by JSSDK ([#1223](#1223)) ([082b1c6](082b1c6)) * restore IUserRequestOptions.authentication to a ArcGISIdentityManager ([4c528ba](4c528ba)) ### Features * **arcgis-rest-request:** change getDomainCredentials to handle URLs with mismatching cases ([013e4da](013e4da)) * **arcgis-rest-request:** switched to using toLowerCase ([7ae474b](7ae474b)) ### Reverts * **arcgis-rest-feature-service:** service def fns take IAuthenticatedRequestOptions ([4471fff](4471fff))
1 parent 87787d0 commit 57c17ee

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/arcgis-rest-portal/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @esri/arcgis-rest-portal [4.6.1](https://github.com/Esri/arcgis-rest-js/compare/@esri/[email protected]...@esri/[email protected]) (2025-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* restore IUserRequestOptions.authentication to a ArcGISIdentityManager ([4c528ba](https://github.com/Esri/arcgis-rest-js/commit/4c528ba15446017d1697f1371b4dd2827831b133))
7+
18
# @esri/arcgis-rest-portal [4.6.0](https://github.com/Esri/arcgis-rest-js/compare/@esri/[email protected]...@esri/[email protected]) (2025-04-07)
29

310

packages/arcgis-rest-portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/arcgis-rest-portal",
3-
"version": "4.6.0",
3+
"version": "4.6.1",
44
"description": "ArcGIS Online and Enterprise content and user helpers for @esri/arcgis-rest-request",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)