Elastic-apm

Latest version: v6.22.0

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 16

2.1.1

Not secure
- fixed bug in Django management command that would be triggered on Django 1.10 or 1.11 while using the `MIDDLEWARE_CLASSES` setting (186, 187)
- fix an encoding issue with log messages that are hit in rare cases (188, 189)

2.1.0

Not secure
- made skipping of initial `elasticapm` frames for span stack traces more generic ([\167](https://github.com/elastic/apm-agent-python/pull/167))
- added `context.process.ppid` field (supported in apm-server 6.3+) ([\168](https://github.com/elastic/apm-agent-python/pull/168))
- added option to disable stack frame collection for very short spans ([\142](https://github.com/elastic/apm-agent-python/pull/142))
- several bug fixes:
- fix an issue in boto3 instrumentation with nonstandard endpoint URLs ([\178](https://github.com/elastic/apm-agent-python/pull/178))
- fix bug with OPTIONS requests and body capturing ([\174](https://github.com/elastic/apm-agent-python/pull/174))
- fix issue when message has `%` character, but no params ([\175](https://github.com/elastic/apm-agent-python/pull/175))

2.0.1

Not secure
* fixed compatibility issue with aiohttp 3.0 ([\157](https://github.com/elastic/apm-agent-python/pull/157))
* Added truncation for fields that have a `maxLength` in the JSON Schema ([\159](https://github.com/elastic/apm-agent-python/pull/159))

2.0.0

Not secure
- moved the library-frame detection from a processor to the stacktrace collection ([\113](https://github.com/elastic/apm-agent-python/pull/113)).
- added settings to enable/disable source code collection and local variables collection for errors and transactions ([\117](https://github.com/elastic/apm-agent-python/pull/117))
- added `service.environment` to provide an environment name (e.g. "production", "staging") ([\123](https://github.com/elastic/apm-agent-python/pull/123))
- added `transaction.id` to errors to better correlate errors with transactions ([\122](https://github.com/elastic/apm-agent-python/pull/122))
- added `transaction_sample_rate` to define a rate with which transactions are sampled ([\116](https://github.com/elastic/apm-agent-python/pull/116))
- added `error.handled` to indicate if an exception was handled or not ([\124](https://github.com/elastic/apm-agent-python/pull/124)).
- added `transaction_max_spans` setting to limit the amount of spans that are recorded per transaction ([\127](https://github.com/elastic/apm-agent-python/pull/127))
- added configuration options to limit captured local variables to a certain length ([\130](https://github.com/elastic/apm-agent-python/pull/130))
- added options for configuring the amount of context lines that are captured with each frame ([\136](https://github.com/elastic/apm-agent-python/pull/136))
- added support for tracing queries formatted as [`psycopg2.sql.SQL`](http://initd.org/psycopg/docs/sql.html) objects ([\#148](https://github.com/elastic/apm-agent-python/pull/148))
- switched to `time.perf_counter` as timing function on Python 3 ([\138](https://github.com/elastic/apm-agent-python/pull/138))
- added option to disable capturing of request body ([\151](https://github.com/elastic/apm-agent-python/pull/151))
- BREAKING: Several settings and APIs have been renamed ([\111](https://github.com/elastic/apm-agent-python/pull/111), [\#119](https://github.com/elastic/apm-agent-python/pull/119), [\#143](https://github.com/elastic/apm-agent-python/pull/143)):

- The decorator for custom instrumentation, `elasticapm.trace`, is now `elasticapm.capture_span`
- The setting `traces_send_frequency` has been renamed to `flush_interval`. The name of the analogous environment variable changed from `ELASTIC_APM_TRACES_SEND_FREQ` to `ELASTIC_APM_FLUSH_INTERVAL`
- The `app_name` setting has been renamed to `service_name`. The name of the analogous environment variable changed from `ELASTIC_APM_APP_NAME` to `ELASTIC_APM_SERVICE_NAME`.
- `app_name` arguments to API calls in the whole code base changed to `service_name`.
- The `app_version` setting has been renamed to `service_version`. The name of the analogous environment variable changed from `ELASTIC_APM_APP_VERSION` to `ELASTIC_APM_SERVICE_VERSION`.
- `context.request.url.raw` has been renamed to `context.request.url.full` ([\121](https://github.com/elastic/apm-agent-python/pull/121))
- BREAKING: added `elasticapm.set_custom_context` in favor of the more generic `set_custom_data` function ([\133](https://github.com/elastic/apm-agent-python/pull/133))
- BREAKING: `include_patterns` and `exclude_patterns` now use shell globs instead of regular expressions, and are matched against the full path file path of the module, not against the module name ([\137](https://github.com/elastic/apm-agent-python/pull/137))
- BREAKING: renamed several configuration options to align better with other language agents ([\145](https://github.com/elastic/apm-agent-python/pull/145)):
- `disable_instrumentation` became `instrument` and inverted its meaning
- `max_event_queue_length` became `max_queue_size`
- `timeout` became `server_timeout`

1.0.0

Not secure
None

1.0.0.dev3

Not secure
* added a background thread to process the transactions queue every 60 seconds (configurable) (68)
* adapted trace context for SQL traces to new API (77)
* ensured that transaction data is also passed through processors (84)
* added `uninstrument` function to reverse instrumentation,
and exposed both `instrument` and `uninstrument` as public API in the `elasticapm` namespace (90)
* added normalization of HTTP status codes into classes for the `transaction.result` field. A HTTP status of `200`
will be turned into `HTTP 2xx`. The unchanged status code is still available in `context.response.status_code`.
(85)

Page 16 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.