Releases: Stumble/needle
Releases · Stumble/needle
v0.4.3
v0.4.2
v0.4.1: BREAKING CHANGES
v0.4.0
Changelog
- cdb5880 Move clients to a standalone go module. (#6)
- 125e022 Upgrade parser to v6.1.1 (#5)
- 11ed8d7 [feat] use redisv8 as redis client (#3)
- 4713308 add goreleaser
- 4572601 add version tag to binary
- 406b75b go mod tidy
- f268f22 lint auto fix
- 914ad9e purge leftover vfs
- 5bd46bc update Makefile
- 34a229d update to go 1.16, latest SQL parser, and use embed to replace vfsgen. (#2)
v0.3.0
v0.2.2
Fix Db Transact invalidation bug.
v0.2.1 fix: tx invalidation was wrong
Sync-ed Invalidation
Previsouly, because invalidations were called in a go-routine, user of the generated repositoy will see inconsistent state even in single-thread/ordered calls.
Since v0.2.0, it's now synced and but still, the cache error handling is still a problem.
Misc Fixes and Go 1.13 update.
v0.1.1 [fix] sql in pattern arglist generation