Commit Graph

17 Commits

Author SHA1 Message Date
Lalit Kumar Bhasin f4690f18b3
chore: CI fix - msrv patching for native-tls. (#2687) 2025-02-19 13:42:34 -08:00
Lalit Kumar Bhasin ce550e36bb
bump MSRV to 1.75.0 for all crates (#2417) 2024-12-12 21:12:41 -08:00
Lalit Kumar Bhasin 2ba2e7fffe
[CI fix] msrv patch for rustls (#2327) 2024-11-22 17:05:54 -08:00
Lalit Kumar Bhasin 6ca7881f7c
CI fix: patch msrv for rustls-native-certs (#2318) 2024-11-22 13:43:41 -08:00
Lalit Kumar Bhasin eca53b2fdd
CI fix: pin url for msrv build (#2272) 2024-11-04 11:42:52 -08:00
Lalit Kumar Bhasin 720c62d395
nit cleanups after upgrde to rustc 1.70.0 (#2182) 2024-10-07 19:03:35 -07:00
Lalit Kumar Bhasin 6ed2b4394e
Fix CI - Regenerate proto files, and selective msrv-patching (#2159) 2024-09-30 13:46:08 -07:00
Aumetra Weisman c3b59ba610
Remove range requirement, patch in shell script (#2095) 2024-09-10 10:58:57 -07:00
Lalit Kumar Bhasin 6c4f50ee51
msrv patch for tokio-stream, and other lint changes (#2086) 2024-09-09 11:24:41 -07:00
Lalit Kumar Bhasin a50e3ff46d
CI failure: msrv patch tokio-util (#2081) 2024-09-07 06:52:43 -07:00
Lalit Kumar Bhasin 54a3ad1a84
fix msrv (#2079) 2024-09-04 08:45:52 -07:00
Aumetra Weisman 224289e9e0
Remove `isahc` support (#1924) 2024-07-10 09:45:19 -07:00
Dirkjan Ochtman af21beab84
Update some dependencies (#969)
* Update some dependencies

* chore(otlp, stackdriver): add msrv in stackdriver. Update OTLP dependencies.

* chore(jaeger): update jaeger's dependencies

* chore: bump MSRV to 1.60. (#2)

Tonic 0.8 requires MSRV > 1.60

---------

Co-authored-by: Zhongyang Wu <zhongyang.wu@outlook.com>
2023-03-08 20:01:34 -08:00
Zhongyang Wu a5d80bdbf1
chore(common): bumpe MSRV to 1.57 (#953)
* chore(common): bump MSRV to 1.57

* test(semcov): fix doc tests

* test(trace): add unit test for jaeger remote sampler.

* additional line for EOF
2023-01-24 14:56:23 -08:00
Zhongyang Wu 904329051d
fix(common): 1.65 clippy issue (#911)
- fix new clippy issues with 1.65
- Update generate files
- Update `patch_dependencies.sh`. `cargo update` now automatically downgrade the `time` create a compatible version.
- Remove `--verbose` in `cargo test` in `msrv`
2022-11-07 20:59:27 -08:00
Julian Tescher ffe1fbbe62
Fix span processor exporting unsampled spans (#871)
Currently span processors will send span data to exporters even if the
sampled flag is false. This patch fixes this by explicitly checking the
sampled state in both the batch and simple span processors.
2022-09-06 10:52:47 -07:00
Zhongyang Wu 9ea1ee77af
chore(common): bump MSRV to 1.56 (#866)
* chore(common): bump MSRV to 1.56

* chore(common): bump edition to 2021

* fix(jaeger): clippy issue

* fix: patch_depencencies.sh -> patch_dependencies.sh
2022-09-01 00:36:37 -07:00