refactor!: split telegram bridge into transport/presenter (#55)

This commit is contained in:
banteg
2026-01-06 02:14:36 +04:00
committed by GitHub
parent a8eb1290cc
commit 1178b738df
26 changed files with 2338 additions and 1833 deletions
+11
View File
@@ -1,5 +1,16 @@
# changelog
## v0.9.0 (unreleased)
### breaking
- remove `takopi.bridge`; Telegram bridge now lives in `takopi.bridges.telegram`
### changes
- add transport/presenter protocols plus transport-agnostic `exec_bridge`
- move Telegram polling + wiring into `takopi.bridges.telegram` with transport/presenter adapters
## v0.8.0 (2026-01-05)
### changes