v1.1.0
Install the Arcus.Templates packages that you need via NuGet, for instance Arcus.Templates.WebApi:
> dotnet new --install Arcus.Templates.WebApi::1.1.0
For a complete list of all Arcus.Templates packages see the documentation.
What's new?
Features
- Provide the capability to track telemetry with W3C correlation format in all project templates (#716, #717, #718)
- Provide the capability to create isolated Azure Functions HTTP trigger projects (#714)
- Provide the capability to create isolated Azure Functions Service bus trigger projects (#710)
Fixes / Changes
- Use the isolated functions worker option as default for all Azure Functions project templates (#748)
- Streamline
launchSettings.json
file for both Docker and Project execution options in all project templates (#764) - Use synchronous secret retrieval to retrieve the JWT issuer token in the Web API project template #729)
- Use simpler certificate authentication extension in Web API project template (#709)
- Use open
Accept
header as valid option during JSON validation in Azure Functions HTTP trigger project template (#700)
New Contributors
- @pim-simons made their first contribution in #701
- @Roeland54 made their first contribution in #765
Changes:
- 6b5d48c chore(deps): update arcus.observability monorepo to v2.8.0 (#771)
- 7b1c573 chore: use
main
branch in az devops status badge (#770) - c5fd9b2 chore(deps): update dependency microsoft.openapi.readers to v1.5.0 (#769)
- 928a170 chore: streamline launchsettings in project templates (❗) (#766)
- d720e2b feat: w3c correlation update (❗) (#762)
- 7dcb17a chore: use main in codeql (#767)
- ef9a5d4 chore(deps): update dependency swashbuckle.aspnetcore to v6.5.0 (#763)
- 7515a70 Do not exclude launchsettings.json (#765)
- 94c3267 chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v7.0.102 (#761)
- ebf2e87 chore(deps): update arcus.observability monorepo to v2.7.0 (#760)
See More
- 670c8d9 test: correct event types in integration tests (#753)
- 080d888 chore(deps): update arcus.webapi monorepo to v1.7.1 (#758)
- 6211ee5 chore: fix nuget warnings (#757)
- 42afe65 Update ci-build.yml (#756)
- 8fccefe chore(deps): bump json5 and babel-loader in /docs (#755)
- e1faff8 chore: don't use special chars in
local.settings.json
(#754) - d2bf712 feat: set isolated project option as default az func worker (#750)
- b6d34d5 chore: frontend brand updates (#730)
- 72f772e chore(deps): update dependency microsoft.azure.webjobs.extensions.openapi to v1.5.0 (#752)
- cd9b763 chore: use
local.settings.json
in Azure Functions HTTP trigger project template (#749) - d817606 feat: add isolated option to az func http trigger (#739)
- 4b37476 chore(deps): update arcus.webapi monorepo to v1.7.0 (#735)
- ccb8fbf chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v7.0.101 (#738)
- 3b1df92 chore(deps): update dependency microsoft.net.test.sdk to v17.4.1 (#742)
- 1856835 chore: use eventgrid v3.3 (#745)
- 50b6f16 Update dependency Serilog to v2.12.0 (#744)
- 38e51fb chore(deps): update arcus.security monorepo to v1.9.0 (#741)
- 5952ceb chore(deps): bump express from 4.17.1 to 4.18.2 in /docs (#733)
- 071b43f chore(deps): bump qs and express in /docs (#734)
- 82420b7 chore(deps): update dependency arcus.eventgrid.testing to v3.3.0 (#737)
- 56b7789 Update docusaurus.build.config.js (#731)
- 3eb1726 chore(deps): update dependency microsoft.openapi.readers to v1.4.5 (#732)
- 9024c07 chore(deps): update dependency serilog.aspnetcore to v6.1.0 (#728)
- 8f5cbeb chore(deps): update dependency newtonsoft.json to v13.0.2 (#726)
- b054cd8 chore(deps): update dependency microsoft.openapi.readers to v1.4.4 (#725)
- bfc874d chore(deps): update dependency microsoft.azure.databricks.client to v1.1.2515.1 (#724)
- 5561d76 chore(deps): bump loader-utils from 1.4.1 to 1.4.2 in /docs (#723)
- fcaa70f feat: add isolated project option to az func servicebus queue (#710)
- ca4e0bc chore: remove deprecated pr validation config (#722)
- 1c350d6 chore: remove installation details from readme (#712)
- cb7f773 chore(deps): update dependency swashbuckle.aspnetcore.filters to v7.0.6 (#720)
- e502083 chore(deps): update dependency microsoft.azure.webjobs.extensions.servicebus to v5.8.1 (#711)
- 3cfb256 chore(deps): bump loader-utils from 1.4.0 to 1.4.1 in /docs (#708)
- c840cd5 chore(deps): update dependency bouncycastle.netcoresdk to v1.9.7 (#704)
- f02a70b chore(deps): update dependency microsoft.net.test.sdk to v17.4.0 (#705)
- 20c0db5 chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v7 (#707)
- d3d2b72 chore(deps): update dependency microsoft.aspnetcore.authentication.jwtbearer to v6.0.10 (#697)
- 172e17a chore(deps): bump ansi-regex and ansi-regex in /docs (#702)
- 21de3f9 chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v6.0.402 (#698)
- e4a6832 add mediatype / to AcceptsJson check (#701)
- 6bc1818 chore(deps): update dependency microsoft.azure.webjobs.extensions.servicebus to v5.8.0 (#699)
- e264c56 docs: publish v1.0 feature docs (#696)
Full Changelog: v1.0.0...v1.1.0