packages feed

haskell-pgmq-0.1.0.0: CHANGELOG.md

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0.0] - 2024-XX-XX

### Added
- Initial Haskell interface for Tembo's PGMQ PostgreSQL extension
- Core modules: `Database.PGMQ`, `Database.PGMQ.Simple`, `Database.PGMQ.Types`
- Helper modules: `Database.PGMQ.Helpers`, `Database.PGMQ.Schema`
- Simple test executable (`simple-test`) for basic functionality testing
- Simple exception catching executable (`simple-exception-catch`)
- Integration test suite with PostgreSQL
- Support for PostgreSQL message queue operations
- Documentation and examples in README

### Dependencies
- postgresql-simple for database connectivity
- aeson for JSON handling
- Various supporting libraries (bytestring, text, time, units, safe)

[Unreleased]: https://gitlab.iscpif.fr/gargantext/haskell-pgmq/compare/v0.1.0.0...HEAD
[0.1.0.0]: https://gitlab.iscpif.fr/gargantext/haskell-pgmq/releases/tag/v0.1.0.0