Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to NEWS file missing introduction of pinba_get_data #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Pinba 1.1.0 09 Sep 2016
- Added pinba.auto_flush INI option to control automatic flush at the end of each request. Default value is On.
- Reimplemented the extension using protobuf-c instead of C++ Protobuf lib.
- Added memory_footprint field to the data (uses mallinfo() where available).
- Added pinba_get_data() function.
- Added pinba_timers_get() function.
- Added pinba_schema_set() function.
- Added error message on hostname resolution failure.
Expand Down