Skip to content

VBA-Web v4.0.0-rc.2

Compare
Choose a tag to compare
@timhall timhall released this 04 Jan 19:21
· 216 commits to master since this release
  • Add EnableAutoProxy for auto-proxy support
  • Update authenticators for v4.0.0 and Mac support
  • Add HttpBasicAuthenticator
  • Add WindowsAuthenticator

Breaking Changes:

While no breaking changes were planned after rc.1, there were a few final breaking changes that needed to be made before the final release

  • Add PrepareHttp and PrepareCurl to IWebAuthenticator. All authenticators must implement these methods
  • Remove Username and Password in WebClient and moved to HttpBasicAuthenticator
  • Rename UrlParts -> GetUrlParts and TimeoutTimerExpired -> OnTimeoutTimerExpired