Releases: single-spa/import-map-deployer
Releases · single-spa/import-map-deployer
v7.0.0
Breaking changes
- Use strict SSL checks for URL validation, by default. Use
fetch
rather thanrequest
. TheNODE_TLS_REJECT_UNAUTHORIZED
environment variable might allow for backwards compatibility (#177)
Fixes
- PATCH import-map.json endpoint now always sends json response body (#177)
- URL validation checks now functional for PATCH import-map.json endpoint (#177)
Full Changelog: v6.2.2...v7.0.0
v6.2.2
What's Changed
- Improve logging for patch import map by @joeldenning in #176
Full Changelog: v6.2.1...v6.2.2
v6.2.1
What's Changed
- Documentation updates by @joeldenning in #173
- Add example github workflow by @joeldenning in #174
- Delete old integrity urls in PATCH and DELETE endpoints by @joeldenning in #175
Full Changelog: v6.2.0...v6.2.1
v6.2.0
What's Changed
- Support for integrity in PATCH services endpoint by @joeldenning in #172
Full Changelog: v6.1.0...v6.2.0
v6.1.0
What's Changed
- Support for "integrity" field in PATCH /import-map.json by @joeldenning in #171
Full Changelog: v6.0.0...v6.1.0
v6.0.0
Breaking Changes
manifestFormat
option is no longer required, and defaults toimportmap
What's Changed
- Default manifestFormat to "importmap" by @joeldenning in #169
- Log errors to stderr by @joeldenning in #170
Full Changelog: v5.0.0...v6.0.0
v5.0.0
Breaking Changes
import-map-deployer's Dockerfile now uses Node 20 rather than Node 14
All changes
- Fix azure storage (#168)
- move IO methods heading by @yzAlvin in #140
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #160
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #159
- Node 20 & dependencies upgrade by @lhtdesignde in #165
- chore: bump version to 4.6.1 by @MilanKovacic in #166
v4.6.0
What's Changed
- Bump aws-sdk from 2.499.0 to 2.814.0 by @dependabot in #127
- Bump ajv from 6.10.0 to 6.12.6 by @dependabot in #130
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #131
- Bump cookiejar from 2.1.2 to 2.1.4 by @dependabot in #149
- Bump json5 from 2.1.3 to 2.2.3 by @dependabot in #147
- Bump express from 4.17.1 to 4.17.3 by @dependabot in #143
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #142
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #141
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #155
- Bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #154
- Bump jsdom from 16.2.2 to 16.7.0 by @dependabot in #136
- Bump minimist from 1.2.3 to 1.2.6 by @dependabot in #132
- Adding note to README about GCP/Azure concurrency by @danopia in #134
New Contributors
Full Changelog: v4.5.6...v4.6.0
v4.5.6
What's Changed
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #124
- fix: alphabetical sort method now handles missing data better by @TheMcMurder in #125
- Release 4.5.6 by @TheMcMurder in #126
Full Changelog: v4.5.5...v4.5.6
v4.5.5
This release only exists to test the new github workflow that relies on github releases.