Skip to content

Releases: single-spa/import-map-deployer

v4.0.2

29 Mar 16:45
Compare
Choose a tag to compare

Fixes

  • Fix issue with http auth (#103 via @kfrederix). This was a regression caused by #97.

v4.0.1

16 Mar 22:13
Compare
Choose a tag to compare

Fixes

  • Fix issue with bucket / key parsing for GCP Storage (#100 #99)

v4.0.0

15 Mar 17:31
Compare
Choose a tag to compare

Breaking Changes

  • import-map-deployer will no longer use or create a default import map file from disk under any circumstances. All envs/locations must now be specified in the config. (#97)
  • import-map-deployer now sends a 404 when the ?env query param is invalid. Previously it would use the default location when ?env was invalid. (#97)

v3.3.1

12 Feb 23:54
Compare
Choose a tag to compare

Fixes

  • Use first config.location for health check instead of file system, when no default location is specified. (#95)

v3.3.0

12 Feb 19:03
Compare
Choose a tag to compare

Features

  • Support gs:// urls for google storage (#93)

Examples

  • Added new example for google cloud run (#93)

Maintenance

  • Upgrade @google-cloud/storage dependency to v5

v3.2.1

24 Jan 02:27
Compare
Choose a tag to compare

Fixes

v3.2.0

22 Jan 22:07
Compare
Choose a tag to compare

Features

Maintenance

  • Various Fixes, including reinstating CI for PRs (#90)
  • added minio instructions to readme (#86 via @iot-resister )

v3.1.1

26 Oct 16:48
Compare
Choose a tag to compare

Fixes

  • Skip logging for requests to health check paths if they're healthy (#82)

Maintenance

  • Add related projects section (58deeee)

v3.1.0

15 Sep 16:52
Compare
Choose a tag to compare

Features

  • Support PORT environment variable (#80)

Maintenance

  • Bump node-fetch from 2.6.0 to 2.6.1 (#79)

v3.0.0

11 Sep 18:47
Compare
Choose a tag to compare

Breaking changes

  • Dropped Node 10 in package.json engines and Docker image. (#78 @dijitali)

Features

  • Improve Docker image to not run as root user and to yarn install for production (#78 @dijitali)