|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.0.0a2 |
| 4 | + |
| 5 | +### Various fixes & improvements |
| 6 | + |
| 7 | +- Fork test_tracedecorator_async (#2778) by @sentrivana |
| 8 | +- More compatibility tests (#2772) by @antonpirker |
| 9 | +- Allow to configure merge target for releases (#2777) by @sentrivana |
| 10 | +- fix(docs): allow empty character in metric tags values (#2775) by @viglia |
| 11 | +- fix(metrics): Replace invalid tag values with an empty string instead of _ (#2773) by @markushi |
| 12 | +- docs: Add documentation comment to `scrub_list` (#2769) by @szokeasaurusrex |
| 13 | +- ref(scrubber): Add recursive scrubbing to EventScrubber (#2755) by @Cheapshot003 |
| 14 | +- Fixed regex to parse version in lambda package file (#2767) by @sentrivana |
| 15 | +- Temporarily disable tests for alpha release (fa5f50b0) by @antonpirker |
| 16 | +- channel link (0594cfa5) by @antonpirker |
| 17 | +- Added note to README (cdf4f901) by @antonpirker |
| 18 | +- Updated migration guide (ad4ff19c) by @antonpirker |
| 19 | +- ref(api): Abstract base classes (#2667) by @szokeasaurusrex |
| 20 | +- Scope refactoring (merge Hubs and Scopes) (#2610) by @antonpirker |
| 21 | +- docs: Update readme, migration guide (#2754) by @sentrivana |
| 22 | +- Remove PY2 (8aa95995) by @sentrivana |
| 23 | +- Added last_event_id() to the stuff that has been removed. (93f89e00) by @antonpirker |
| 24 | +- ref: Use new-style super() (#2744) by @sentrivana |
| 25 | +- ref(docs): Tweak migration guide (#2742) by @sentrivana |
| 26 | +- fix(metrics): Fix typo (#2735) by @sentrivana |
| 27 | +- Deprecate profiler `_experiments` options (#2737) by @sentrivana |
| 28 | +- Remove `user.segment` (#2726) by @sentrivana |
| 29 | +- ref(transport): Remove compatibility import (#2698) by @sentrivana |
| 30 | +- Typo (#2690) by @sentrivana |
| 31 | + |
| 32 | +_Plus 22 more_ |
| 33 | + |
3 | 34 | ## 1.40.6
|
4 | 35 |
|
5 | 36 | ### Various fixes & improvements
|
|
0 commit comments