Releases: friendsofhyperf/components
Releases · friendsofhyperf/components
Release v3.1.0-rc.11
Full Changelog: v3.1.0-rc.10...v3.1.0-rc.11
Release v3.1.0-rc.10
Full Changelog: v3.1.0-rc.9...v3.1.0-rc.10
Release v3.0.92
What's Changed
- Sentry trace set exception info into tags. by @xuanyanwow in #375
- Optimize Exceptions by @huangdijia in #376
- sentry trace exception message save into data. by @xuanyanwow in #377
- Adds error tag when exception happened by @huangdijia in #378
- Add command tracing by @huangdijia in #379
- Improve
TracingCommandListener
by @huangdijia in #380 - Fix the bug that $transaction is null by @huangdijia in #381
- Optimize TraceMiddleware by @huangdijia in #382
- Set request Op as route by @huangdijia in #383
Full Changelog: v3.0.91...v3.0.92
Release v3.1.0-rc.9
Full Changelog: v3.1.0-rc.8...v3.1.0-rc.9
Release v3.1.0-rc.8
Full Changelog: v3.1.0-rc.7...v3.1.0-rc.8
Release v3.1.0-rc.7
Full Changelog: v3.1.0-rc.6...v3.1.0-rc.7
Release v3.0.91
Full Changelog: v3.0.90...v3.0.91
Release v3.0.90
What's Changed
- Sentry trace start context name set uri path. by @xuanyanwow in #365
- Fixed the bug that http request cannot pass sentry-trace by @huangdijia in #366
- Optimize Op for request by @huangdijia in #367
- Optimize Op for RPC by @huangdijia in #368
- Get the request from Context by @huangdijia in #369
- Finish Op when request finished by @huangdijia in #370
- use
\Hyperf\Support\Traits\InteractsWithTime
instead ofFriendsOfHyperf\Lock\Traits\InteractsWithTime
by @huangdijia in #371 - Adds
SetServerNameListener
by @huangdijia in #373 - Improve sentry tracing for request by @huangdijia in #374
Full Changelog: v3.0.89...v3.0.90
Release v3.1.0-rc.6
Full Changelog: v3.1.0-rc.5...v3.1.0-rc.6
Release v3.0.89
What's Changed
- Support swoole 5.1 by @huangdijia in #353
- Use
SentrySdk::getCurrentHub()
instead ofSentrySdk::setCurrentHub()
by @huangdijia in #355 - Fix RequestIpIntegration in cli mode by @huangdijia in #356
- Optimize README.md by @huangdijia in #359
- Http-client needn't set default handle if customer already set. by @xuanyanwow in #363
- Adds
TagManager
by @huangdijia in #358 - Remove methods of Str and Stringable by @huangdijia in #364
Full Changelog: v3.0.88...v3.0.89