Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Esri/arcgis-rest-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @esri/arcgis-rest-basemap-sessions@1.0.0
Choose a base ref
...
head repository: Esri/arcgis-rest-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @esri/arcgis-rest-basemap-sessions@1.1.0
Choose a head ref
  • 10 commits
  • 17 files changed
  • 5 contributors

Commits on Aug 11, 2025

  1. Configuration menu
    Copy the full SHA
    c8819ec View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. fix: Add typings for IAddItem, GetItemResources, and ILayerDefinition (

    …#1241)
    
    * add typings for item, getitemresources, and layer definition
    
    * Update packages/arcgis-rest-feature-service/src/helpers.ts
    
    ---------
    
    Co-authored-by: Patrick Arlt <patrick.arlt@gmail.com>
    gowin20 and patrickarlt authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    604c2d9 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.6.2 [skip ci]

    ## @esri/arcgis-rest-portal [4.6.2](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-portal@4.6.1...@esri/arcgis-rest-portal@4.6.2) (2025-08-13)
    
    ### Bug Fixes
    
    * Add typings for IAddItem, GetItemResources, and ILayerDefinition ([#1241](#1241)) ([604c2d9](604c2d9))
    semantic-release-bot committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    531bcfa View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.1.1 [skip ci]

    ## [4.1.1](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-feature-service@4.1.0...@esri/arcgis-rest-feature-service@4.1.1) (2025-08-13)
    
    ### Bug Fixes
    
    * Add typings for IAddItem, GetItemResources, and ILayerDefinition ([#1241](#1241)) ([604c2d9](604c2d9))
    * **arcgis-rest-basemap-sessions:** improve logic for duration and safetyMargin ([9384113](9384113))
    * **arcgis-rest-basemap-sessions:** wrap up work before removing local options ([f5d5c60](f5d5c60))
    * **arcgis-rest-request:** appendCustomParams strips valid options ([7fbfca6](7fbfca6))
    * **arcgis-rest-request:** isSameOrigin returns false when url arg is null ([#1240](#1240)) ([6e3c94b](6e3c94b))
    * actually export no-cors utils ([746429e](746429e))
    * package-lock that should have been checked in after release ([78baaf1](78baaf1))
    * **arcgis-rest-request:** appendCustomParams strips valid options ([#1221](#1221)) ([bd1aa9c](bd1aa9c))
    * **arcgis-rest-request:** parentMessageHandler handles ICredential or IArcGISIdentityManagerOptions ([ae8159b](ae8159b))
    * **arcgis-rest-request:** postMessage auth works w/ credential ([cfa57e9](cfa57e9))
    * postMessage must send a Credential that is usable by JSSDK ([#1223](#1223)) ([082b1c6](082b1c6))
    * restore IUserRequestOptions.authentication to a ArcGISIdentityManager ([4c528ba](4c528ba))
    * restore IUserRequestOptions.authentication: ArcGISIdentityManager ([057edf0](057edf0))
    
    ### Features
    
    * **arcgis-rest-basemap-sessions:** add basemap style sessions package ([ec63c02](ec63c02))
    * **arcgis-rest-basemap-sessions:** remove static basemap tiles ([7c1ec7f](7c1ec7f))
    * add basemap session package ([b8848e1](b8848e1))
    * integrate no-cors into request fn ([f828bab](f828bab))
    * no-cors utils and global cache ([29db594](29db594))
    * setup vitest ([81cd426](81cd426))
    * **arcgis-rest-developer-credentials:** add invalidateApiKey, fix generate API key bug ([b1458a2](b1458a2))
    * **arcgis-rest-elevation:** initial release of elevation package ([#1191](#1191)) ([0d2064c](0d2064c))
    * **arcgis-rest-places:** places api - add icon param ([203821d](203821d)), closes [#1175](#1175) [#1175](#1175) [#1183](#1183)
    * **arcgis-rest-portal:** add removeItemThumbnail() to delete item thumbnails ([#1202](#1202)) ([a1b51f3](a1b51f3))
    * **arcgis-rest-request:** add option to override request function ([cd3948b](cd3948b))
    * **arcgis-rest-request:** add serialization and deserialization for all auth managers ([d85f595](d85f595))
    * **arcgis-rest-request:** change getDomainCredentials to handle URLs with mismatching cases ([013e4da](013e4da))
    * **arcgis-rest-request:** switched to using toLowerCase ([7ae474b](7ae474b))
    * make API keys work with all portal methods ([#1186](#1186)) ([1972413](1972413))
    
    ### Reverts
    
    * **arcgis-rest-feature-service:** service def fns take IAuthenticatedRequestOptions ([4471fff](4471fff))
    
    * feat(arcgis-rest-developer-credentials)!: export slot helper ([ba33510](ba33510))
    
    ### BREAKING CHANGES
    
    * requires additional changes to API key method
    semantic-release-bot committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    aa60a35 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. feat(arcgis-rest-feature-service): initial implementation for queryin…

    …g all features
    
    * feat(arcgis-rest-feature-service): initial implementation for querying all features
    
    * feat(arcgis-rest-feature-service): updates based on PR review
    
    * feat(arcgis-rest-feature-service): PR review
    
    * fix(arcgis-rest-feature-service): pass 1=1 and outFeilds bu default, update tests
    
    ---------
    
    Co-authored-by: KarshitShah <kar11185@esri.com>
    patrickarlt and KarshitShah authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    effd58f View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.2.0 [skip ci]

    # @esri/arcgis-rest-feature-service [4.2.0](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-feature-service@4.1.1...@esri/arcgis-rest-feature-service@4.2.0) (2025-08-14)
    
    ### Features
    
    * **arcgis-rest-feature-service:** initial implementation for querying all features ([effd58f](effd58f))
    semantic-release-bot committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    db39bf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. feat(arcgis-rest-feature-service): add support for f=geojson to query…

    …AllFeatures() (#1247)
    
    * feat(arcgis-rest-feature-service): add support for f=geojson to queryAllFeatures()
    
    * Update packages/arcgis-rest-feature-service/src/query.ts
    
    Co-authored-by: Gavin Rehkemper <137905994+gavinr-maps@users.noreply.github.com>
    
    * Update packages/arcgis-rest-feature-service/src/query.ts
    
    Co-authored-by: Gavin Rehkemper <137905994+gavinr-maps@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Gavin Rehkemper <137905994+gavinr-maps@users.noreply.github.com>
    patrickarlt and gavinr-maps authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    5b4f4e1 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.3.0 [skip ci]

    # @esri/arcgis-rest-feature-service [4.3.0](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-feature-service@4.2.0...@esri/arcgis-rest-feature-service@4.3.0) (2025-08-20)
    
    ### Features
    
    * **arcgis-rest-feature-service:** add support for f=geojson to queryAllFeatures() ([#1247](#1247)) ([5b4f4e1](5b4f4e1))
    semantic-release-bot committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    65055fe View commit details
    Browse the repository at this point in the history
  3. feat(arcgis-rest-basemap-styles): improve method names, edge cases an…

    …d error handling
    
    * feat(arcgis-rest-feature-service): add support for f=geojson to queryAllFeatures()
    
    * feat(arcgis-rest-basemap-styles): improve method names, edge cases and error handling
    
    * fix(arcgis-rest-basemap-sessions): set duration to 10 seconds
    
    * chore(arcgis-rest-basemap-sessions): remove console.log
    patrickarlt authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    d866803 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.1.0 [skip ci]

    # @esri/arcgis-rest-basemap-sessions [1.1.0](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-basemap-sessions@1.0.0...@esri/arcgis-rest-basemap-sessions@1.1.0) (2025-08-20)
    
    ### Features
    
    * **arcgis-rest-basemap-styles:** improve method names, edge cases and error handling ([d866803](d866803))
    semantic-release-bot committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    f4c2ad9 View commit details
    Browse the repository at this point in the history
Loading