Releases: 255BITS/pg-async-events
Releases · 255BITS/pg-async-events
v0.1.2
Simplified API and Usage Example - v0.1.1
Renamed server method to initialize for clarity and removed unnecessary after_serving hook from the Quart example.
Initial Release - v0.1.0
This is the first release of pg-async-events, a simple event notification and subscription service using PostgreSQL. It provides an easy-to-use, asynchronous API for leveraging PostgreSQL's LISTEN/NOTIFY mechanism in Python projects.
Features:
Asynchronous event handling using asyncio and asyncpg.
Real-time notifications via PostgreSQL's LISTEN/NOTIFY.
Simple API for subscribing to and publishing events.
This version is intended to provide the basic functionality needed to integrate event-driven architecture into applications with minimal setup.