Commit Graph

129 Commits

Author SHA1 Message Date
dependabot[bot] f945873029
Bump Grpc.Net.Client, Grpc.Core.Api and System.Diagnostics.DiagnosticSource (#3656)
* Bump Grpc.Net.Client, Grpc.Core.Api and System.Diagnostics.DiagnosticSource

Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet), [Grpc.Core.Api](https://github.com/grpc/grpc-dotnet) and [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Grpc.Net.Client` from 2.65.0 to 2.66.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.65.0...v2.66.0)

Updates `Grpc.Core.Api` from 2.65.0 to 2.66.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.65.0...v2.66.0)

Updates `System.Diagnostics.DiagnosticSource` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Grpc.Core.Api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Diagnostics.DiagnosticSource
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* generated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2024-09-25 08:06:24 +00:00
Piotr Kiełkowicz 6cff753a1e
Bump tests dependencies (#3648)
* [Tests] Bump Azure.Storage.Blobs to 12.20.0

* [Tests] Bump Elastic.Clients.Elasticsearch to 8.15.6

* [Tests] Bump NServiceBus to 9.2.2

* [Tests] Bump MongoDB.Driver to 2.29.0

* [Tests] Bump Npgsql to 8.0.4

* [Tests] Bump Oracle.ManagedDataAccess* to 23.5.1
2024-09-19 11:21:43 +02:00
Yevhenii Solomchenko e7bb24d4ec
GraphQL support for 8.0+ (#3615) 2024-09-09 08:22:37 +02:00
Piotr Kiełkowicz bb60828a7d
NServiceBus - metrics support 9.1.0+ (#3607) 2024-09-06 09:00:42 +00:00
Piotr Kiełkowicz 53c39f31a7
MongoDB.Driver.Core - support only 2.28.0+ (#3604)
* test package versions

* typo fix

* Bump instrumentation package

* Update docs and changelog
2024-09-04 09:49:32 -07:00
Piotr Kiełkowicz 8163e2ce9b
Bump test dependencies (#3602)
* Bump Azure.Storage.Blobs 12.21.2

* Bump Confluent.Kafka to 2.5.3

* Bump Elastic.Clients.Elasticsearch to 8.15.5

* Bump Google.Protobuf to 3.28.0

* Bump MassTransit to 8.2.5

* Bump Microsoft.AspNetCore.SignalR.Client to 8.0.8

* Bump Microsoft.Data.SqlClient to 5.2.2

* Bump Microsoft.EntityFrameworkCore.Sqlite to 6.0.33/8.0.8

* Bump NuGet.ProjectModel to 6.11.0

* Bump Quartz* packages to 3.13.0

* Bump Testcontainers to 3.10.0

* Bump StackExchange.Redis to 2.8.12
2024-09-04 09:19:26 +00:00
Mateusz Łach 90c86c5d0c
[RabbitMQ] bytecode instrumentation for versions 6.*.* - initial (#3533)
* rabbitmq6 bytecode instrumentation

* format fixes

* casing fix

* PR feedback

* fix changelog after merge

* revert redundant changelog change

* pr feedback

* fix after rename

---------

Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2024-08-06 08:45:32 +00:00
dependabot[bot] 68a5666048
[Tests] Bump Grpc.Net.Client family packages to 2.65.0 (#3551)
* Bump Grpc.Net.Client and System.Diagnostics.DiagnosticSource

Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) and [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Grpc.Net.Client` from 2.64.0 to 2.65.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/commits)

Updates `System.Diagnostics.DiagnosticSource` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Diagnostics.DiagnosticSource
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump other related packages

* Generated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2024-07-31 10:01:41 +00:00
Piotr Kiełkowicz a170b74a1f
Bump OpenTelemetry.Instrumentation.StackExchangeRedis to 1.9.0-beta.1 (#3532)
Bump OpenTelemetry.Instrumentation.StackExchangeRedis to 1.9.0-beta.1
It drops support for StackExchange.Redis < 2.6.122
2024-07-25 19:33:43 +02:00
dependabot[bot] 2a4ff5a75b
Bump Grpc.Net.Client family package to 2.64.0 (#3530)
* Bump Grpc.Net.Client and System.Diagnostics.DiagnosticSource

Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) and [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Grpc.Net.Client` from 2.63.0 to 2.64.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.63.0...v2.64.0)

Updates `System.Diagnostics.DiagnosticSource` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Diagnostics.DiagnosticSource
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump other Grpc packages together

* documentation

* generated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2024-07-24 13:26:41 +00:00
Piotr Kiełkowicz 549c36a4f7
Bump dependencies (#3490)
* [Tests] Bump MySql.Data to 9.0.0

* [Tests] Bump Elastic.Clients.Elasticsearch to 8.14.4

* [Tools] Bump NuGet.ProjectModel to 6.10.1

* [Tests] Bump MongoDB.Driver to 2.27.0
2024-07-04 08:11:38 +02:00
Piotr Kiełkowicz 24567970b5
Bump dependencies (#3471)
* Bump core unstable packages to 1.9.0-beta.2

* [Tests] Bump Elastic.Clients.Elasticsearch to 8.14.3

* Bump Google.Protobuf to 3.27.2

* [Tests] Bump StackExchange.Redis to 2.8.0

* [Tests] Bump MongoDB.Driver to 2.26.0

* [Tests] Bump Quartz packages to 3.10.0
2024-06-26 13:08:06 +02:00
Piotr Kiełkowicz 922f09a1e6
Bump test dependencies (#3461)
* [Tests] Bump Elastic.Clients.Elasticsearch to 8.14.2

* [Tests] Bump MassTransit to 8.2.3

* [Tests] Bump NServiceBus to 9.0.2
2024-06-18 09:32:20 +00:00
Piotr Kiełkowicz d2a7170fb4
Bump dependencies (#3446)
* [Tests] Bump Elastic.Clients.Elasticsearch to 8.14.0

* .NET Fx - Bump Google.Protobuf to 3.27.1

* ]Tests] Bump Microsoft.AspNetCore.SignalR.Client to 8.0.6

* [Tests/Examples] Bump Microsoft.Data.SqlClient to 5.2.1

* [Tests] Bump Microsoft.EntityFrameworkCore.Sqlite to 8.0.6

* [Tests] Bump NServiceBus to 9.0.1
2024-06-07 09:11:09 +02:00
dependabot[bot] d992b5fd85
[Tests] Bump Microsoft.EntityFrameworkCore.Sqlite 7.* to 7.0.20 (#3440)
* Bump Microsoft.EntityFrameworkCore.Sqlite and System.Diagnostics.DiagnosticSource

Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) and [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Microsoft.EntityFrameworkCore.Sqlite` from 7.0.19 to 7.0.20
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v7.0.19...v7.0.20)

Updates `System.Diagnostics.DiagnosticSource` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Diagnostics.DiagnosticSource
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update package definitions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2024-05-29 05:34:09 +00:00
dependabot[bot] 7ef7dcff57
[Tests] Bump Grpc.Net.Client to 2.63.0 (#3429)
* Bump Grpc.Net.Client, Grpc.Core.Api and System.Diagnostics.DiagnosticSource

Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet), [Grpc.Core.Api](https://github.com/grpc/grpc-dotnet) and [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Grpc.Net.Client` from 2.62.0 to 2.63.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.62.0...v2.63.0)

Updates `Grpc.Core.Api` from 2.62.0 to 2.63.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.62.0...v2.63.0)

Updates `System.Diagnostics.DiagnosticSource` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Grpc.Core.Api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Diagnostics.DiagnosticSource
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update other places

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2024-05-27 06:17:33 +00:00
Piotr Kiełkowicz c773d15af1
Bump dependencies (#3425)
* Bump OpenTelemetry.Instrumentation.AspNe to 1.8.0-beta.3

* Tests - Bump Microsoft.AspNetCore.SignalR.Client to 8.0.5

* Tests - Bump Microsoft.EntityFrameworkCore.Sqlite to 8.0.5

* Tests - Bump System.Reactive to 6.0.1

* Tools - Bump NuGet.ProjectModel to 6.10.0

* Bump OpenTelemetry.Instrumentation.Runtime to 1.8,1

* Adjust generated files

* Change testing url - bing.com seems to be unstable
2024-05-23 08:44:04 +02:00
dependabot[bot] df743ea044
Bump Microsoft.EntityFrameworkCore.Sqlite 7.x to 7.0.19 (#3421)
* Bump Microsoft.EntityFrameworkCore.Sqlite and System.Diagnostics.DiagnosticSource

Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) and [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Microsoft.EntityFrameworkCore.Sqlite` from 7.0.16 to 7.0.19
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v7.0.16...v7.0.19)

Updates `System.Diagnostics.DiagnosticSource` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Diagnostics.DiagnosticSource
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix tests versions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2024-05-22 10:06:24 +00:00
Piotr Kiełkowicz 3a3bad9c84
Tests - use strongly typed member data - fix xUnit1042 (#3416) 2024-05-17 19:00:47 +02:00
Piotr Kiełkowicz 62a0206351
NServiceBus 9.x support (#3413) 2024-05-17 06:36:34 +02:00
Piotr Kiełkowicz 77256e3a96
Bump test dependencies (#3408)
* Tests - bump Azure.Storage.Blobs to 12.20.0

* Tests - Bump Confluent.Kafka to 2.4.0

* Tests - bump Elastic.Clients.Elasticsearch to 8.13.12

* Tests - Bump Microsoft.AspNetCore.SignalR.Client to 8.0.4

* Tests - Bump MassTransit to 8.2.2

* Tests - Bump Quartz packages to 3.9.0

* Tests - Bump MySqlConnector to 2.3.7

* Tests - Bump MySql.Data to 8.4.0

* Tests - bump xunit to 2.8.0
2024-05-15 16:28:08 +02:00
Piotr Kiełkowicz 7bb05eb93e
[Tests] Bring back Npgql 6.0* / better handles CVE-2024-32655 (#3407) 2024-05-13 11:07:29 +02:00
Piotr Kiełkowicz 3fe223ef9a
[Tests] Bump Npgql to 8.0.3 / handles CVE-2024-32655 (#3404)
All older packages have high vulnerability https://github.com/advisories/GHSA-x9vc-6hfv-hg8c
2024-05-10 06:59:15 +00:00
Piotr Kiełkowicz bca1cd7907
Instrumentation Oracle.MDA - traces (#3336) 2024-05-06 08:55:23 +02:00
Piotr Kiełkowicz 0a06af396c
Bump dependencies (#3372)
* Bump OpenTelemetry.Instrumentation.AspNetCore to 1.8.1

* Bump OpenTelemetry.Instrumentation.Http to 1.8.1

* Tests - Bump Elastic.Clients.Elasticsearch to 8.13.5

* Tests - Bump MassTransit to 8.2.1

* Tests -Bump Microsoft.EntityFrameworkCore.Sqlite to 8.0.4

* Tests - Bump MongoDB.Driver to 2.25.0

* Tests - Bump NServiceBus to 8.2.0

* Tests - Bump xunit.runner.visualstudio to 2.5.8

* Tests - Bump xunit to 2.7.1

* Update documentation
2024-04-16 05:47:20 +00:00
Piotr Kiełkowicz 14cd8548f1
Bump test dependencies (#3355)
* Bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets to 1.20.1

* Bump Elastic.Clients.Elasticsearch 8.13.3
2024-04-08 12:38:00 +02:00
dependabot[bot] 9dd9abc7d0
[Tests] Bump Grpc.Net.Client and Grpc.Net.Client.Web to 2.62.0 (#3350)
* Bump Grpc.Net.Client and System.Diagnostics.DiagnosticSource

Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) and [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Grpc.Net.Client` from 2.61.0 to 2.62.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.61.0...v2.62.0)

Updates `System.Diagnostics.DiagnosticSource` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Diagnostics.DiagnosticSource
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Grpc.Net.Client.Web to 2.62.0

* Generated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2024-04-08 07:15:03 +00:00
Piotr Kiełkowicz d95a8fb42a
Bump testing packages (#3344)
* [Testing] Bump Elastic.Clients.Elasticsearch to 8.12.1

* [Testing] Bump MassTransit to 8.2.0

* [Testing] Bump Microsoft.EntityFrameworkCore.Sqlite to 8.0.3

* [Testing] Bump StackExchange.Redis to 2.7.33

* [Testing] Bump Pomelo.EntityFrameworkCore.MySql to 8.02

* [Testing] MySqlConnector to 2.3.6

* [Testing] Microsoft.AspNetCore.SignalR.Client to 8.0.3

* [Testing] Microsoft.VisualStudio.Azure.Containers.Tools.Targets to 1.20.0
2024-03-29 10:24:49 +01:00
Rasmus Kuusmann dca75ff693
Define supported Kafka versions (#3316) 2024-03-26 17:46:41 +00:00
Rasmus Kuusmann 98c60f494c
Add ARM64 Support (#3277) 2024-03-06 18:54:42 +00:00
Piotr Kiełkowicz 14dfe0d43e
Bump dependencies (#3304)
* [test] Bump Microsoft.Data.SqlClient to 5.2.0

* .NET Fx + tests Google.Protobuf to 3.25.3

* Tests MongoDB.Driver 2.24.0
2024-03-06 09:58:31 +01:00
Piotr Kiełkowicz be452bd797
Bump dependencies (#3293)
* .NET Fx bump Grpc.Core.Api` from `2.59.0` to `2.60.0`,

* Test bump Grpc.Net.Client and Grpc.Net.Client.Web to 2.61.0

* tests - Bump GraphQL.Server.Transports.AspNetCore and GraphQLServerUIPlayground to 7.7.1

* Dependency generator - McMaster.Extensions.CommandLineUtils to 4.1.1

* Tests - Microsoft.NET.Test.Sdk 17.9.0

* Bump MongoDB.Driver.Core.Extensions.DiagnosticSources to 1.4.0

* tests - xunit.runner.visualstudio 2.5.7

* Tests - xunit 2.7.0

* Tests - StackExchange.Redis to 2.7.23

* Bump Quartz family to 3.8.1

* Fix changelog
2024-02-27 18:18:13 +01:00
Piotr Kiełkowicz 67673bbbc9
Tests - support for library versions only for subset of target frameworks (#3273) 2024-02-15 20:04:07 +00:00
Piotr Kiełkowicz 2818bfbafe
Bump dependencies (#3264)
* Bump Npgsql to 8.0.2

* Bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets to 1.19.6
2024-02-12 11:52:19 +02:00
Piotr Kiełkowicz 22f33f761a
Bump dependencies (#3259)
* Bump Elastic.Clients.Elasticsearch to 8.12.0

* Bump GraphQL ti 7.8.0 with other dependencies

* Bump Microsoft.AspNetCore.SignalR.Client to 8.0.1

* Bump Microsoft.Data.SqlClient to 5.1.5

* Bump MySqlConnector to 2.3.5

* Bump Testcontainers to 3.7.0

* Bump System.IO.Abstractions to 2.0.15

* Bump OpenTelemetry.ResourceDetectors.Azure to 1.0.0-beta.5
2024-02-07 18:17:23 +01:00
Piotr Kiełkowicz f5a2707ac0
Bump dependencies (#3233)
* Bump Google.Protobuf to 3.25.2

* Bump Microsoft.Data.SqlClient to 5.1.4

* .NET Fx - Microsoft.Extensions.Options to 8.0.1

* .NET FX `Microsoft.Extensions.Configuration.Binder` from `8.0.0` to `8.0.1`

* .NET Fx `System.Text.Json` from `8.0.0` to `8.0.1`

* System.Data.SqlClient to 4.8.6 - older versions contains security issue

* StackExchange.Redis to 2.7.17

* MySqlConnector to 2.3.4

* MySql.Data to 8.3.0

* xunit 2.6.6

* Microsoft.Data.SqlClient - handles https://github.com/dotnet/announcements/issues/292
2024-01-17 09:17:14 +00:00
Piotr Kiełkowicz 88753616b5
Bump Grpc packages (#3209) 2024-01-03 10:41:47 +01:00
Piotr Kiełkowicz 994dc32b73
Bump GraphQL to 7.7.2 (#3208) 2024-01-03 08:33:03 +00:00
Piotr Kiełkowicz 3df0c2a211
Bump test dependencies (#3206)
* Bump MassTransit to 8.1.3

* Bump MongoDB.Driver to 2.23.1

* Bump MySqlConnector to 2.3.3

* Bump Npgsql to 8.0.1

* Bump StackExchange.Redis to 2.7.10

* Bump System.IO.Abstractions to 20.0.4

* Bump xunit packages
2024-01-03 07:01:49 +00:00
dependabot[bot] bad5b52a1d
Bump Npgsql from 7.0.6 to 8.0.0 (#3150)
* Bump Npgsql from 7.0.6 to 8.0.0

Bumps [Npgsql](https://github.com/npgsql/npgsql) from 7.0.6 to 8.0.0.
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](https://github.com/npgsql/npgsql/compare/v7.0.6...v8.0.0)

---
updated-dependencies:
- dependency-name: Npgsql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Npgsql from 7.0.6 to 8.0.0

Bumps [Npgsql](https://github.com/npgsql/npgsql) from 7.0.6 to 8.0.0.
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](https://github.com/npgsql/npgsql/compare/v7.0.6...v8.0.0)

---
updated-dependencies:
- dependency-name: Npgsql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Genereated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2023-11-22 23:08:02 +01:00
Mateusz Łach a894ff70e1
[kafka] bytecode instrumentation - sync (#3055) 2023-11-22 10:40:00 +00:00
dependabot[bot] 6c79c46370
Bump Quartz from 3.7.0 to 3.8.0 (#3144)
* Bump Quartz from 3.7.0 to 3.8.0

Bumps [Quartz](https://github.com/quartznet/quartznet) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/main/changelog.md)
- [Commits](https://github.com/quartznet/quartznet/compare/v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: Quartz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Quartz.Extensions.Hosting from 3.7.0 to 3.8.0

Bumps [Quartz.Extensions.Hosting](https://github.com/quartznet/quartznet) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/main/changelog.md)
- [Commits](https://github.com/quartznet/quartznet/compare/v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: Quartz.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Quartz.Extensions.DependencyInjection from 3.7.0 to 3.8.0

Bumps [Quartz.Extensions.DependencyInjection](https://github.com/quartznet/quartznet) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/main/changelog.md)
- [Commits](https://github.com/quartznet/quartznet/compare/v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: Quartz.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Genereated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2023-11-21 11:57:47 +00:00
dependabot[bot] e24efe00e9
Bump MySqlConnector from 2.3.0 to 2.3.1 (#3131)
* Bump MySqlConnector from 2.3.0 to 2.3.1

Bumps [MySqlConnector](https://github.com/mysql-net/MySqlConnector) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/mysql-net/MySqlConnector/releases)
- [Changelog](https://github.com/mysql-net/MySqlConnector/blob/master/docs/VersionHistory.md)
- [Commits](https://github.com/mysql-net/MySqlConnector/compare/2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: MySqlConnector
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Genereated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2023-11-17 14:17:54 +00:00
Piotr Kiełkowicz 938d1b021d
Support for .NET 8 (#2996)
Co-authored-by: Andrew Lock <andrew.lock@datadoghq.com>
2023-11-16 06:34:31 +01:00
dependabot[bot] de2f62e51b
Bump Elastic.Clients.Elasticsearch from 8.10.0 to 8.11.0 (#3120)
* Bump Elastic.Clients.Elasticsearch from 8.10.0 to 8.11.0

Bumps [Elastic.Clients.Elasticsearch](https://github.com/elastic/elasticsearch-net) from 8.10.0 to 8.11.0.
- [Release notes](https://github.com/elastic/elasticsearch-net/releases)
- [Changelog](https://github.com/elastic/elasticsearch-net/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elastic/elasticsearch-net/compare/8.10.0...8.11.0)

---
updated-dependencies:
- dependency-name: Elastic.Clients.Elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Genereated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2023-11-15 10:30:50 +00:00
dependabot[bot] 6c66529669
Bump MySqlConnector from 2.2.7 to 2.3.0 (#3114)
* Bump MySqlConnector from 2.2.7 to 2.3.0

Bumps [MySqlConnector](https://github.com/mysql-net/MySqlConnector) from 2.2.7 to 2.3.0.
- [Release notes](https://github.com/mysql-net/MySqlConnector/releases)
- [Changelog](https://github.com/mysql-net/MySqlConnector/blob/master/docs/VersionHistory.md)
- [Commits](https://github.com/mysql-net/MySqlConnector/compare/2.2.7...2.3.0)

---
updated-dependencies:
- dependency-name: MySqlConnector
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Genereated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2023-11-15 09:47:38 +00:00
dependabot[bot] 30fc1d5fc5
Bump MassTransit from 8.1.1 to 8.1.2 (#3101)
* Bump MassTransit from 8.1.1 to 8.1.2

Bumps [MassTransit](https://github.com/MassTransit/MassTransit) from 8.1.1 to 8.1.2.
- [Commits](https://github.com/MassTransit/MassTransit/compare/v8.1.1...v8.1.2)

---
updated-dependencies:
- dependency-name: MassTransit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Genereated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2023-11-15 08:54:39 +00:00
dependabot[bot] cd30503cec
Bump Azure.Storage.Blobs from 12.19.0 to 12.19.1 (#3090)
* Bump Azure.Storage.Blobs from 12.19.0 to 12.19.1

Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.19.0 to 12.19.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Storage.Blobs_12.19.0...Azure.Storage.Blobs_12.19.1)

---
updated-dependencies:
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Genereated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2023-11-14 15:38:08 +00:00
dependabot[bot] c2b971d39e
Bump System.ServiceModel.Http and System.ServiceModel.NetTcp from 6.1.0 to 6.2.0 (#3087)
* Bump System.ServiceModel.Http from 6.1.0 to 6.2.0

Bumps [System.ServiceModel.Http](https://github.com/dotnet/wcf) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/dotnet/wcf/releases)
- [Commits](https://github.com/dotnet/wcf/commits)

---
updated-dependencies:
- dependency-name: System.ServiceModel.Http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump System.ServiceModel.NetTcp from 6.1.0 to 6.2.0

Bumps [System.ServiceModel.NetTcp](https://github.com/dotnet/wcf) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/dotnet/wcf/releases)
- [Commits](https://github.com/dotnet/wcf/commits)

---
updated-dependencies:
- dependency-name: System.ServiceModel.NetTcp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Genereated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2023-11-10 13:48:26 +00:00
dependabot[bot] 4b1644c364
Bump Grpc.Net.Client from 2.58.0 to 2.59.0 (#3079)
* Bump Grpc.Net.Client from 2.58.0 to 2.59.0

Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.58.0 to 2.59.0.
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.58.0...v2.59.0)

---
updated-dependencies:
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Genereated files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2023-11-08 17:56:10 +00:00