provide-telemetry
2025-06-05
Prepare v1.0.0 release with examples, docs, and comprehensive test coverage
45 files · 1,891+ · 942-
Examples and documentation
11 files changed
01_quick_start.pyQuick start example02_custom_configuration.pyCustom configuration example03_named_loggers.pyNamed loggers example04_das_logging.pyDAS logging example05_exception_handling.pyException handling example06_trace_logging.pyTrace logging example07_module_filtering.pyModule filtering example08_env_variables_config.pyEnvironment configuration example09_async_usage.pyAsync usage example10_production_patterns.pyProduction patterns exampleREADME.mdExamples index
- Added 10 focused example scripts with README covering all major usage patterns
specify
behavioral
2 files
01_quick_start.pyREADME.md
Source module improvements
7 files changed
__init__.pyUpdated exports and docstringsconfig.pyEnhanced with improved docstringscore.pyExpanded with better documentationbase.pyImproved with docstringscustom_processors.pyRefactored processorsemoji_matrix.pyEnhanced emoji matrixtypes.pyExpanded type definitions
- Enhanced all source modules with improved docstrings and documentation for 1.0.0 release
decouple
behavioral
2 files
config.pycore.py
Test reorganization
4 files changed
test_lazy_init.pyMoved from lazy_init/ package to top leveltest_lazy_init_edge_cases.pyMoved from lazy_init/ to top leveltest_lazy_init_integrations.pyMoved from lazy_init/ to top leveltest_lazy_init_streams.pyMoved from lazy_init/ to top level
CI and project config
5 files changed
dependabot.ymlDependabot configurationmarkdown-link-check.jsonMarkdown link checker configci.ymlUpdated CI workflowCHANGELOG.mdUpdated changelog for 1.0.0pyproject.tomlUpdated for release
- Added dependabot, markdown link checker, and updated CI for 1.0.0 release preparation
baseline
behavioral
2 files
dependabot.ymlpyproject.toml