Skip to content

Conversation

@github-actions
Copy link

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@esri/[email protected]

Minor Changes

  • 93db38b: Initial bump to migrate to changesets.

Patch Changes

Bug Fixes

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

@esri/[email protected]

Minor Changes

  • 93db38b: Initial bump to migrate to changesets.

Features

  • arcgis-rest-basemap-styles: improve method names, edge cases and error handling (d866803)

@esri/arcgis-rest-basemap-sessions 1.0.0 (2025-08-11)

Bug Fixes

  • arcgis-rest-basemap-sessions: improve logic for duration and safetyMargin (9384113)
  • arcgis-rest-basemap-sessions: wrap up work before removing local options (f5d5c60)

Features

  • arcgis-rest-basemap-sessions: add basemap style sessions package (ec63c02)
  • arcgis-rest-basemap-sessions: remove static basemap tiles (7c1ec7f)
  • add basemap session package (b8848e1)
  • setup vitest (81cd426)

@esri/[email protected]

Minor Changes

  • 93db38b: Initial bump to migrate to changesets.

Bug Fixes

  • small change to trigger a catch-up release (#1163) (11adbce)

@esri/[email protected]

Minor Changes

  • 93db38b: Initial bump to migrate to changesets.

Patch Changes

Features

  • arcgis-rest-developer-credentials: add invalidateApiKey, fix generate API key bug (b1458a2)

@esri/arcgis-rest-developer-credentials 2.0.0 (2025-02-20)

  • feat(arcgis-rest-developer-credentials)!: export slot helper (ba33510)

BREAKING CHANGES

  • requires additional changes to API key method

@esri/arcgis-rest-developer-credentials 1.1.0 (2025-01-23)

Features

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

@esri/[email protected]

Minor Changes

  • 93db38b: Initial bump to migrate to changesets.

Features

  • arcgis-rest-elevation: initial release of elevation package (#1191) (0d2064c)

@esri/[email protected]

Minor Changes

  • 93db38b: Initial bump to migrate to changesets.

Bug Fixes

  • arcgis-rest-feature-service: add support for authenticated layers to queryAllFeatures() (#1263) (cfdb644)

@esri/arcgis-rest-feature-service 4.4.0 (2025-08-20)

Features

  • arcgis-rest-basemap-styles: improve method names, edge cases and error handling (d866803)

@esri/arcgis-rest-feature-service 4.3.0 (2025-08-20)

Features

  • arcgis-rest-feature-service: add support for f=geojson to queryAllFeatures() (#1247) (5b4f4e1)

@esri/arcgis-rest-feature-service 4.2.0 (2025-08-14)

Features

  • arcgis-rest-feature-service: initial implementation for querying all features (effd58f)

@esri/[email protected]

Minor Changes

  • 93db38b: Initial bump to migrate to changesets.

Features

BREAKING CHANGES

  • force 4.x release

@esri/[email protected]

Minor Changes

  • 93db38b: Initial bump to migrate to changesets.

Features

BREAKING CHANGES

  • force 4.x release

@esri/[email protected]

Minor Changes

  • 93db38b: Initial bump to migrate to changesets.

Bug Fixes

  • small change to trigger a catch-up release (#1166) (26c33b1)

@esri/[email protected]

Minor Changes

  • 93db38b: Initial bump to migrate to changesets.

Features

@esri/arcgis-rest-places 1.1.0 (2024-06-18)

Features

  • Allow arcgis rest places package to use dev endpoints (#1170) (d0ca26d)

@esri/[email protected]

Minor Changes

  • 93db38b: Initial bump to migrate to changesets.

Features

  • arcgis-rest-portal: add support for uploading thumbnail and decorate items will full thumbnail url (#1250) (6bf9885)

@esri/[email protected]

Minor Changes

  • 93db38b: Initial bump to migrate to changesets.

Patch Changes

Bug Fixes

  • arcgis-rest-request: add token prefixes to oauth conditional (#1254) (abf6442)
  • arcgis-rest-request: Fix #1231 by allowing a custom state object to opt out of originalUrl behavior (#1256) (9fe9e63)

@esri/[email protected]

Minor Changes

  • 93db38b: Initial bump to migrate to changesets.

Bug Fixes

@github-actions
Copy link
Author

Code Coverage

Package Line Rate Branch Rate Complexity Health
arcgis-rest-basemap-sessions.src 100% 100% 0
arcgis-rest-basemap-sessions.src.utils 100% 100% 0
arcgis-rest-demographics.src 100% 100% 0
arcgis-rest-developer-credentials.src 100% 100% 0
arcgis-rest-developer-credentials.src.shared 100% 100% 0
arcgis-rest-elevation.src 100% 100% 0
arcgis-rest-feature-service.src 100% 100% 0
arcgis-rest-geocoding.src 100% 100% 0
arcgis-rest-places.src 100% 100% 0
arcgis-rest-portal.src.groups 100% 100% 0
arcgis-rest-portal.src.items 100% 100% 0
arcgis-rest-portal.src.orgs 100% 100% 0
arcgis-rest-portal.src.services 100% 100% 0
arcgis-rest-portal.src.sharing 100% 100% 0
arcgis-rest-portal.src.users 100% 100% 0
arcgis-rest-portal.src.util 100% 100% 0
arcgis-rest-request.src 100% 100% 0
arcgis-rest-request.src.types 100% 100% 0
arcgis-rest-request.src.utils 100% 100% 0
arcgis-rest-routing.src 100% 100% 0
Summary 100% (2182 / 2182) 100% (1209 / 1209) 0

Minimum allowed line rate is 100%

@patrickarlt
Copy link
Contributor

I did have to modify the changelog formatting since it looks like our existing format had some issues. If this is an ongoing issue we will need to discuss how ti best resolve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ArcGIS REST-JS will always set herf as state.originalUrl to pass to rest api when authorizing, which will limit the length of url

2 participants