All notable changes to this project will be documented in this file. This change log follows the conventions
of keepachangelog.com.
- Added RabbitMQ Integrant Mock Component for testing RabbitMQ integration with TestContainers.
- Added RabbitMQ container integration tests demonstrating component initialization and message broker connectivity.
- Added support to generate schema for
Instant.
- Changed the schema generation helper functions two make the leaf generators config (overwrite) optional.
- Now you are able to provide custom leaf generators.
- Added
pg2-migration as a new dependency for migration support.
- Updated PostgreSQL mock component to use migrations for database setup instead of raw schemas.
- Bumped versions of multiple dependencies to their latest releases.
- Remove dependencies to
pg.migration.
- Use database connection instead of database spec for sqlite.
- Fixed leaf generator for
LocalDateWire.
- Added generators for
LocalDateWire, LocalDateTimeWire, and UuidWire.
- Added
schemas param to sqlite component and unit mock tooling.
- Added integration with sqlite.
- Better handling startup time for the PostgreSQL container while attempting to establish a connection.
- Schema generators helpers.
- Bump dependencies.
- Added PostgreSQL Integrant Mock Component.