Releases: src-d/go-kallax
Releases · src-d/go-kallax
Release list
v1.3.5
v1.3.4
Enhancements
- #256: Statement cacher can now be disabled on demand. This is not recommended for regular use as it degrades performance, use only if you need it.
Fixes
v1.3.3
v1.3.2
v1.3.1
v1.3.0
New features
- #214 due to the changes introduces in a bugfix, now infinitely nested saves are supported!
- #215 unique constraint in schema generation with
unique:"true"struct tag
Performance improvements
- Reduced the allocations and memory consumption of inserts, updates and deletes in more than a half in almost all cases.
v1.2.21
Bugs fixed
- When checking if an implicit foreign key equals the column it corresponds to, make sure the nullability of such foreign key is irrelevant because the correct one is the one in the column. This could cause some migrations to not be generated because the nullability was not property recognized.
v1.2.20
Bugs fixed
- [ #212 ] scanning
byteadoes no longer throw an error. Now[]byteandbyteaare equivalent, before it wassmallint[]. Even though this could be considered a breaking change, it has been considered as a bug as it made no sense the way it was before.
v1.2.19
Docs
- Document both in the generated code and the README that
RemoveXXXfunctions must not have thatXXXrelationship empty for them to work as expected.
v1.2.18
Bugs fixed
- #205 fixed a small issue that prevented the use of
Countin some cases