AnesFoufa / python-teams-logger

Python logging handler for Microsoft Teams webhook integration with both simple and dictionary configurations.
MIT License
9 stars 3 forks source link

Office 365 Connectors to be retired #17

Open rdhlily opened 1 month ago

rdhlily commented 1 month ago

Hello, and thank you for putting together this helpful package!

In teams_logger/core.py line 81 the "Office365CardFormatter" class is defined using the "Connector Cards" formatting. At the end of January 2025 the Office 365 Connectors will be retired within Microsoft Teams. In order for the Teams Logger to continue working, I believe the "Office365CardFormatter" will need to be updated to support the Adaptive Card instead.

Do you plan to/would it be possible for you/your team to update the package so that it will continue working after this update comes in January?

AnesFoufa commented 1 month ago

Hello and thank you for the issue.

I'll do my best to update to the logger before the end of the year.

Meanwhile, don't hesitate to submit a P.R. if you want, the project is open to contributions.