Skip to content

Commit

Permalink
Bump to 1.1 (#2703)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
bwoebi and morrisonlevi authored Jun 10, 2024
1 parent d4d642d commit 65bf25c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 46 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
53 changes: 9 additions & 44 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,63 +68,28 @@
<license uri="https://github.com/DataDog/dd-trace-php/blob/master/LICENSE">BSD 3-Clause</license>
<notes>
<![CDATA[
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.
This changeset is on top of 1.0.0beta1.
## Tracer
### Added
- Instrument AMQP batched publishing #2659 (Thanks @lcobucci!)
- Peer Service Precursors for DBM #2664
- Provide a DogStatsD API #2639
- Collect trace_api.{requests,responses,errors} metrics in the background trace sender #2672
### Changed
- Use app name as service for laravel queue #2643
- Mark Laravel Octane requests as laravel.request #2655
- Move env and version from meta to span properties #2665
- w3c(phase 3): ensure tracecontext headers always take precedence #2667
- Implement OTel config remapping #2691
- Remap OTel to DD status code #2695
### Fixed
- Do not check get_DD_TRACE_ENABLED() outside of a request #2631
- Fix rejected distributed sampling decision overwrite #2652
- Fix Background Sender reset on Swoole Fork #2645
- Don't handle fork in SWOOLE_BASE mode #2656
- Web Tests Errors Detection #2666
- Fix coalescing send data DataDog/libdatadog#451
- Link libpthread into the spawn_worker trampoline Datadog/libdatadog#452
- Make use of the sidecar thread safe #2671
- Send a correct size hint to the sidecar trace flusher #2686
- Allow synchronous sidecar flushes and reduce flush limit #2689
- Apply some fixes with sidecar trace sender #2680, #2686, #2689, #2698, #2700
- Don't treat Symfony 2 differently from other versions #2693
- Ensure DDTRACE_G(active_stack) is always NULL when the root span is being pushed #2701
### Internal
- Update to maintain compatibility with libdatadog #2634, #2661
- Minor cbindgen improvements #2651
- Compile tracer version into sidecar #2678
- Switch 2 logs to logev to avoid useless work #2679
- shrink size of Rust artifacts #2696
## Profiling
### Added
- Add uptime information to profiles #2610
### Fixed
- Fix exception profiling in Generator->throw() #2682
- Add `thread id` label on every sample #2692
### Internal
- Stack walking cleanup #2638
- Shrink env/service/version and simplify #2640
- Use php_version when available #2657
- Update profiling deps/libdatadog v9 #2662
## Application Security Management
### Changed
- Update asm collected headers #2641
- Add all asm headers on user events #2647
### Fixed
- Improve login accuracy event on Laravel>5 #2642
- Reduce memory usage by upgrading libdatadog to v10 #2697
]]></notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit 65bf25c

Please sign in to comment.