Skip to content

Releases: dizco/AzureDevOps.InnerSource

v0.4.0

25 Dec 22:39
44514f0

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

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

12 Aug 01:46
156e2ad

Choose a tag to compare

v0.3.8 Pre-release
Pre-release
Update documentation (#16)

v0.3.7

01 Aug 14:24
0f830b3

Choose a tag to compare

v0.3.7 Pre-release
Pre-release
AddApplicationInsightsTelemetry (#14)

v0.3.6

31 Jul 22:09
42d53d8

Choose a tag to compare

v0.3.6 Pre-release
Pre-release
Fix repository aggregation by adding JWT to the markdown (#13)

v0.3.5

31 Jul 20:31
7e0b524

Choose a tag to compare

v0.3.5 Pre-release
Pre-release
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

30 Jul 17:36

Choose a tag to compare

v0.3.4 Pre-release
Pre-release
Add explicit reference to Microsoft.Extensions.DependencyInjection

v0.3.3

30 Jul 02:24

Choose a tag to compare

v0.3.3 Pre-release
Pre-release
Fix a dependency issue with Serilog

v0.3.2

30 Jul 02:11

Choose a tag to compare

v0.3.2 Pre-release
Pre-release
Fix badge server url

v0.3.1

29 Jul 20:53
1412f4f

Choose a tag to compare

v0.3.1 Pre-release
Pre-release
Run server deployment when tag is published (#9)

v0.3.0

29 Jul 20:46
35804c6

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Azure DevOps Extension