Commit Graph

13 Commits

Author SHA1 Message Date
Piotr Kiełkowicz 0f915c9dce
Bump Grpc.Net.Client to 2.52.0 (#2763)
to mitigate CVE-2023-32731
2023-07-24 20:04:28 +00:00
Piotr Kiełkowicz f59a712ec7
Partial revert for #2740 (#2759) 2023-07-19 12:39:57 +02:00
dependabot[bot] 36dd368fc1
Bump Microsoft.EntityFrameworkCore.Sqlite from 7.0.8 to 7.0.9 (#2748)
* Bump Microsoft.EntityFrameworkCore.Sqlite from 7.0.8 to 7.0.9

Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 7.0.8 to 7.0.9.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v7.0.8...v7.0.9)

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

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

* update library versions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: RassK <rkuusmann@splunk.com>
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2023-07-14 03:41:33 +00:00
dependabot[bot] 90d34f2419
Bump StackExchange.Redis from 2.1.58 to 2.6.122 (#2740)
* Bump StackExchange.Redis from 2.1.58 to 2.6.122

Bumps [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) from 2.1.58 to 2.6.122.
- [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases)
- [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md)
- [Commits](https://github.com/StackExchange/StackExchange.Redis/compare/2.1.58...2.6.122)

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

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

* update transient package

* update library versions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: RassK <rkuusmann@splunk.com>
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2023-07-14 03:06:04 +00:00
Rasmus Kuusmann 7804577dbc
Bump Grpc libs (#2734)
* bump grpc

* fix test versions

---------

Co-authored-by: Chris Ventura <45495992+nrcventura@users.noreply.github.com>
2023-07-11 19:10:29 +00:00
Rasmus Kuusmann cf5eae198d
GraphQL v7.5.0 instrumentation (#2681) 2023-06-26 10:35:47 +00:00
Piotr Kiełkowicz 7eeb222f63
MySqlConnector - traces instrumentation (#2684) 2023-06-21 18:53:52 +02:00
Mateusz Łach 3edf2a39e7
[WCF][Client] Custom bytecode instrumentation (#2659)
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2023-06-19 05:51:38 +00:00
Piotr Kiełkowicz 0d13549119
Test WCF Core Client with multiple versions (#2560) 2023-05-22 13:48:24 +02:00
Piotr Kiełkowicz 999a8a163e
Pomelo.EnityFrameworkCore.MySql intergation test (#2346) 2023-03-22 07:03:04 +00:00
Piotr Kiełkowicz 94d4aff0b7
Grpc.Net.Client - multi library version test (#2347) 2023-03-20 08:24:12 +00:00
Piotr Kiełkowicz 2e4a4c25df
[IntegrationTests] Test other instrumentation with various library versions. (#2241) 2023-02-23 11:04:11 +01:00
Piotr Kiełkowicz 309c20b29b
[IntegrationTests] Support for testing multiple nuget package versions (#2230)
* TestApplication - Compile shared classes into TestApplications

* ApiVersion -> TestedPackageVersion

* IntegrationTests - do not override compilation constants

* Prepare StackExchangeRedisTests to execute multiple libraries

* Adjust TestApplication building path
to allow to build it for more than one library version

* typo fix

* remove redundant usings

* temporary use default lib version

* Unify restore process for Windows and Linux

* Fix path while testing scripts

* Redis - execute tests for set of libraries

* Bump StackExchange.Redis to 2.6.90 (test folder)

* Empty TestedPackageVersionsGenerator

* Generates files for xUnit and Build

* Include test version generator into pipeline

* Refactor generator

* dotnet-format

* Fix compilation issue

* Add MassTransit to multiple lib tests

* remove unused parameter

* add missing file from previous commit

* TestedPackageVersion -> LibraryVersion

* PR feedback make class internal

* Fix BaseIntermediateOutputPath

* PR feedback update header file

* Fix StackExchangeRedis multiple versions

* PR feedback - improve restore/build process
2023-02-22 08:42:03 -08:00