File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
pyroscope_backends/pyroscope_pprofrs Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1+ # v0.2.3
2+ - Update pprof to 0.10.0
3+ - Update pyroscope to 0.5.3
4+ - Add support for BackendConfig
5+
16# v0.2.2
2- - update pprof to 0.9.1
7+ - Update pprof to 0.9.1
38
49# v0.2.1
5- - update pyroscope-lib to 0.5.2
10+ - Update pyroscope-lib to 0.5.2
611
712# v0.2.0
8- - update pyroscope-lib to 0.5
9- - multi -threading support
13+ - Update pyroscope-lib to 0.5
14+ - Multi -threading support
1015
1116# v0.1.0
1217- Initial release
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pprof-rs backend for Pyroscope Profiler.
55"""
66keywords = [" pyroscope" , " profiler" , " pprof-rs" ]
77authors = [
" Abid Omar <[email protected] >" ]
8- version = " 0.2.2 "
8+ version = " 0.2.3 "
99edition = " 2021"
1010license = " Apache-2.0"
1111homepage = " https://pyroscope.io"
@@ -16,7 +16,7 @@ readme = "README.md"
1616
1717[dependencies ]
1818pprof = " 0.10.0"
19- pyroscope = {version = " 0.5.2 " , path = " ../../" }
19+ pyroscope = {version = " 0.5.3 " , path = " ../../" }
2020thiserror =" 1.0"
2121
2222[profile .dev ]
You can’t perform that action at this time.
0 commit comments