Releases: goware/pgkit
Releases · goware/pgkit
v2.2.3
What's Changed
- go.mod: Downgrade to Go 1.21 as minimal required version by @VojtechVitek in #22
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- fix rollback in tests by @LukasJenicek in #19
- db.In, db.NotIn support multiple slices by @david-littlefarmer in #21
New Contributors
- @david-littlefarmer made their first contribution in #21
Full Changelog: v2.2.1...v2.2.2
v2.2.0
What's Changed
- Log tracer - Simple tool to debug queries locally and report sql errors + long running queries by @LukasJenicek in #17
New Contributors
- @LukasJenicek made their first contribution in #17
Full Changelog: v2.0.8...v2.2.0
v2.1.0
Breaking change
- Ignore error when new column is added to DB schema (allow backward-compatible migrations) by @VojtechVitek in #15
What's Changed
- add basic condition-operator functions by @xiam in #12
- Fix panic in tests by @VojtechVitek in #16
- Remove rand.Seed(), which was deprecated in Go 1.20 by @VojtechVitek in #14
Full Changelog: v2.0.7...v2.1.0