Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 984 Bytes

CHANGELOG.md

File metadata and controls

36 lines (26 loc) · 984 Bytes

0.7.1

  • Fixed : StatusCode cannot be set because the response has already started.

0.7.0

  • Change: Headers in RequestSession and ResponseData changed type to Dictionary because AspNetCore clears cached IHeaderDictionary

0.6.1

  • Fixed: Copy headers to response from cached data

0.6.0

  • Changed: ExternalUrl changed type to Uri
  • Added ProxyUrl: Uri
  • Added comments and minor fixes

0.5.0

  • bugfixes
  • Removed properties from RequestSession in favor of ResponseData

0.4.0

  • FluentProxyLogMessage splitted to RequestSession and ResponseData
  • GetMockedResponse renamed to GetCachedResponse and returns ResponseData
  • Added ids to RequestSession and ResponseData

0.3.0

  • GetMockedResponse works now with FluentProxyLogMessage

0.2.1

  • bugfixes

0.2.0

  • Extended settings and request processing

0.1.0

  • Initial version

Full release notes can be found at: https://github.com/micro-elements/MicroElements.FluentProxy/blob/master/CHANGELOG.md