Skip to content

Releases: adobe/reactor-uploader

v5.0.8

09 Jun 20:45
Compare
Choose a tag to compare

PDCL-8469

Addresses an issue where the uploader appeared to send the package data but did not after moving to node-fetch@3

Closes #49

v5.0.7

03 Jun 18:23
Compare
Choose a tag to compare

Reverts to earlier v5.0.4 code while debugging changes introduced with node-fetch

v5.0.5

23 Apr 20:38
Compare
Choose a tag to compare

Consumes better error messaging from https://github.com/adobe/jwt-auth

Resolves #28

v5.0.4

19 Apr 18:40
Compare
Choose a tag to compare

Addresses an issue where the introduction of the optional chaining syntax to solve #43 results in users of node < 14 to not be able to use the uploader tool anymore.

v5.0.3

16 Apr 16:44
Compare
Choose a tag to compare

Hides the user's access token from the screen print out when using verbose mode.

v5.0.2

26 Mar 19:23
Compare
Choose a tag to compare

Updates the recommended minimum Node engine to use this project.

Update dead links in README.

Bump Dependencies

21 Jul 23:16
Compare
Choose a tag to compare

Addresses dependency updates & requires node runtime >= v10.0.0

Always return the development extension from server when it exists.

10 Mar 17:18
Compare
Choose a tag to compare

The query used the check if an development extension existed on the server was not specific enough. The query was returning a public extension even when there was also a development one if the updateAt value of the public one was more recent than the development one.

v4.1.4

11 Dec 20:58
Compare
Choose a tag to compare

Use the correct status filter syntax.

v4.1.3

11 Dec 18:14
Compare
Choose a tag to compare

Fixed an issue where when we were searching for an existing extension package on the server, we were only searching for succeeded packages.