Releases: elastic/apm-agent-dotnet
Releases · elastic/apm-agent-dotnet
v1.28.4
What's Changed
- Ensure we capture baggage when capturing Errors during unsampled transactions by @Mpdreamz in #2427
- Ensure safer access to system.web.security.roles by @Mpdreamz in #2425
- Fix #2421 ensure _allowFilterAdd is true on initialization by @Mpdreamz in #2426
- Fix #2422 SetAgentActivationMethod throws CultureNotFoundException in global-invariant mode by @ben-kiplot in #2423
- Release notes for 1.28.4 by @Mpdreamz in #2428
New Contributors
- @ben-kiplot made their first contribution in #2423
Full Changelog: v1.28.3...v1.28.4
v1.28.3
v1.28.2
v1.28.1
What's Changed
- updatecli: use shared policy by @v1v in #2393
- feat: make published Docker images multi-platform, add linux/arm64 plat by @v1v in #2395
- release: fix adding latest tag by @reakaleek in #2399
- Introduce IHostNameDetector to speed up tests by @Mpdreamz in #2398
- Enable global file logging by @Mpdreamz in #2371
- Remove service principal from test infra by @Mpdreamz in #2391
- Bump the github-actions group across 1 directory with 4 updates by @dependabot in #2403
- Fix #2410 ensure we skip instrumentation of System.Web by @Mpdreamz in #2411
- 1.28.1 release notes by @Mpdreamz in #2413
Full Changelog: v1.28.0...v1.28.1
v1.28.0
What's Changed
- Bump the github-actions group across 1 directory with 2 updates by @dependabot in #2382
- Keyless Azure Auth in test-linux by @reakaleek in #2384
- Fix linux build dependency of glibc by @stevejgordon in #2389
- Update changelog for 1.28.0 release by @stevejgordon in #2390
Full Changelog: v1.27.3...v1.28.0
v1.27.3
v1.27.2
What's Changed
- github-action: delete opentelemetry workflow by @v1v in #2351
- Disable flakey CI tests that block open PR's by @Mpdreamz in #2359
- Update integregations doc to reflect updated version support for Npgsql by @stevejgordon in #2316
- Remove dockerfile for startup hooks and associated build target by @Mpdreamz in #2342
- [Automation] Update JSON server schema specs by @apmmachine in #2329
- #2305 Remove polyfill packages by @thompson-tomo in #2308
- Added check that Open Telemetry Bridge is enable and only then displa… by @zviedris in #2356
- Disable flakey OptionalRouteParameter test fix #2361 by @Mpdreamz in #2362
- Bump Microsoft.AspNetCore.Http dep to 2.1.22 by @Mpdreamz in #2166
- Fix message format for logging in managed profiler by @stevejgordon in #2350
- Bump OpenTelemetry.Instrumentation.AspNetCore from 1.0.0-rc9.14 to 1.8.1 in /test/integrations/applications/SampleAspNetCoreApp by @dependabot in #2341
- ci: use updatecli with GitHub secrets by @v1v in #2366
- Simplify CI Testing by @Mpdreamz in #2365
- ci: updatecli signed commits by @v1v in #2368
- github: use docker github secrets by @v1v in #2370
- Update Github Actions Test reporter by @Mpdreamz in #2369
- Update: As per #2006 Empty body being redacted is confusing by @redcinelli in #2225
- github-actions: remove snapshoty by @v1v in #2372
- Merge specialized PR workflows back into one configuration file by @Mpdreamz in #2363
- feat(feez/nuget/slack): github secrets by @v1v in #2373
- update-json-specs.yml: add container_metadata_discovery.json by @v1v in #2156
- github-action: provenance generation by @v1v in #2315
- Bump docker/login-action from 3.1.0 to 3.2.0 in the github-actions group by @dependabot in #2374
- github-actions: use github secrets for azure by @v1v in #2375
- Do not read claims from SqlRoleProvider under classic ASP.NET by @Mpdreamz in #2377
- Release notes for 1.27.2 by @Mpdreamz in #2379
New Contributors
- @zviedris made their first contribution in #2356
- @redcinelli made their first contribution in #2225
Full Changelog: v1.27.1...v1.27.2
v1.27.1
What's Changed
- Bump phoenix-actions/test-reporting from 13 to 14 in /.github/workflows/test in the github-actions group by @dependabot in #2330
- Bump the github-actions group with 2 updates by @dependabot in #2289
- github-action: fix snapshoty by @v1v in #2343
- snapshoty: update regex using the new versioning by @v1v in #2345
- github-action: timeout the tests job if longer than 30 minutes by @v1v in #2346
- github-action: run snapshoty for main and if success by @v1v in #2347
- snapshoty: split _packages in two types by @v1v in #2348
- Remove invalid profiler method integrations by @stevejgordon in #2349
- Add release notes for 1.27.1 by @stevejgordon in #2353
Full Changelog: v1.27.0...v1.27.1
v1.27.0
What's Changed
- Add write permissions to workflows by @stevejgordon in #2295
- Refine agent initialization within ElasticApmModule by @stevejgordon in #2298
- Fix #2292 Fix race condition on Add in redis profiler by @Mpdreamz in #2303
- Update workflow permissions by @stevejgordon in #2300
- Further logging refinements in ElasticApmModule by @stevejgordon in #2299
- Update to .NET 8 SDK by @stevejgordon in #2304
- Update troubleshooting section of docs by @stevejgordon in #2302
- Fix bug when handling of multiple cookie entries with the same name by @stevejgordon in #2310
- Clarify logging behaviour in troubleshooting doc by @stevejgordon in #2314
- Replace fixed version with placeholder in setup docs by @stevejgordon in #2322
- Add dates to releases for versions released in the last two years by @stevejgordon in #2323
- Bump the github-actions group in /.github/workflows/test with 1 update by @dependabot in #2319
- Refactor labeler and project workflows by @stevejgordon in #2317
- Add
IServiceCollectionextension methods to register ApmAgent by @stevejgordon in #2326 - Add support for
transaction_name_groupsanduse_path_as_transaction_nameby @stevejgordon in #2331 - Fix agent-zip for 5.0.0 by @stevejgordon in #2336
- Update changelog for 1.27 release by @stevejgordon in #2337
Full Changelog: v1.26.0...v1.27.0
v1.26.0
What's Changed
- Bump the github-actions group in /.github/workflows/bootstrap with 1 update by @dependabot in #2235
- updatecli: dynamic specs by @v1v in #2263
- action: github secrets if no forked prs by @v1v in #2273
- Include process information in metadata stanza when emiting events to apm-server by @Mpdreamz in #2272
- action: disable tests targeting TestContainers Cloud if Forked PRs by @v1v in #2275
- actions: fix tabs by @v1v in #2271
- #2266 Cleanup of packages thanks to Framework reference by @thompson-tomo in #2267
- github-action: use wildcards for discovering all the workflows by @v1v in #2270
- Limit memory usage when capturing SOAP request bodies by @gregkalapos in #2274
- Address a few synchronization issues in the codebase by @Mpdreamz in #2276
- Truncate unknown keys logging from central config parser by @Mpdreamz in #2277
- Ensure exposes default constants are readonly. by @Mpdreamz in #2278
- Remove RegexConverter, not used in serialization from and to apm-server by @Mpdreamz in #2279
- Cleanup some dead code and one instance of null propagation in tooling NOT userfacing code by @Mpdreamz in #2280
- Bump the github-actions group in /.github/workflows/bootstrap with 1 update by @dependabot in #2260
- Bump the github-actions group in /.github/workflows/install-dependencies with 1 update by @dependabot in #2282
- Bump Microsoft.Data.SqlClient from 1.1.4 to 2.1.7 in /benchmarks/Elastic.Apm.Benchmarks by @dependabot in #2254
- Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /test/profiler/Elastic.Apm.Profiler.Managed.Tests by @dependabot in #2255
- Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /test/instrumentations/Elastic.Apm.SqlClient.Tests by @dependabot in #2256
- Reenable IIS tests by @Mpdreamz in #2237
- Switch to Licence expression rather than file by @thompson-tomo in #2264
- Fix #2248 duplicate key errors on dropped span stats update by @Mpdreamz in #2283
- Update Rust by @stevejgordon in #2291
- security: add permissions block to workflows by @reakaleek in #2288
- Fully implement the sanitization spec by @stevejgordon in #2290
- Add release notes for 1.26.0 by @stevejgordon in #2294
New Contributors
- @thompson-tomo made their first contribution in #2267
Full Changelog: v1.25.3...v1.26.0