Commit Graph

16 Commits

Author SHA1 Message Date
İsmail
4e1f2d3427 Update store_ios.go 2024-11-11 10:23:43 +03:00
İsmail
0565e758ae TestContainers have been optimized. 2024-11-11 10:20:18 +03:00
İsmail
2d4d9e7af1 WithConfigFile 2024-11-07 16:18:30 +03:00
İsmail
0c00dca7ec Remove Debugs 2024-11-06 21:15:51 +03:00
İsmail
c8fde8d2ad MySQL Connection Fix 2024-11-06 14:45:00 +03:00
İsmail
a7ad196940 Root Test 2024-11-06 10:25:58 +03:00
İsmail
c546704fba MySQL Test Version Change 2024-11-06 09:27:45 +03:00
İsmail
eb899f7641 Debug 2024-11-06 09:16:06 +03:00
İsmail
60cde76aad Update store.go 2024-11-05 23:36:37 +03:00
İsmail
e2db6210e2 Update store.go 2024-11-05 23:26:57 +03:00
İsmail
094dc2e69b Debug + Mysql JSON Query 2024-11-05 23:01:09 +03:00
İsmail
6ba5b4740d dsn fix 2024-11-04 23:39:33 +03:00
İsmail
ed370c4487 TestUtil Duplicate 2024-11-04 23:30:15 +03:00
İsmail
7dfc71b718 TestContainer 2024-11-04 16:34:14 +03:00
pascal-fischer
765aba2c1c Add context to throughout the project and update logging (#2209)
propagate context from all the API calls and log request ID, account ID and peer ID

---------

Co-authored-by: Zoltan Papp <zoltan.pmail@gmail.com>
2024-07-03 11:33:02 +02:00
Bethuel Mmbaga
d35a79d3b5 Upgrade gRPC and OpenTelemetry packages for compatibility (#2003)
Upgrades `go.opentelemetry.io/otel` from version` v1.11.1` to `v1.26.0`. The upgrade addresses compatibility issues caused by the removal of several sub-packages in the latest OpenTelemetry release, which were causing broken dependencies.

**Key Changes:**
- Upgraded `go.opentelemetry.io/otel` from `v1.11.1` to `v1.26.0`.

- Fixed broken dependencies by replacing the deprecated sub-packages:
  - `go.opentelemetry.io/otel/metric/instrument`
  - `go.opentelemetry.io/otel/metric/instrument/asyncint64`
  - `go.opentelemetry.io/otel/metric/instrument/syncint64`
  
- Upgraded `google.golang.org/grpc` from `v1.56.3`  to `v1.64.0` which deprecate `Dial` and `DialContext` to `NewClient`.
2024-05-27 08:39:18 +02:00