Releases: dizco/AzureDevOps.InnerSource
Releases · dizco/AzureDevOps.InnerSource
v0.4.0
What's Changed
- Add a Cloudflare worker for rate limiting by @dizco in #17
- Update rate limiting limits by @dizco in #18
- Handle 429 with exponential backoff by @dizco in #19
- Add more logs around token authentication by @dizco in #20
- Set headers correctly with Axios by @dizco in #21
- Add Refresh capability by @dizco in #22
- Configure retries delay, display message when there are no repositories by @dizco in #23
- Update all dependencies by @dizco in #24
Full Changelog: v0.3.8...v0.4.0
v0.3.8
v0.3.7
v0.3.6
v0.3.5
Update Serilog configs and host builder (#11) So it appears that the culprit of our error: ``` Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Extensions.DependencyModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified. File name: 'Microsoft.Extensions.DependencyModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' ``` Was that we were publishing the whole sln to our out folder. When we publish only the startup project, it seems to work. The more you know In the process, the following was also done: - Update nugets - Use the generic host to build the app and hook Serilog onto it - Add ApplicationInsights - Log all HTTP requests