Releases: single-spa/import-map-deployer
Releases · single-spa/import-map-deployer
v4.0.2
Fixes
- Fix issue with http auth (#103 via @kfrederix). This was a regression caused by #97.
v4.0.1
v4.0.0
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
v3.3.0
v3.2.1
Fixes
- Fixes AWS cache control order issue (#91 via @mellis481)
v3.2.0
Features
- Add
cacheControl
configuration option (#89 via @mellis481) - Add "tini" to dockerfile (#88 via @nhumrich)
Maintenance
- Various Fixes, including reinstating CI for PRs (#90)
- added minio instructions to readme (#86 via @iot-resister )