Releases: FlorianRappl/kras
Releases · FlorianRappl/kras
0.16.1
What's Changed
- Fixed issue with proxy injector not returning response
Full Changelog: v0.16.0...v0.16.1
0.16.0
What's Changed
- Fixed error handling with wrong JSON format (#65)
- Removed support for Node.js below 16
- Replaced
request
withaxios
- Updated dependencies
Full Changelog: v0.15.5...v0.16.0
0.15.4
- Fixed issue with bundled
package.json
reference
Full Changelog: v0.15.3...v0.15.4
0.15.3
What's Changed
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #59
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #61
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #60
- Added possibility to specify multiple headers or query parameters
- Updated dependencies
Full Changelog: v0.15.2...v0.15.3
0.15.2
What's Changed
- Support for different hostname bindings (default:
0.0.0.0
) - Added ordering of files to be deterministic (#57) @FlorianRappl in #58
- Updated dependencies
New Contributors
- @FlorianRappl made their first contribution in #58
Full Changelog: v0.15.1...v0.15.2
0.15.1
What's Changed
- Refactored read cert from node_modules by @carvinlo in #55
- Support for reading certificates from
node_modules
Full Changelog: v0.15.0...v0.15.1
0.15.0
- Removed support for Node.js below 12
- Added support for asynchronous creators (#54)
- Added optional
direction
parameter to middlewares (#53) - Added a deep merge of injector settings (#52)
- Updated dependencies
Full Changelog: v0.14.3...v0.15.0
0.14.3
- Fixed error logging in WebSocket proxies
- Added forwarding of headers to WebSocket proxies
- Updated dependencies
0.14.2
- Fixed issue with WebSocket not being proxied
0.14.1
- Fixed issue making the paths in
sources
of a krasrc absolute - Improved resolution for injectors and middlewares
- Added documentation for middlewares feature