Skip to content

Releases: Stumble/needle

v0.4.3

09 Nov 22:06
Compare
Choose a tag to compare

Changelog

v0.4.2

03 Nov 04:41
a309469
Compare
Choose a tag to compare

Changelog

v0.4.1: BREAKING CHANGES

11 Oct 23:14
0fbd5e4
Compare
Choose a tag to compare
Pre-release

MUST be used with https://github.com/Stumble/needle-clients v0.4.0 or above.

Changelog

  • 0fbd5e4 Add back support for LIKE expression. (#9)
  • 049ac2e Add load and dump method in generated code (#8)
  • d03d0bc Purge clients: move clients to a separated repository. (#7)

v0.4.0

27 Sep 21:45
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changelog

v0.3.0

16 Jun 09:11
ed08bdc
Compare
Choose a tag to compare
Experimental support for Sub Query (#1)

v0.2.2

26 Apr 03:33
Compare
Choose a tag to compare
string method for mysql config and warning on low OpenConns

Fix Db Transact invalidation bug.

25 Mar 04:11
Compare
Choose a tag to compare
v0.2.1

fix: tx invalidation was wrong

Sync-ed Invalidation

25 Mar 03:25
Compare
Choose a tag to compare

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.

25 Feb 05:17
Compare
Choose a tag to compare
v0.1.1

[fix] sql in pattern arglist generation

v0.1.0

19 Nov 00:45
45f63f9
Compare
Choose a tag to compare
Create LICENSE