2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 1.2.0] - 2022-07-11
6
+
7
+ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v1.2.0
8
+
9
+ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v1.1.0...v1.2.0
10
+
11
+ Special thanks go to [ @miketheman ] [ ] for gifting Datadog access to the ` datadog ` gem a few days ago.
12
+
13
+ ### Added
14
+
15
+ * Add Postgres (` pg ` gem) instrumentation ([ #2054 ] [ ] ) ([ @jennchenn ] [ ] )
16
+ * Add env var for debugging profiling native extension compilation issues ([ #2069 ] [ ] )
17
+ * Teach Rest Client integration the ` :split_by_domain ` option ([ #2079 ] [ ] ) ([ @agrobbin ] [ ] )
18
+ * Allow passing request_queuing option to Rack through Rails tracer ([ #2082 ] [ ] ) ([ @KieranP ] [ ] )
19
+ * Add Utility to Collect Platform Information ([ #2097 ] [ ] ) ([ @jennchenn ] [ ] )
20
+ * Add convenient interface for getting and setting tags using ` [] ` and ` []= ` respectively ([ #2076 ] [ ] ) ([ @ioquatix ] [ ] )
21
+ * Add b3 metadata in grpc ([ #2110 ] [ ] ) ([ @henrich-m ] [ ] )
22
+
23
+ ### Changed
24
+
25
+ * Profiler now reports profiling data using the libddprof gem ([ #2059 ] [ ] )
26
+ * Rename ` Kernel#at_fork_blocks ` monkey patch to ` Kernel#ddtrace_at_fork_blocks ` ([ #2070 ] [ ] )
27
+ * Improved error message for enabling profiling when ` pkg-config ` system tool is not installed ([ #2134 ] [ ] )
28
+
29
+ ### Fixed
30
+
31
+ * Prevent errors in ` action_controller ` integration when tracing is disabled ([ #2027 ] [ ] ) ([ @ahorner ] [ ] )
32
+ * Fix profiler not building on ruby-head (3.2) due to VM refactoring ([ #2066 ] [ ] )
33
+ * Span and trace IDs should not be zero ([ #2113 ] [ ] ) ([ @albertvaka ] [ ] )
34
+ * Fix object_id usage as thread local key ([ #2096 ] [ ] )
35
+ * Fix profiling not working on Heroku and AWS Elastic Beanstalk due to linking issues ([ #2125 ] [ ] )
36
+
5
37
## [ 1.1.0] - 2022-05-25
6
38
39
+ Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v1.1.0
40
+
41
+ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v1.0.0...v1.1.0
42
+
7
43
### Added
8
44
9
45
* [ Application Security Monitoring] ( https://docs.datadoghq.com/security_platform/application_security/ )
@@ -2852,7 +2888,22 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
2852
2888
[#2010]: https://github.com/DataDog/dd-trace-rb/issues/2010
2853
2889
[#2011]: https://github.com/DataDog/dd-trace-rb/issues/2011
2854
2890
[#2022]: https://github.com/DataDog/dd-trace-rb/issues/2022
2891
+ [#2027]: https://github.com/DataDog/dd-trace-rb/issues/2027
2855
2892
[#2028]: https://github.com/DataDog/dd-trace-rb/issues/2028
2893
+ [#2054]: https://github.com/DataDog/dd-trace-rb/issues/2054
2894
+ [#2059]: https://github.com/DataDog/dd-trace-rb/issues/2059
2895
+ [#2066]: https://github.com/DataDog/dd-trace-rb/issues/2066
2896
+ [#2069]: https://github.com/DataDog/dd-trace-rb/issues/2069
2897
+ [#2070]: https://github.com/DataDog/dd-trace-rb/issues/2070
2898
+ [#2076]: https://github.com/DataDog/dd-trace-rb/issues/2076
2899
+ [#2079]: https://github.com/DataDog/dd-trace-rb/issues/2079
2900
+ [#2082]: https://github.com/DataDog/dd-trace-rb/issues/2082
2901
+ [#2096]: https://github.com/DataDog/dd-trace-rb/issues/2096
2902
+ [#2097]: https://github.com/DataDog/dd-trace-rb/issues/2097
2903
+ [#2110]: https://github.com/DataDog/dd-trace-rb/issues/2110
2904
+ [#2113]: https://github.com/DataDog/dd-trace-rb/issues/2113
2905
+ [#2125]: https://github.com/DataDog/dd-trace-rb/issues/2125
2906
+ [#2134]: https://github.com/DataDog/dd-trace-rb/issues/2134
2856
2907
[@AdrianLC]: https://github.com/AdrianLC
2857
2908
[@Azure7111]: https://github.com/Azure7111
2858
2909
[@BabyGroot]: https://github.com/BabyGroot
@@ -2865,6 +2916,7 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
2865
2916
[@Jared-Prime]: https://github.com/Jared-Prime
2866
2917
[@Joas1988]: https://github.com/Joas1988
2867
2918
[@JustSnow]: https://github.com/JustSnow
2919
+ [@KieranP]: https://github.com/KieranP
2868
2920
[@MMartyn]: https://github.com/MMartyn
2869
2921
[@NobodysNightmare]: https://github.com/NobodysNightmare
2870
2922
[@Redapted]: https://github.com/Redapted
@@ -2875,7 +2927,9 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
2875
2927
[@agirlnamedsophia]: https://github.com/agirlnamedsophia
2876
2928
[@agrobbin]: https://github.com/agrobbin
2877
2929
[@ahammel]: https://github.com/ahammel
2930
+ [@ahorner]: https://github.com/ahorner
2878
2931
[@al-kudryavtsev]: https://github.com/al-kudryavtsev
2932
+ [@albertvaka]: https://github.com/albertvaka
2879
2933
[@alksl]: https://github.com/alksl
2880
2934
[@alloy]: https://github.com/alloy
2881
2935
[@aurelian]: https://github.com/aurelian
@@ -2921,11 +2975,14 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
2921
2975
[@guizmaii]: https://github.com/guizmaii
2922
2976
[@hatstand]: https://github.com/hatstand
2923
2977
[@hawknewton]: https://github.com/hawknewton
2978
+ [@henrich-m]: https://github.com/henrich-m
2924
2979
[@hs-bguven]: https://github.com/hs-bguven
2925
2980
[@illdelph]: https://github.com/illdelph
2981
+ [@ioquatix]: https://github.com/ioquatix
2926
2982
[@jamiehodge]: https://github.com/jamiehodge
2927
2983
[@janz93]: https://github.com/janz93
2928
2984
[@jeffjo]: https://github.com/jeffjo
2985
+ [@jennchenn]: https://github.com/jennchenn
2929
2986
[@jfrancoist]: https://github.com/jfrancoist
2930
2987
[@joeyAghion]: https://github.com/joeyAghion
2931
2988
[@jpaulgs]: https://github.com/jpaulgs
@@ -2945,6 +3002,7 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
2945
3002
[@mdehoog]: https://github.com/mdehoog
2946
3003
[@mdross95]: https://github.com/mdross95
2947
3004
[@michaelkl]: https://github.com/michaelkl
3005
+ [@miketheman]: https://github.com/miketheman
2948
3006
[@mriddle]: https://github.com/mriddle
2949
3007
[@mscrivo]: https://github.com/mscrivo
2950
3008
[@mstruve]: https://github.com/mstruve
@@ -2983,4 +3041,4 @@ Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
2983
3041
[@vramaiah]: https://github.com/vramaiah
2984
3042
[@walterking]: https://github.com/walterking
2985
3043
[@y-yagi]: https://github.com/y-yagi
2986
- [@zachmccormick]: https://github.com/zachmccormick
3044
+ [@zachmccormick]: https://github.com/zachmccormick
0 commit comments