Skip to content

Releases: intergral/deep-python-client

v1.1.1

01 Apr 16:53
33259dc
Compare
Choose a tag to compare

What's Changed

  • chore(build): update to v4 actions by @Umaaz in #33
  • feat(capture): add support for capture tracepoints by @Umaaz in #34
  • chore(build): update build action setup-python to v5 (node 20) by @Umaaz in #42
  • fix(duration): snapshot duration not set by @Umaaz in #37
  • fix(attributes): add tracepoint attribute by @Umaaz in #38
  • fix(bug): resource where created with defaults overwriting the discov… by @Umaaz in #41
  • chore(build): add test report action to build by @Umaaz in #43
  • feat(events): use events for snapshot in spans by @Umaaz in #40
  • chore(example): update example app versions by @Umaaz in #45
  • chore(example): add build for docker example by @Umaaz in #46
  • chore(example): update build actions by @Umaaz in #47
  • chore(example): update build actions by @Umaaz in #48

Full Changelog: 1.1.0...1.1.1

1.1.0

06 Feb 14:59
34c94a8
Compare
Choose a tag to compare

What's Changed

  • change(build): add doc string check to flake8 by @Umaaz in #14
  • feat(dev): add option to not attach trace function by @Umaaz in #9
  • feat(api): add api function to register tracepoint directly by @Umaaz in #8
  • feat(short name): add short path to stack frames by @Umaaz in #5
  • feat(app root): add app root to allow for better app frame detection by @Umaaz in #7
  • feat(logging): initial implementation of log points by @Umaaz in #3
  • feat(plugins): change plugins to allow better customisable extensions. by @Umaaz in #22
  • feat(metrics): add prometheus metrics to python client by @Umaaz in #21
  • feat(span): add initial span integration to deep by @Umaaz in #25
  • feat(otel): update otel support to add otel metrics by @Umaaz in #30
  • enhancement(triggers): change tracepoint handling to use triggers by @Umaaz in #16
  • fix(dev): fix build version to 3.12 by @Umaaz in #10
  • fix(app frame): fix false positives on app frames by @Umaaz in #6
  • fix(build): revert to use defined deps in toml by @Umaaz in #31
  • chore(deps): read deps from requirments.txt by @Umaaz in #17
  • chore(build): update python classifiers by @Umaaz in #18
  • chore(tests): add more tests and enforce test coverage by @Umaaz in #19
  • chore(template): add issue templates by @Umaaz in #23
  • test(logs): add it tests for injected log messages by @Umaaz in #20
  • [Snyk] Security upgrade python from 3 to 3.13.0a2-slim by @Umaaz in #12
  • [Snyk] Security upgrade certifi from 2021.10.8 to 2023.7.22 by @Umaaz in #13
  • [Snyk] Security upgrade python from 3.13.0a2-slim to 3.13.0a3-slim by @Umaaz in #26

Full Changelog: 1.0.1...1.1.0

1.0.1

22 Jun 09:26
f07f9f9
Compare
Choose a tag to compare

What's Changed

  • chore(build): run actions on PR by @Umaaz in #1
  • fix(config): correct env name on look up

New Contributors

  • @Umaaz made their first contribution in #1

Full Changelog: 1.0.0...1.0.1

1.0.0

31 May 12:28
3a89265
Compare
Choose a tag to compare

Initial deep agent release.