All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- CI/CD passed always even if some of them failed.
- Bumped tests up to go1.23.
- transaction rollback on context cancel for PGX adapters.
- gouroutine leak.
- Transferred drivers in separated modules.
- pgx v4 adapter
- pgx v5 adapter
- Ability to skip rollback due to an error
- Bumped library versions
- Bumped library versions
- Bumped go.mongodb.org/mongo-driver from 1.11.2 to 1.11.3
- Fixed lint issues
- Redis adapter
- GORM adapter
- Documentation.
- Benchmark comparing case with and without trm.
- badges.
- examples.
- test with real mongo db.
- timeout and canceling of transaction.
- chained transaction.
- propagation.
- settings.
0.0.0 - 2022-09-08
- manager interface.
- transaction interface.
- mongo, sql implementations.