Skip to content

Commit e1796c4

Browse files
committed
chore: 2026.8.7 to 2026.8.7.1
1 parent 671fb86 commit e1796c4

1 file changed

Lines changed: 73 additions & 0 deletions

File tree

release-notes/2026.8.7.1.txt

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
Release: Bug Fixes and Community Contributions
2+
Version: 2026.8.7.1
3+
Date: February 21, 2026
4+
5+
OVERVIEW
6+
--------
7+
This release includes important bug fixes for schema management, type checking improvements,
8+
dependency updates, and several community-contributed example agents. Focus on stability,
9+
code quality, and expanding the example library.
10+
11+
CHANGES
12+
-------
13+
14+
Bug Fixes:
15+
- Fixed schema name truncation logic for DID-based multi-tenancy
16+
- Fixed type checker error for sys.stdout.reconfigure call
17+
- Fixed docstring formatting to comply with pydocstyle D209
18+
- Stabilized task_manager.py
19+
20+
Features & Enhancements:
21+
- Added paywall example agent demonstrating x402 payment integration
22+
- Added news summarizer agent with local Ollama and DuckDuckGo integration
23+
- Added cybersecurity newsletter agent with security hardening
24+
- Added lightweight in-memory delivery metrics to NotificationService
25+
- Enhanced health endpoint observability
26+
- Added early validation for required author field
27+
- Updated release workflow to use week-based versioning (YYYY.W.D)
28+
29+
Code Quality:
30+
- Added feedback header to sentry.py
31+
- Cleaned up whitespace and formatting across multiple files
32+
- Updated secrets baseline with new line numbers
33+
- Enhanced PR template with comprehensive review checklist
34+
- Removed trailing whitespace and sanitized credentials in documentation
35+
36+
Dependency Updates:
37+
- Updated pydantic: 2.11.3 → 2.12.5 (resolves fastmcp compatibility)
38+
- Updated requests: 2.32.3 → 2.32.5 (resolves langchain-community compatibility)
39+
- Updated sqlalchemy: 2.0.44 → 2.0.46
40+
- Updated tenacity: 8.5.0 → 9.1.4
41+
- Updated rich: 13.9.4 → 14.3.2
42+
- Updated uvx requirement: <2.0 → <4.0
43+
44+
Community:
45+
- Added GitHub Sponsors funding page
46+
- Multiple community contributions merged (PRs #172, #195, #210, #211, #212, #215)
47+
48+
TESTING
49+
-------
50+
✅ All tests passing
51+
✅ Pre-commit hooks passing
52+
✅ Schema truncation test fixed and verified
53+
✅ Type checking errors resolved
54+
55+
CONTRIBUTORS
56+
------------
57+
- Raahul Dutta
58+
- rautsoham03
59+
- ssjgit08
60+
- Krushna
61+
- AseemPrasad
62+
- Sharda2004196
63+
- ssjgit08
64+
- Krushna56
65+
66+
BREAKING CHANGES
67+
----------------
68+
None
69+
70+
MIGRATION NOTES
71+
---------------
72+
- If upgrading from versions with exact dependency pins, run: uv sync
73+
- Schema names now correctly truncate to 63 characters (PostgreSQL limit)

0 commit comments

Comments
 (0)