Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
disafronov
/
python-logging-objects-with-schema
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Release
- #21
#21
Closed
disafronov
wants to merge 27 commits into
main
disafronov/python-logging-objects-with-schema:main
from
release
disafronov/python-logging-objects-with-schema:release
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
Release
#21
disafronov
wants to merge 27 commits into
main
disafronov/python-logging-objects-with-schema:main
from
release
disafronov/python-logging-objects-with-schema:release
Copy head branch name to clipboard
Commits
Commits on Dec 6, 2025
chore: update release configuration and workflow conditions
Show description for 2d972c9
disafronov
committed
2d972c9
View commit details
Copy full SHA for 2d972c9
Browse repository at this point
chore: sync from template v1.0.2
ansible-repo-updater[bot]
authored and
disafronov
committed
f77fe06
View commit details
Copy full SHA for f77fe06
Browse repository at this point
refactor(logging): update DataValidationError handling and logging behavior
Show description for b56a22f
disafronov
committed
b56a22f
View commit details
Copy full SHA for b56a22f
Browse repository at this point
refactor(logging): remove DataValidationError and improve error logging
Show description for 5f9a3f9
disafronov
committed
5f9a3f9
View commit details
Copy full SHA for 5f9a3f9
Browse repository at this point
refactor(logging): simplify error messages in schema validation
Show description for 5daee95
disafronov
committed
5daee95
View commit details
Copy full SHA for 5daee95
Browse repository at this point
refactor(logging): streamline error message formatting in schema logging
Show description for deecdac
disafronov
committed
deecdac
View commit details
Copy full SHA for deecdac
Browse repository at this point
docs(logging): clarify stacklevel usage in SchemaLogger
Show description for b27a555
disafronov
committed
b27a555
View commit details
Copy full SHA for b27a555
Browse repository at this point
refactor(logging): enhance caller information retrieval in SchemaLogger
Show description for f7e7df2
disafronov
committed
f7e7df2
View commit details
Copy full SHA for f7e7df2
Browse repository at this point
chore(release): 0.1.2-rc.1
Show description for 15c9cdd
semantic-release-bot
authored and
disafronov
committed
15c9cdd
View commit details
Copy full SHA for 15c9cdd
Browse repository at this point
refactor(logging): update SchemaLogger error handling and remove SchemaValidationError
Show description for 9f454de
disafronov
committed
9f454de
View commit details
Copy full SHA for 9f454de
Browse repository at this point
refactor(logging): remove deprecated SchemaValidationError and update error handling
Show description for 98eb7d5
disafronov
committed
98eb7d5
View commit details
Copy full SHA for 98eb7d5
Browse repository at this point
chore(release): 0.1.2-rc.2
Show description for 07d804a
semantic-release-bot
authored and
disafronov
committed
07d804a
View commit details
Copy full SHA for 07d804a
Browse repository at this point
docs(logging): update README and tests for valid empty schema handling
Show description for 13630c1
disafronov
committed
13630c1
View commit details
Copy full SHA for 13630c1
Browse repository at this point
refactor(logging): improve schema validation handling in SchemaLogger
Show description for ba03bb5
disafronov
committed
ba03bb5
View commit details
Copy full SHA for ba03bb5
Browse repository at this point
docs(logging): clarify stack handling in SchemaLogger comments
Show description for d4ef000
disafronov
committed
d4ef000
View commit details
Copy full SHA for d4ef000
Browse repository at this point
docs(logging): refine comments on caller information retrieval in SchemaLogger
Show description for b60294b
disafronov
committed
b60294b
View commit details
Copy full SHA for b60294b
Browse repository at this point
docs(logging): update comment for cache invalidation in schema loader
Show description for 29a3e3f
disafronov
committed
29a3e3f
View commit details
Copy full SHA for 29a3e3f
Browse repository at this point
refactor(logging): update import statements in schema applier and loader
Show description for 6da3655
disafronov
committed
6da3655
View commit details
Copy full SHA for 6da3655
Browse repository at this point
refactor(tests): update import statements for _write_schema in test files
Show description for 64bdf12
disafronov
committed
64bdf12
View commit details
Copy full SHA for 64bdf12
Browse repository at this point
docs(logging): enhance comment for excessive nesting depth check in schema loader
Show description for 3469c0a
disafronov
committed
3469c0a
View commit details
Copy full SHA for 3469c0a
Browse repository at this point
refactor(logging): enhance caller information retrieval in SchemaLogger
Show description for 0a6cdd5
disafronov
committed
0a6cdd5
View commit details
Copy full SHA for 0a6cdd5
Browse repository at this point
docs(README): clarify definitions of inner and leaf nodes in schema
Show description for c0d747c
disafronov
committed
c0d747c
View commit details
Copy full SHA for c0d747c
Browse repository at this point
docs(README): update error message format for schema validation
Show description for cd39bd2
disafronov
committed
cd39bd2
View commit details
Copy full SHA for cd39bd2
Browse repository at this point
refactor(logging): replace Lock with RLock for path cache synchronization
Show description for 7fc22db
disafronov
committed
7fc22db
View commit details
Copy full SHA for 7fc22db
Browse repository at this point
chore(release): 0.1.2-rc.3
Show description for 51fb405
semantic-release-bot
authored and
disafronov
committed
51fb405
View commit details
Copy full SHA for 51fb405
Browse repository at this point
chore(workflow): add release branch to lint and test workflow
Show description for 01c734e
disafronov
committed
01c734e
View commit details
Copy full SHA for 01c734e
Browse repository at this point
chore(release): 0.1.2
Show description for 5ee6d98
semantic-release-bot
committed
5ee6d98
View commit details
Copy full SHA for 5ee6d98
Browse repository at this point
You can’t perform that action at this time.