Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-request@3.4.3...@esri/arcgis-rest-request@4.0.0) (2022-04-18)

### Bug Fixes

* **arcgis-rest-request:** add support for server credentials ([#965](#965)) ([b063bcc](b063bcc))
* **arcgis-rest-request:** adds test to issue with append custom params ([2b9060f](2b9060f))
* **arcgis-rest-request:** fixes an issue in append custom params where valid params of value 0 were ([4a63dd7](4a63dd7))
* add package.json files to builds for individual build types ([#955](#955)) ([c162125](c162125))
* correct package and dep versions in -rest-routing ([c24a081](c24a081))

### Features

* add breaking change ([8205840](8205840))
* setup semantic-release for main branch ([30832eb](30832eb))
* **arcgis-rest-request:** add demo and code for ability to share session between client and server ([ee9ac4c](ee9ac4c))
* **arcgis-rest-request:** add support for AbortSignal ([#970](#970)) ([0f314f6](0f314f6))
* **arcgis-rest-request:** allow state variable to be passed through on server side oauth ([fdbe612](fdbe612))
* **arcgis-rest-request:** force dep release ([87c511d](87c511d))
* **arcgis-rest-request:** force dep release ([409e62f](409e62f))
* **arcgis-rest-request:** force release ([9acfacc](9acfacc))
* **arcgis-rest-request:** refresh session and retry with new token for invalid token errors ([54df4ca](54df4ca))
* **arcgis-rest-request:** rewrite oauth 2 functions to use PKCE ([e49f88c](e49f88c))
* add commitlint config and release scripts ([1bb1a8f](1bb1a8f))
* force dep release ([55f665d](55f665d))

### BREAKING CHANGES

* force 4.x release
* force semantic release to use 4.0.0
  • Loading branch information
semantic-release-bot committed Apr 18, 2022
1 parent 711fe1b commit c75206c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions packages/arcgis-rest-request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
# @esri/arcgis-rest-request [4.0.0](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-request@3.4.3...@esri/arcgis-rest-request@4.0.0) (2022-04-18)


### Bug Fixes

* **arcgis-rest-request:** add support for server credentials ([#965](https://github.com/Esri/arcgis-rest-js/issues/965)) ([b063bcc](https://github.com/Esri/arcgis-rest-js/commit/b063bcca1780cd671e6b4f25532e4122903dc8b2))
* **arcgis-rest-request:** fixes an issue in append custom params where valid params of value 0 were ([4a63dd7](https://github.com/Esri/arcgis-rest-js/commit/4a63dd76a2f39bffbf99745fb7a81f2a8353c666))
* add package.json files to builds for individual build types ([#955](https://github.com/Esri/arcgis-rest-js/issues/955)) ([c162125](https://github.com/Esri/arcgis-rest-js/commit/c16212594f0b914425548be5d61d7435d54a2718))


### Features

* add breaking change ([8205840](https://github.com/Esri/arcgis-rest-js/commit/8205840d81106173fdb1fe3750822e1754611c3b))
* **arcgis-rest-request:** add demo and code for ability to share session between client and server ([ee9ac4c](https://github.com/Esri/arcgis-rest-js/commit/ee9ac4c5a0de48d8820c15d661b544ed38a7abf7))
* **arcgis-rest-request:** add support for AbortSignal ([#970](https://github.com/Esri/arcgis-rest-js/issues/970)) ([0f314f6](https://github.com/Esri/arcgis-rest-js/commit/0f314f689dbb7802431ef52223a53b121c346739))
* **arcgis-rest-request:** allow state variable to be passed through on server side oauth ([fdbe612](https://github.com/Esri/arcgis-rest-js/commit/fdbe612e103250b33f85d61aa5e30daa496f74e8))
* **arcgis-rest-request:** force dep release ([87c511d](https://github.com/Esri/arcgis-rest-js/commit/87c511d2da9d6a584b6b9ee7f2b4ce68d808e6fe))
* **arcgis-rest-request:** force release ([9acfacc](https://github.com/Esri/arcgis-rest-js/commit/9acfacc34cdeb3c0e45697484ef3bad156be57e6))
* **arcgis-rest-request:** refresh session and retry with new token for invalid token errors ([54df4ca](https://github.com/Esri/arcgis-rest-js/commit/54df4caef91c8a07f7080badefead4131628e1b5))
* **arcgis-rest-request:** rewrite oauth 2 functions to use PKCE ([e49f88c](https://github.com/Esri/arcgis-rest-js/commit/e49f88c700694aed472733527124c4d0d54e45d6))


### BREAKING CHANGES

* force 4.x release





### Dependencies

* **@esri/arcgis-rest-fetch:** upgraded to 4.0.0
* **@esri/arcgis-rest-form-data:** upgraded to 4.0.0

# @esri/arcgis-rest-request [4.0.0-beta.7](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-request@4.0.0-beta.6...@esri/arcgis-rest-request@4.0.0-beta.7) (2022-03-29)


Expand Down
6 changes: 3 additions & 3 deletions packages/arcgis-rest-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-request",
"version": "4.0.0-beta.7",
"version": "4.0.0",
"description": "Common methods and utilities for @esri/arcgis-rest-js packages.",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -44,8 +44,8 @@
"node": ">=12.20.0"
},
"dependencies": {
"@esri/arcgis-rest-fetch": "4.0.0-beta.1",
"@esri/arcgis-rest-form-data": "4.0.0-beta.1",
"@esri/arcgis-rest-fetch": "4.0.0",
"@esri/arcgis-rest-form-data": "4.0.0",
"tslib": "^2.3.1"
},
"contributors": [
Expand Down

0 comments on commit c75206c

Please sign in to comment.