Releases: pinpoint-apm/pinpoint-c-agent
Releases · pinpoint-apm/pinpoint-c-agent
v0.6.7
What's Changed
- Update Readme-KR.md by @Evelyn0927 in #670
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #678
- update mysql-connector-python by @eeliu in #695
Versions
- pinpointpy == 1.3.2
Full Changelog: v0.6.6...v0.6.7
v0.7.2
What's Changed
Features
Collector-agent
docker pull ghcr.io/pinpoint-apm/pinpoint-c-agent/collector-agent:0.7
PHP-agent
- 0.6.1 php asynchronous API
- pinpoint-php-aop:v4.0.1 https://packagist.org/packages/pinpoint-apm/pinpoint-php-aop#v4.0.1
- testapps/SimplePHP
Data flow
Blogs
Full Changelog: v0.7...v0.7.2
v0.7.1
What's Changed
New
- example for libevent http server
PS: It doesn't support AOP in C, modify the example code according to your code (pp_ev_http.h, pp_ev_http.c)
How to use
$ cd testapps/libevent_http_server && mkdir build && cd build && cmake .. && make -j
$ # or docker compose up c-libevent
https://github.com/pinpoint-apm/pinpoint-c-agent/blob/0.7/testapps/libevent_http_server/readme.md
stack info
Blog for Introduction for pinpoint on asynchronous framework
Full Changelog: v0.7...v0.7.1
v0.7.0
What's Changed
- Update Readme-KR.md by @Evelyn0927 in #670
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #678
- Async API for CXX plugins by @eeliu in #686
Details
-
Support SpanChunk protocol: SpanChunk.proto
- pinpoint c library : v0.6.0 (collector-agent 0.7+)
- collector-agent: 0.7
docker pull ghcr.io/pinpoint-apm/pinpoint-c-agent/collector-agent:0.7
-
cpp agent
- example for new API on
std::async
(https://github.com/pinpoint-apm/pinpoint-c-agent/tree/0.7/testapps/cpp)
- example for new API on
Installation guide
FetchContent_Declare(
pinpoint
URL https://github.com/pinpoint-apm/pinpoint-c-agent/releases/download/v0.7.0/pinpoint-common.tar.gz
)
FetchContent_MakeAvailable(pinpoint)
add_executable(target ... )
target_link_libraries(server PRIVATE pinpoint_common_static ...)
Full Changelog: v0.6.6...v0.7
v0.6.6
What's Changed
- update readme by @eeliu in #661
- Update Readme-CN.md by @Evelyn0927 in #664
- Update Readme-KR.md by @Evelyn0927 in #663
- Update Readme-KR.md by @Evelyn0927 in #665
- report ext ver in phpinfo by @remicollet in #666
- Fix build warnings by @remicollet in #667
- release collector-agent binary by @eeliu in #668
- fix arm failed by @eeliu in #669
Full Changelog: v0.6.5...v0.6.6
release pinpoint_php 0.5.4
fix collector-agent panic
v0.6.3
What's Changed
- This is cxx extension by @remicollet in #655
New Contributors
- @remicollet made their first contribution in #655
Full Changelog: v0.6.2...v0.6.3
v0.6.2
Full Changelog: v0.6.1...v0.6.2
[PHP] pecl windows macOS
What's Changed
- update script for pinpoint_php by @eeliu in #639
- fix(php): yii2 by @eeliu in #641
- script for automatically uploading assert by @eeliu in #642
- move simplephp.dockerfile to SimplePHP by @mayingping-Bella in #643
- modify simplephp.dockerfile route by @mayingping-Bella in #644
- add example for shopware by @eeliu in #645
- example for thinkphp8 by @eeliu in #649
- update docs by @eeliu in #646
- Feat apcu by @eeliu in #651
- add pinpoint-php-aop intro by @eeliu in #653
- [PHP] support windows/macOS by @eeliu in #657
Full Changelog: v0.6.0...v0.6.1
Thanks @remicollet @cmb69 @shivammathur for build on windows