This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
chore(deps): update dependency arcus.webapi.logging to v1.7.1 #159
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.4.0
->1.7.1
Release Notes
arcus-azure/arcus.webapi
v1.7.1
Install the Arcus.WebApi packages that you need via NuGet, for instance Arcus.WebApi.Security:
PM > Install-Package Arcus.WebApi.Security --Version 1.7.1
For a complete list of all Arcus.WebApi packages see the documentation.
What's new?
Fixes / Changes
HttpCorrelation
for deprecated in-process Azure Functions with deprecated Hierarchical correlation system (#422)Changes:
7dd9696
fix: use still http correlation instance w/ hierarhical (#423)b3394f2
chore: update frontend brand (#411)3e4a68e
refactor: rename the applicationid parameter to audience on the ctor (#420)db4f681
docs: publish v1.7 feature docs (#417)6499763
chore: Bump decode-uri-component from 0.2.0 to 0.2.2 in /docs (#414)1575659
chore: Bump express from 4.17.1 to 4.18.2 in /docs (#418)This list of changes was auto generated.
Full Changelog: arcus-azure/arcus.webapi@v1.7.0...v1.7.1
v1.7.0
Install the Arcus.WebApi packages that you need via NuGet, for instance Arcus.WebApi.Security:
PM > Install-Package Arcus.WebApi.Security --Version 1.7.0
For a complete list of all Arcus.WebApi packages see the documentation.
What's new?
Features
Fixes / Changes
Allow
validation in JSON formatting Azure Functions middleware (#393)Changes:
5c81950
fix: LogRequest writes the RouteTemplate as operation-name (#410)dec808c
Update correlation.md (#416)3a458d8
docs: more explicit http correlation usage (#413)b30f4a8
Update docusaurus.build.config.js (#412)0b622a7
fix: relaxed allow header json formatting (#406)31acc88
fix: service correlation w/ single api (#409)60ad875
chore: Bump loader-utils from 1.4.1 to 1.4.2 in /docs (#403)21f3133
chore: remove deprecated pr validation config (#402)7d4c295
chore: remove installation details from readme (#400)ee0782f
feat: add http func w3c correlation support (#395)See More
b9ca62a
chore: Bump loader-utils from 1.4.0 to 1.4.1 in /docs (#398)095ab28
feat: add allow all to az func middleware (#397)e5a6ac4
chore: Bump ansi-regex and ansi-regex in /docs (#394)74bfc55
(❗) feat: add w3c http correlation support (#392)94fc743
chore: remove leftover testing req tracking (#390)0ae3d47
feat: add az func json formatting (#389)1462fea
feat: simplify cert auth validation registration (#387)b3089f3
chore: Bump ansi-html and webpack-dev-server in /docs (#388)a26ead7
feat: add az func request tracking (#383)0a0b6ad
docs: remove appinsights logging section (#386)98021bc
feat: add az func exception handling middleware (#382)02ef856
feat: add support for versioned secrets in shared access key auth (#380)53b6218
chore: simplify certificate authentication (#381)a640815
docs: use correct example package in README (#379)447974f
feat: add http correlation support for isolated az func (#373)f5c1fc4
docs: add shared access key w keyvault integration user guide (#374)This list of changes was auto generated.
Full Changelog: arcus-azure/arcus.webapi@v1.6.1...v1.7.0
v1.6.1
Install the Arcus.WebApi packages that you need via NuGet, for instance Arcus.WebApi.Security:
What's new?
Fixes / Changes
Changes:
306fc33
(❗) feat: add telemetry context to http client correlation options (#371)2d4eeb3
chore: update missing request id warning to trace (#372)05b9cb0
feat: add operation id to http response (#367)dd00dbb
chore: Bump terser from 4.8.0 to 4.8.1 in /docs (#364)ade9f6d
fix: update w correct sample package (#363)51260d5
docs: publish v1.6 feature docs (#362)This list of changes was auto generated.
v1.6.0
Install the Arcus.WebApi packages that you need via NuGet, for instance Arcus.WebApi.Security:
What's new?
Features
Fixes / Changes
Changes:
4b4e920
chore: make http correlation az func available (#361)1450d6d
chore: improve http client correlation tracking exception message (#359)3b289f8
feat: change certificate auth target type (#351)a1d328c
feat: change sharedaccesskey target type (#349)bc3ee52
feat: add http client correlation tracking (#346)8501355
test: circumvent non-ascii chars in json formatting tests (#357)0326117
feat: change jwt target type (#353)b5d091d
docs: improve request tracking attribute descirption (#347)b85c096
feat: JSON serialization docs to .NET 6 (#343)ecdd161
docs: add introduction paragraph (#348)See More
79a027d
feat: extract operation parent ID from request (#345)de1f546
feat: open exception handling middelware for extension (#342)a58d07c
Fix start-time of WebApi request-tracking (#334)d8b47b5
chore: rethink http correlation extension (#336)2c6fdeb
chore: Bump eventsource from 1.1.0 to 1.1.1 in /docs (#330)cdc30c8
chore: add package readme project tag (#328)cc27487
chore: update release notes w example (#321)4592e7d
chore: Bump async from 2.6.3 to 2.6.4 in /docs (#323)0a71181
chore: add readme and proj url to nuget pkg (#320)3831416
chore: Bump cross-fetch from 3.1.4 to 3.1.5 in /docs (#322)347b95e
docs: update with net6.0 code samples (#317)7afd56a
chore: add codeql scanning (#313)ac593bb
docs: publish v1.5 feature docs (#316)0f840cb
chore: Bump minimist from 1.2.5 to 1.2.6 in /docs (#314)New Contributors
Full Changelog: arcus-azure/arcus.webapi@v1.5.0...v1.6.0
v1.5.0
Install new version via NuGet
What's new?
Features
Fixes / Changes
Changes:
42eaa95
Update Arcus.WebApi.Logging.AzureFunctions.csproj (#315)8519fb0
chore: treat warnings as errors (#312)ce99212
chore: upgrade towards net6.0 (#311)396e993
chore: use file paths io url routes (#305)9f8c02b
feat: add http correlation extension for az func (#306)437508f
chore: Bump prismjs from 1.25.0 to 1.27.0 in /docs (#302)9ac4216
chore: Bump url-parse from 1.5.7 to 1.5.10 in /docs (#303)2e6ccfc
chore: add dev-friendly msg for missed http ctx accessor (#301)cfb98af
chore: Bump url-parse from 1.5.3 to 1.5.7 in /docs (#300)c786e7e
chore: Bump follow-redirects from 1.14.7 to 1.14.8 in /docs (#294)See More
61b2b75
docs: use correlation in sub-title io secret store (#296)b2fe439
fix: request tarcking xml docs (#290)99324a0
chore: Bump axios from 0.21.1 to 0.21.4 in /docs (#282)5f649b7
chore: Bump follow-redirects from 1.14.1 to 1.14.7 in /docs (#279)f4652ea
chore: Bump nanoid from 3.1.23 to 3.2.0 in /docs (#278)6d185bb
chore: Bump algoliasearch-helper from 3.5.5 to 3.7.0 in /docs (#280)15124a9
chore: Bump shelljs from 0.8.4 to 0.8.5 in /docs (#281)a90b602
chore: upgrade towards net6.0 (#276)ffbeca8
docs: move telemetry enrichment (#275)6ab225a
feat: add jwt bearer token extension for secret store (#272)34e198a
docs: typo 'syntax highlighting' (#274)13b5710
chore: remove @tomkerkhove as code owner (#269)28c61de
feat: remove personal info option in request tracking (#266)40e9290
feat: add dedicated http correlation (#268)d8ee407
test: correlation not in response when not available (#267)e4c40b7
feat: add mvc json formatting extensions (#252)Full Changelog: arcus-azure/arcus.webapi@v1.4.1...v1.5.0
v1.4.1
Install new version via NuGet
What's new?
Features
None.
Fixes / Changes
Breaking Changes
None.
Removal
None.
Changes:
New Contributors
Full Changelog: arcus-azure/arcus.webapi@v1.4.0...v1.4.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.