Commit 54efa06
Update document v2.12.0 (#4443)
* [🤖] Update Latest Dependency: https://github.com/DataDog/dd-trace-rb/actions/runs/13477718964
* Remove force-executed tests and scenario from system-tests workflow after release 2.11.0
* Add AppSec RestClient instrumentation for SSRF detection
* Add type signatures for AppSec RestClient integration
* Fix type signatures for excon and faraday AppSec integrations
* Add tests for RestClient AppSec instrumentation
* Extract rest-client-latest appraisal
* [🤖] Lock Dependency: https://github.com/DataDog/dd-trace-rb/actions/runs/13455470094
* [🤖] Lock Dependency: https://github.com/DataDog/dd-trace-rb/actions/runs/13455581146
* Remove unneeded variable from RestClient SSRF integration test
* [🤖] Lock Dependency: https://github.com/DataDog/dd-trace-rb/actions/runs/13457056485
* Add rest-client gem to rake edge:update task
* [🤖] Lock Dependency: https://github.com/DataDog/dd-trace-rb/actions/runs/13496444973
* Rename RequestPatch to RequestSSRFDetectionPatch
* [🤖] Lock Dependency: https://github.com/DataDog/dd-trace-rb/actions/runs/13497053640
* Disable rubocop warning for RequestSSRFDetectionPatch
* [PROF-11151] Fix test-memory-leaks flaky behavior
**What does this PR do?**
This PR will hopefully fix almost [all of the the
flakiness](https://github.com/DataDog/dd-trace-rb/pulls?q=is%3Apr+asan)
we've seen from the test-memory-leaks GitHub workflow.
The previous "asan" builds we were using were built from ruby-head,
which means that any instability or early breakage in ruby-head would
make test-memory-leaks fail.
To fix this, I've worked with upstream to create these 3.4-asan builds:
these are Ruby builds that are built **from the latest 3.4 stable Ruby**
with asan. Thus any breakages we see in them, should also exist in
regular 3.4 builds.
**Motivation:**
With this change, the test-memory-leaks workflow becomes a lot more
valuable, since it's now never expected to fail.
Thus, any failures we see in it are worth investigating.
**Additional Notes:**
For context, asan (or ASan) is the "AddressSanitizer" tool, see
https://github.com/google/sanitizers/wiki/AddressSanitizer for more
details.
**How to test the change?**
Validate that the updated workflow is running on ruby-3.4.2 and that
it still has the diagnostic output from asan.
* DEBUG-3535 use core transport for DI to support unix domain sockets (#4426)
* Composite action
* Fix publish
* Fix doc step with branch
* Dependency inject logger (partial) (#4432)
* Add 2.12.0 to CHANGELOG.md
* Bump version 2.11.0 to 2.12.0
* Update lockfiles for release 2.12.0
---------
Co-authored-by: TonyCTHsu <[email protected]>
Co-authored-by: Yury Lebedev <[email protected]>
Co-authored-by: y9v <[email protected]>
Co-authored-by: Yury Lebedev <[email protected]>
Co-authored-by: Ivo Anjo <[email protected]>
Co-authored-by: Oleg Pudeyev <[email protected]>1 parent 06f110a commit 54efa06
File tree
717 files changed
+4649
-1194
lines changed- .github
- actions
- build-test
- bundle-restore
- workflows
- appraisal
- gemfiles
- lib/datadog
- appsec/contrib/rest_client
- core
- configuration
- remote
- telemetry
- di
- transport
- http
- tracing
- workers
- sig/datadog
- appsec/contrib
- excon
- faraday
- rest_client
- core
- remote
- telemetry
- di
- transport
- http
- spec/datadog
- appsec/contrib
- integration
- rest_client
- core
- configuration
- remote
- telemetry
- di
- integration
- tracing
- tasks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
717 files changed
+4649
-1194
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 2 | + | |
13 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
66 | 73 | | |
67 | 74 | | |
68 | 75 | | |
69 | 76 | | |
70 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
71 | 101 | | |
72 | 102 | | |
73 | 103 | | |
74 | | - | |
| 104 | + | |
75 | 105 | | |
76 | 106 | | |
77 | 107 | | |
| |||
86 | 116 | | |
87 | 117 | | |
88 | 118 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 119 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 120 | | |
97 | 121 | | |
98 | 122 | | |
| |||
108 | 132 | | |
109 | 133 | | |
110 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
111 | 141 | | |
112 | 142 | | |
113 | 143 | | |
| |||
116 | 146 | | |
117 | 147 | | |
118 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
119 | 200 | | |
120 | 201 | | |
121 | 202 | | |
| |||
138 | 219 | | |
139 | 220 | | |
140 | 221 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | 222 | | |
148 | 223 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
| 224 | + | |
| 225 | + | |
153 | 226 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
188 | 231 | | |
189 | | - | |
190 | | - | |
191 | | - | |
| 232 | + | |
| 233 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
156 | 161 | | |
157 | 162 | | |
158 | 163 | | |
| |||
264 | 269 | | |
265 | 270 | | |
266 | 271 | | |
267 | | - | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
268 | 278 | | |
269 | 279 | | |
270 | 280 | | |
271 | | - | |
| 281 | + | |
272 | 282 | | |
273 | 283 | | |
274 | 284 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments