Releases: iopipe/iopipe-python
Releases · iopipe/iopipe-python
v1.6.3
12 Jul 23:51
Compare
Sorry, something went wrong.
No results found
Fixes a race condition for the in-memory log buffer of the Logger plugin #246 * Removes the Logger plugin from the set of preloaded plugins #246
v1.6.2
25 Sep 18:57
Compare
Sorry, something went wrong.
No results found
Fixes a bug where an unsupported thread prefix argument was being passed to ThreadPoolExecutor in Python 2.7
Fixes a bug with system reads on some platforms, now done in binary mode
v1.6.1
14 Jun 16:27
Compare
Sorry, something went wrong.
No results found
Fixes PyPI project description formatting #241
v1.6.0
13 Jun 19:45
Compare
Sorry, something went wrong.
No results found
IOpipe agent now loads bundled plugins by default #226
IOpipe agent now adds automatic labels based on usage #215
IOpipe agent now makes HTTP requests concurrently #232
Event Type Plugin now supports Serverless Lambda PRoxy #239
Event Type Plugin now supports Alexa Skills #213
v1.5.0
20 Apr 16:18
Compare
Sorry, something went wrong.
No results found
Adds a logger plugin in iopipe.contrib.logger #185
Adds disk usage metric collection for /tmp #190
Fixes a bug where memory metrics were being sent in kilobytes instead of bytes #198
v1.4.1
10 Apr 18:15
Compare
Sorry, something went wrong.
No results found
Fixes a bug where the context wrapper was dependent on the six module, which is not available in all environments #192
v1.4.0
09 Apr 17:21
Compare
Sorry, something went wrong.
No results found
Adds label and metric, deprecating log #169
Fixes formatting of stack frames when a timeout occurs #184
Enabling auto-measure for the trace plugin by default #179
Adds AWS traceId to payload #182
v1.3.0
30 Mar 16:52
Compare
Sorry, something went wrong.
No results found
Network timeout can now be configured using the environment variable IOPIPE_NETWORK_TIMEOUT, the unit of time is milliseconds as an integer.
The environment variable IOPIPE_TIMEOUT_WINDOW now expects milliseconds as an integer.
Removes a default iopipe trace marker from the trace plugin. Trace plugin will not perform any traces by default.
Updated event info, profiler and trace plugins to v1.0.0.
Updated profiler plugin to produce a report with a .cprofile file extension.
v1.2.0
26 Feb 21:41
Compare
Sorry, something went wrong.
No results found
Adds event info plugin in iopipe.contrib.eventinfo #160
Updates profiler plugin to provide the cProfile binary #158
Updates memory metrics to use peak memory used for process #161
v1.1.0
13 Feb 17:34
Compare
Sorry, something went wrong.
No results found
Fixes an issue with SAM Local where randomly generated function names were being reported.
Adds a profiler plugin in iopipe.contrib.profiler. (still in beta, see README for details)