Releases: microsoft/dev-proxy
Releases · microsoft/dev-proxy
v0.15.0-beta.3
What's Changed
- Adds M365 mock response plugin by @waldekmastykarz in #555
Full Changelog: v0.15.0-beta.2...v0.15.0-beta.3
Test your apps today!
👇 Download
v0.15.0-beta.2
What's Changed
- Patches setup script for Mx macs by @waldekmastykarz in #540
- Update GitHub Actions versions for improved compatibility by @SilentSobs in #548
- Add option to not run as system proxy and do not install self-signed cert by @ohaucke in #530
- Forces .sh files to use LF line endings. Closes #541 by @waldekmastykarz in #542
- Allows watching URLs on a specific port only. Closes #550 by @waldekmastykarz in #551
- Extends setup script to disable Gatekeeper for proxy files by @waldekmastykarz in #543
- Makes the retry-after value in GenericRandomErrorPlugin configurable. Closes #520 by @waldekmastykarz in #537
- Extends the RetryAfterPlugin to support CORS. Closes #526 by @waldekmastykarz in #536
New Contributors
Full Changelog: v0.15.0-beta.1...v0.15.0-beta.2
Test your apps today!
👇 Download
v0.15.0-beta.1
What's Changed
- Updates schemas to allow JSON array in response body by @waldekmastykarz in #508
- Fixes generating OpenAPI spec for responses without body. Closes #509 by @waldekmastykarz in #510
- Adds permissions to address GH change by @waldekmastykarz in #511
- Fixes watching absolute URLs without path. Closes #514 by @waldekmastykarz in #515
- Extends RateLimitPlugin to expose default throttling for CORS by @waldekmastykarz in #516
- Adds the --urls-to-watch arg. Closes #504 by @waldekmastykarz in #517
- Sets default CrudApiPlugin encoding to utf-8. Closes #518 by @waldekmastykarz in #519
- Notifies of new beta versions. Closes #513 by @waldekmastykarz in #521
- Refactors throttled requests. Closes #507 by @waldekmastykarz in #523
- Updates beta install script to enable beta update channel. Closes #522 by @waldekmastykarz in #524
- Adds support for mac M1. Closes #529 by @waldekmastykarz in #534
- Fix handling of empty 'urlsToWatch' in plugins by @SilentSobs in #533
New Contributors
- @SilentSobs made their first contribution in #533
Full Changelog: v0.14.1...v0.15.0-beta.1
Test your apps today!
👇 Download
v0.14.1
What's Changed
- Align response objects in schemas by @garrytrinder in #503
- Fixes passing plugin data by @waldekmastykarz in #506
Full Changelog: v0.14.0...v0.14.1
Test your apps today!
👇 Download
v0.14.0
What's Changed
- chore: No more painfully to see warnings by @svrooij in #357
- Updates logLevel to include plugins. Closes #167 by @waldekmastykarz in #413
- Adds JSON schema by @waldekmastykarz in #414
- Adds support for intercepting OPTIONS requests. Closes #411 by @waldekmastykarz in #415
- Fixes issue with execution summary. Closes #416 by @waldekmastykarz in #417
- Updates handling relative paths in RateLimitingPlugin. Closes #419 by @waldekmastykarz in #420
- Removes unnecessary .vscode folder by @waldekmastykarz in #423
- Fix mockgenerator schema by @waldekmastykarz in #424
- Adds OpenApiDocGeneratorPlugin. Closes #425 by @waldekmastykarz in #428
- Adds setup scripts by @waldekmastykarz in #430
- Fixes issue with parametrizing URLs in OpenApiDocGeneratorPlugin by @waldekmastykarz in #433
- Add docs feedback issue template by @garrytrinder in #434
- Update icon by @garrytrinder in #435
- Update images by @garrytrinder in #439
- Automates registering proxy on macOS. Partially closes #49 by @waldekmastykarz in #429
- Adds cert setup for macOS. Closes #49 by @waldekmastykarz in #431
- Reformats the code by @waldekmastykarz in #440
- Add errors schema by @garrytrinder in #442
- Adds the preset get command. Closes #438 by @waldekmastykarz in #441
- Remove setting of HTTP proxy on Windows by @garrytrinder in #444
- Update default config by @garrytrinder in #443
- Fixes preset names in csproj by @waldekmastykarz in #451
- Adds the CRUD API plugin. Closes #437 by @waldekmastykarz in #445
- Fixes handling disabling mocking in GraphMockResponsePlugin. Closes #446 by @waldekmastykarz in #452
- Makes mocks and errors consistent. Closes #453 by @waldekmastykarz in #457
- Fixes the double passed through message. Closes #455 by @waldekmastykarz in #458
- Combines rate limiting with mocking. Closes #350 by @waldekmastykarz in #461
- Add configuration field by @garrytrinder in #462
- Add RateLimitingPlugin schema. Closes #459 by @garrytrinder in #463
- Suppress plugins for global options and sub-commands.. Closes #469 by @garrytrinder in #471
- Fixes warning in RateLimitingPlugin. Closes #474 by @waldekmastykarz in #475
- Fixes using Dev Tools with Chrome on Windows. Closes #468 by @waldekmastykarz in #477
- Remove duplicate word from output. Closes #476 by @garrytrinder in #478
- Updates setup script. Closes #464, #479 by @waldekmastykarz in #480
- Remove ignored URL from default config by @garrytrinder in #487
- Moves updating Graph DB to the GraphSelectGuidancePlugin. Closes #481 by @waldekmastykarz in #482
- Fixes #358 MockGeneratorPlugin errors if the response headers have a duplicate by @mosoftwareenterprises in #372
- Updates default config file by @waldekmastykarz in #489
- Adds beta setup scripts. Closes #490 by @waldekmastykarz in #491
- Renames OpenApiDocGeneratorPlugin by @waldekmastykarz in #492
- Extends CrudApiPlugin with GetMany by @waldekmastykarz in #494
- Fixes communicating retry-after in RateLimitingPlugin by @waldekmastykarz in #497
- Fix $schema property not allowed warning by @garrytrinder in #498
- Update rc schema to allow additional properties by @garrytrinder in #500
New Contributors
- @svrooij made their first contribution in #357
- @mosoftwareenterprises made their first contribution in #372
Full Changelog: v0.13.0...v0.14.0
Test your apps today!
👇 Download
v0.14.0-beta.7
What's Changed
- Adds beta setup scripts. Closes #490 by @waldekmastykarz in #491
- Renames OpenApiDocGeneratorPlugin by @waldekmastykarz in #492
- Extends CrudApiPlugin with GetMany by @waldekmastykarz in #494
Full Changelog: v0.14.0-beta.6...v0.14.0-beta.7
Test your apps today!
👇 Download
v0.14.0-beta.6
What's Changed
- Remove ignored URL from default config by @garrytrinder in #487
- Moves updating Graph DB to the GraphSelectGuidancePlugin. Closes #481 by @waldekmastykarz in #482
- Fixes #358 MockGeneratorPlugin errors if the response headers have a duplicate by @mosoftwareenterprises in #372
- Updates default config file by @waldekmastykarz in #489
New Contributors
- @mosoftwareenterprises made their first contribution in #372
Full Changelog: v0.14.0-beta.5...v0.14.0-beta.6
Test your apps today!
👇 Download
v0.14.0-beta.5
What's Changed
- Add configuration field by @garrytrinder in #462
- Add RateLimitingPlugin schema. Closes #459 by @garrytrinder in #463
- Suppress plugins for global options and sub-commands.. Closes #469 by @garrytrinder in #471
- Fixes warning in RateLimitingPlugin. Closes #474 by @waldekmastykarz in #475
- Fixes using Dev Tools with Chrome on Windows. Closes #468 by @waldekmastykarz in #477
- Remove duplicate word from output. Closes #476 by @garrytrinder in #478
- Updates setup script. Closes #464, #479 by @waldekmastykarz in #480
Full Changelog: v0.14.0-beta.4...v0.14.0-beta.5
Test your apps today!
👇 Download
v0.14.0-beta.4
What's Changed
- Combines rate limiting with mocking. Closes #350 by @waldekmastykarz in #461
Full Changelog: v0.14.0-beta.3...v0.14.0-beta.4
Test your apps today!
👇 Download
v0.14.0-beta.3
What's Changed
- Add errors schema by @garrytrinder in #442
- Adds the preset get command. Closes #438 by @waldekmastykarz in #441
- Remove setting of HTTP proxy on Windows by @garrytrinder in #444
- Update default config by @garrytrinder in #443
- Fixes preset names in csproj by @waldekmastykarz in #451
- Adds the CRUD API plugin. Closes #437 by @waldekmastykarz in #445
- Fixes handling disabling mocking in GraphMockResponsePlugin. Closes #446 by @waldekmastykarz in #452
- Makes mocks and errors consistent. Closes #453 by @waldekmastykarz in #457
- Fixes the double passed through message. Closes #455 by @waldekmastykarz in #458
Full Changelog: v0.14.0-beta.2...v0.14.0-beta.3
Test your apps today!
👇 Download