Releases: dotnet/dev-proxy
Releases · dotnet/dev-proxy
v0.5.0
Announcement
🚀 Microsoft Graph Developer Proxy v0.5
What's Changed
- Add beta endpoint guidance to features list. Closes #130 by @garrytrinder in #132
- Adds paging guidance spec. Related to #151 by @waldekmastykarz in #154
- Removes v1.0 endpoints from GraphBetaSupportGuidancePlugin. Closes #146 by @waldekmastykarz in #158
- Simplifies plugins implementation. Closes #143 by @waldekmastykarz in #157
- Renames executable to mgdp. Closes #125 by @waldekmastykarz in #159
- Adds recording mode spec. Related to #93 by @waldekmastykarz in #155
- Fixes mocks warning when using --no-mocks. Closes #161 by @waldekmastykarz in #162
- Fixes $select guidance to recognize %24. Closes #163 by @waldekmastykarz in #165
- Removes leading $ in mock plugin message. Closes #170 by @waldekmastykarz in #172
- Fixes help description. Closes #166 by @waldekmastykarz in #173
- Fixes new version notification. Closes #150 by @waldekmastykarz in #153
- Fixes issue with mock responses not being set. Closes #164 by @waldekmastykarz in #179
- Moves pass-thru message to Proxy core. Closes #169 by @waldekmastykarz in #176
- Adds odata paging guidance. Closes #151 by @waldekmastykarz in #174
- Updates plugin property order. Closes #147 by @garrytrinder in #182
- Remove Move-to-JS-SDK.md guidance. Closes #59 by @garrytrinder in #181
- Bump Microsoft.Extensions.Configuration.Binder from 7.0.2 to 7.0.3 in /msgraph-developer-proxy by @dependabot in #183
- Update links to use aka.ms. Closes #180 by @garrytrinder in #185
- Delete repeated word by @dawei-wang in #191
- Adds generic chaos plugin by @waldekmastykarz in #186
- Fixes issue in Paging guidance for non-GET requests. Closes #189 by @waldekmastykarz in #192
- Adds Execution summary spec. Related to #152 by @waldekmastykarz in #177
- Adds support for recording. Closes #93 by @waldekmastykarz in #184
- Adds execution summary plugin. Closes #152 by @waldekmastykarz in #193
- Fixes bug in Paging guidance plugin by @waldekmastykarz in #195
- ci: move release to widows agents by @gavinbarron in #199
- Disables paging plugin. Closes #201 by @waldekmastykarz in #202
- Fixes issue with file paths. Closes #196 by @waldekmastykarz in #203
- chore: bump version for release by @gavinbarron in #207
New Contributors
- @dawei-wang made their first contribution in #191
Full Changelog: v0.4.0...v0.5.0
Test your apps today!
👇 Download
v0.4.0
Announcement
🚀 Microsoft Graph Developer Proxy v0.4
What's Changed
- Update README.md by @garrytrinder in #100
- Update README.md by @garrytrinder in #101
- Adds env.js remark by @garrytrinder in #108
- feat: plug in system implementation by @gavinbarron in #99
- Update README.md by @garrytrinder in #112
- Bump Microsoft.Extensions.Configuration.Binder from 7.0.1 to 7.0.2 in /msgraph-developer-proxy by @dependabot in #111
- Adds console output spec. Related to #68 by @waldekmastykarz in #114
- Improves console output readability. Closes #68 by @waldekmastykarz in #117
- Adds the beta support guidance. Closes #86 by @waldekmastykarz in #120
- ci: build and copy plugins project separately by @gavinbarron in #135
- ci: use recursive copy flag by @gavinbarron in #137
- bug: correct Assembly.Location usages for self-contained builds by @gavinbarron in #139
- chore: set version to 0.4.0 by @gavinbarron in #141
Full Changelog: v0.3.0...v0.4.0
Test your apps today!
👇 Download
v0.3.0
Announcement
🚀 Microsoft Graph Developer Proxy v0.3
What's Changed
- Changes keyboard shortcut to stop to CTRL+C. Closes #47 by @waldekmastykarz in #67
- Adds contextual guidance for lack of $select by @waldekmastykarz in #69
- Adds putting proxy files in a proxy-specific folder. Closes #40 by @waldekmastykarz in #65
- Adding multi-url-support specs by @sebastienlevert in #70
- Update multi-URL spec to watch full URLs by @waldekmastykarz in #81
- Extends Proxy to support other URLs. Closes #54 by @waldekmastykarz in #87
- Bump Microsoft.Extensions.Configuration.Binder from 7.0.0 to 7.0.1 in /msgraph-developer-proxy by @dependabot in #73
- Updates sample guidance. Closes #90 by @waldekmastykarz in #91
- Adds proxy header. Closes #83 by @waldekmastykarz in #89
- ci: updating names of zip files in release by @gavinbarron in #96
- docs: initial proposal for plug-in system by @gavinbarron in #92
- Updates version to v0.3.0 by @waldekmastykarz in #97
New Contributors
- @dependabot made their first contribution in #73
Full Changelog: v0.2.3...v0.3.0
Test your apps today!
👇 Download
v0.2.6
refactor: adjust directories when zipping
v0.2.5
fix: use env prefix to access variable
v0.2.3
Updates project (#44) * Removes demo assets from project output * Updates version to v0.2.3
v0.2.2
- added the access-control-expose-headers header to allow client-side apps read retry-after header
- updated dependencies
v0.2.1
Initial release