Skip to content

Commit 65bf25c

Browse files
bwoebimorrisonlevi
andauthored
Bump to 1.1 (#2703)
* Bump to 1.1 Signed-off-by: Bob Weinand <[email protected]> * Update package.xml Co-authored-by: Levi Morrison <[email protected]> * + "usage" Signed-off-by: Bob Weinand <[email protected]> * Update package.xml --------- Signed-off-by: Bob Weinand <[email protected]> Co-authored-by: Levi Morrison <[email protected]>
1 parent d4d642d commit 65bf25c

File tree

3 files changed

+11
-46
lines changed

3 files changed

+11
-46
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

package.xml

+9-44
Original file line numberDiff line numberDiff line change
@@ -68,63 +68,28 @@
6868
<license uri="https://github.com/DataDog/dd-trace-php/blob/master/LICENSE">BSD 3-Clause</license>
6969
<notes>
7070
<![CDATA[
71-
This release introduces some minor breaking changes. An upgrade guide can be found at https://github.com/DataDog/dd-trace-php/blob/1.0.0/UPGRADE-1.0.md.
72-
73-
This changeset is on top of 1.0.0beta1.
74-
7571
## Tracer
7672
7773
### Added
78-
- Instrument AMQP batched publishing #2659 (Thanks @lcobucci!)
79-
- Peer Service Precursors for DBM #2664
80-
- Provide a DogStatsD API #2639
81-
- Collect trace_api.{requests,responses,errors} metrics in the background trace sender #2672
82-
83-
### Changed
84-
- Use app name as service for laravel queue #2643
85-
- Mark Laravel Octane requests as laravel.request #2655
86-
- Move env and version from meta to span properties #2665
87-
- w3c(phase 3): ensure tracecontext headers always take precedence #2667
74+
- Implement OTel config remapping #2691
75+
- Remap OTel to DD status code #2695
8876
8977
### Fixed
90-
- Do not check get_DD_TRACE_ENABLED() outside of a request #2631
91-
- Fix rejected distributed sampling decision overwrite #2652
92-
- Fix Background Sender reset on Swoole Fork #2645
93-
- Don't handle fork in SWOOLE_BASE mode #2656
94-
- Web Tests Errors Detection #2666
95-
- Fix coalescing send data DataDog/libdatadog#451
96-
- Link libpthread into the spawn_worker trampoline Datadog/libdatadog#452
97-
- Make use of the sidecar thread safe #2671
98-
- Send a correct size hint to the sidecar trace flusher #2686
99-
- Allow synchronous sidecar flushes and reduce flush limit #2689
78+
- Apply some fixes with sidecar trace sender #2680, #2686, #2689, #2698, #2700
79+
- Don't treat Symfony 2 differently from other versions #2693
80+
- Ensure DDTRACE_G(active_stack) is always NULL when the root span is being pushed #2701
10081
10182
### Internal
102-
- Update to maintain compatibility with libdatadog #2634, #2661
103-
- Minor cbindgen improvements #2651
104-
- Compile tracer version into sidecar #2678
83+
- Switch 2 logs to logev to avoid useless work #2679
84+
- shrink size of Rust artifacts #2696
10585
10686
## Profiling
10787
10888
### Added
109-
- Add uptime information to profiles #2610
110-
111-
### Fixed
112-
- Fix exception profiling in Generator->throw() #2682
89+
- Add `thread id` label on every sample #2692
11390
11491
### Internal
115-
- Stack walking cleanup #2638
116-
- Shrink env/service/version and simplify #2640
117-
- Use php_version when available #2657
118-
- Update profiling deps/libdatadog v9 #2662
119-
120-
## Application Security Management
121-
122-
### Changed
123-
- Update asm collected headers #2641
124-
- Add all asm headers on user events #2647
125-
126-
### Fixed
127-
- Improve login accuracy event on Laravel>5 #2642
92+
- Reduce memory usage by upgrading libdatadog to v10 #2697
12893
]]></notes>
12994
<contents>
13095
<dir name="/">

0 commit comments

Comments
 (0)