Skip to content

Releases: dizco/AzureDevOps.InnerSource

v0.4.0

v0.4.0 Pre-release
Pre-release

Choose a tag to compare

@dizco dizco released this 25 Dec 22:39
44514f0

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.8 Pre-release
Pre-release

Choose a tag to compare

@dizco dizco released this 12 Aug 01:46
156e2ad
Update documentation (#16)

v0.3.7

v0.3.7 Pre-release
Pre-release

Choose a tag to compare

@dizco dizco released this 01 Aug 14:24
0f830b3
AddApplicationInsightsTelemetry (#14)

v0.3.6

v0.3.6 Pre-release
Pre-release

Choose a tag to compare

@dizco dizco released this 31 Jul 22:09
42d53d8
Fix repository aggregation by adding JWT to the markdown (#13)

v0.3.5

v0.3.5 Pre-release
Pre-release

Choose a tag to compare

@dizco dizco released this 31 Jul 20:31
7e0b524
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

v0.3.4

v0.3.4 Pre-release
Pre-release

Choose a tag to compare

@dizco dizco released this 30 Jul 17:36
Add explicit reference to Microsoft.Extensions.DependencyInjection

v0.3.3

v0.3.3 Pre-release
Pre-release

Choose a tag to compare

@dizco dizco released this 30 Jul 02:24
Fix a dependency issue with Serilog

v0.3.2

v0.3.2 Pre-release
Pre-release

Choose a tag to compare

@dizco dizco released this 30 Jul 02:11
Fix badge server url

v0.3.1

v0.3.1 Pre-release
Pre-release

Choose a tag to compare

@dizco dizco released this 29 Jul 20:53
1412f4f
Run server deployment when tag is published (#9)

v0.3.0

v0.3.0 Pre-release
Pre-release

Choose a tag to compare

@dizco dizco released this 29 Jul 20:46
35804c6

Azure DevOps Extension