debugbundle-python 1.1.3__tar.gz → 1.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. {debugbundle_python-1.1.3/src/debugbundle_python.egg-info → debugbundle_python-1.2.0}/PKG-INFO +1 -1
  2. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/pyproject.toml +1 -1
  3. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/core.py +1 -1
  4. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0/src/debugbundle_python.egg-info}/PKG-INFO +1 -1
  5. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/tests/test_repository_metadata.py +5 -0
  6. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/tests/test_smoke_script.py +2 -2
  7. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/LICENSE +0 -0
  8. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/README.md +0 -0
  9. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/setup.cfg +0 -0
  10. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/__init__.py +0 -0
  11. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/config.py +0 -0
  12. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/integrations/__init__.py +0 -0
  13. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/integrations/common.py +0 -0
  14. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/integrations/django.py +0 -0
  15. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/integrations/fastapi.py +0 -0
  16. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/integrations/flask.py +0 -0
  17. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/integrations/relay_django.py +0 -0
  18. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/integrations/relay_fastapi.py +0 -0
  19. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/integrations/relay_flask.py +0 -0
  20. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/logger_integrations.py +0 -0
  21. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/py.typed +0 -0
  22. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/redaction.py +0 -0
  23. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/relay.py +0 -0
  24. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/relay_delivery.py +0 -0
  25. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/suppression.py +0 -0
  26. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/transport.py +0 -0
  27. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle/trigger_token.py +0 -0
  28. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle_python.egg-info/SOURCES.txt +0 -0
  29. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle_python.egg-info/dependency_links.txt +0 -0
  30. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle_python.egg-info/requires.txt +0 -0
  31. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/src/debugbundle_python.egg-info/top_level.txt +0 -0
  32. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/tests/test_contracts.py +0 -0
  33. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/tests/test_framework_integrations.py +0 -0
  34. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/tests/test_hooks.py +0 -0
  35. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/tests/test_http_integration.py +0 -0
  36. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/tests/test_optional_imports.py +0 -0
  37. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/tests/test_relay.py +0 -0
  38. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/tests/test_relay_delivery.py +0 -0
  39. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/tests/test_remote_config.py +0 -0
  40. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/tests/test_schema_validation.py +0 -0
  41. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/tests/test_sdk.py +0 -0
  42. {debugbundle_python-1.1.3 → debugbundle_python-1.2.0}/tests/test_trigger_token.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: debugbundle-python
3
- Version: 1.1.3
3
+ Version: 1.2.0
4
4
  Summary: DebugBundle SDK for Python
5
5
  Author: DebugBundle
6
6
  License-Expression: AGPL-3.0-only
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "debugbundle-python"
7
- version = "1.1.3"
7
+ version = "1.2.0"
8
8
  description = "DebugBundle SDK for Python"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -954,7 +954,7 @@ def _sdk_version() -> str:
954
954
  try:
955
955
  return metadata.version("debugbundle-python")
956
956
  except metadata.PackageNotFoundError:
957
- return "1.1.3"
957
+ return "1.2.0"
958
958
 
959
959
 
960
960
  def _sdk_config_endpoint(events_endpoint: str) -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: debugbundle-python
3
- Version: 1.1.3
3
+ Version: 1.2.0
4
4
  Summary: DebugBundle SDK for Python
5
5
  Author: DebugBundle
6
6
  License-Expression: AGPL-3.0-only
@@ -31,6 +31,11 @@ def test_standalone_changelog_and_security_policy_are_launch_ready() -> None:
31
31
 
32
32
  assert "## [Unreleased]" in changelog
33
33
  assert (
34
+ "## [1.2.0] - 2026-07-17\n\n"
35
+ "### Added\n"
36
+ "- Corrected the semantic release line for browser-relay analytics support. Relay handlers accept "
37
+ "credential-free `analytics_event` envelopes while preserving only the required analytics correlation "
38
+ "fields and stripping browser-supplied credentials.\n\n"
34
39
  "## [1.1.3] - 2026-07-17\n\n"
35
40
  "### Added\n"
36
41
  "- Added browser-relay support for `analytics_event` envelopes, preserving only the "
@@ -32,7 +32,7 @@ def test_install_with_retry_retries_until_success(monkeypatch) -> None:
32
32
  monkeypatch.setattr(SMOKE.time, "sleep", sleeps.append)
33
33
 
34
34
  SMOKE._install_with_retry(
35
- ["python", "-m", "pip", "install", "debugbundle-python==1.1.3"],
35
+ ["python", "-m", "pip", "install", "debugbundle-python==1.2.0"],
36
36
  retries=3,
37
37
  retry_delay_seconds=7,
38
38
  )
@@ -50,7 +50,7 @@ def test_install_with_retry_raises_after_final_attempt(monkeypatch) -> None:
50
50
 
51
51
  try:
52
52
  SMOKE._install_with_retry(
53
- ["python", "-m", "pip", "install", "debugbundle-python==1.1.3"],
53
+ ["python", "-m", "pip", "install", "debugbundle-python==1.2.0"],
54
54
  retries=2,
55
55
  retry_delay_seconds=1,
56
56
  )