Skip to content

Releases: 255BITS/pg-async-events

v0.1.2

04 Sep 05:45
Compare
Choose a tag to compare

Set up pool in initializer.

Simplified API and Usage Example - v0.1.1

01 Sep 17:44
Compare
Choose a tag to compare

Renamed server method to initialize for clarity and removed unnecessary after_serving hook from the Quart example.

Initial Release - v0.1.0

01 Sep 16:51
Compare
Choose a tag to compare

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.