Releases: luckyframework/avram
Releases · luckyframework/avram
v1.5.0
What's Changed
- Fix
Avram::SaveOperation#new_record?for when id is set explicitly by @akadusei in #1106 - Support for table partitioning. by @russ in #1110
- 1066/operation callbacks by @franciscoGPS in #1108
- Updating crystal and postgres in local docker setup. by @russ in #1109
- Updated Ameba and more by @jwoertink in #1114
- Adding new create_many factory method by @jwoertink in #1117
- Add safe record reload by @wout in #1122
- Use
docker composeinstead ofdocker-composein scripts/ by @wout in #1123 - Add option to create indexes concurrently by @jwoertink in #1127
- Sort operation needs by presence of default value by @matthewmcgarvey in #1130
- Add through option for has one by @wout in #1132
- Checking Crystal 1.19 compatibility by @jwoertink in #1133
- Adding new vacuum method for database by @jwoertink in #1134
- Refactor how credentials works to be a bit more agnostic by @jwoertink in #1135
- Allow alternate languages and behaviors in the create_function SQL helper by @jwoertink in #1136
- Avoid needless heap allocations by @akadusei in #1137
- Avoid needless heap allocations by @akadusei in #1138
- Fixing lots of spelling mistakes by @jwoertink in #1143
- Allow running certain migrations outside of a transaction. by @jwoertink in #1140
- Require migrations to have a rollback method defined by @jwoertink in #1145
- Allow updates with columns similar to keywords by @jwoertink in #1144
- Release v1.5.0 by @jwoertink in #1148
New Contributors
- @franciscoGPS made their first contribution in #1108
Full Changelog: v1.4.2...v1.5.0
v1.4.2
What's Changed
- Adding the database method back in to Save and Delete operations by @jwoertink in #1102
- Release v1.4.2 by @jwoertink in #1103
- Fixed VERSION constant compilation error
Full Changelog: v1.4.1...v1.4.2
v1.4.0
What's Changed
- Testing Windows PG Patch by @jwoertink in #1071
- Fall cleaning by @jwoertink in #1073
- Fixing specs on windows. by @jwoertink in #1074
- Support for Crystal 1.16 by @jwoertink in #1083
- Adding nulls sorting to Queryable order_by. by @jwoertink in #1081
- Fix missing nested param error for nested array params by @akadusei in #1085
- Split callbacks into separate modules by @akadusei in #1086
- Update
updated_atcolumn inAvram::BaseQueryTemplate#updateby @akadusei in #1091 - Add join method overloads that accept the query condition as argument by @akadusei in #1090
- Allow defining separate reader and writer databases by @jwoertink in #1089
- Adding table locking. by @jwoertink in #1076
- Avoid intermediate strings by @akadusei in #1095
- Adds some missing types by @jwoertink in #1094
- Updating Wordsmith and fixing compilation error by @jwoertink in #1097
- Release v1.4.0 by @jwoertink in #1096
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.0
v1.1.1
v1.1.0
v1.0.0
v1.0.0-rc1
View the CHANGELOG for release notes