Releases: gobuffalo/pop
v4.6.9
v4.6.8
v4.6.7
v4.6.6
v4.6.5
v4.6.4
v4.6.3
v4.6.2
This version is a patch release for the v4.6.x
series. It fixes a memory leak, and migrates Cockroach driver to the new common load schema system.
Changelog
c0faa0f Bump version
2e44253 Fix prepare memory leak (#178)
34f163a Use generic load schema for Cockroach (#179)
35ad64c Fix dead links to Fizz documentation (#172)
18ac907 Back to development
v4.6.1
v4.6.0
Changelog
d450dce Merge branch 'development'
51a3a41 Improve MySQL collation test cases (#162)
755b893 Add string ID support for Create (#163)
2cc5a84 Fix MySQL collation parsing from DSN (#159)
ad2320c Improve Travis conditions (DB create & migrate only for current dialect) (#160)
9ed63a7 Fix Fizz model generator (#158)
55acd22 Merge master into development (#157)
0b6e9f8 Fix linting issues and add console warning for deprecations (#153)
40f7185 Fix #151: ensure the migration file name starts with a number (#152)
efd33a6 Merge master into development (#147)
f7b3819 Fix #21: Handle encoding for MySQL (#135)
8b870c4 [Fix] load all inner associations for every element when loading with All query method (#124)
05d10c2 Fix #66: Double schema.sql and different env behavior (#133)
86b19b0 Add the reset command (#120)
77d61d8 Merge master into development (#131)
1098ad4 Generify LoadSchema (at least for MySQL and PostgreSQL for the moment) (#127)
d8ba1ae Migrate MySQL LoadSchema to not depend on native client (#125)
4bfc562 added test for eager for rawquery, fix rawquery to include paginator (#98)
0a83b31 Flip brackets and parens on ActiveRecord link (#121)
232efba Fix gometalinter issues (#117)
c1671b2 adds a go.mod file (#115)
478a425 use capital letters for docker keyword (#119)
17a9e8a Require that file names end in .sql or .fizz (#118)
3262cc1 Sets attribute generator to use the provided form instead of singularized form (#113)
9d26c1b Replace SQL COUNT call for Exists with SQL EXISTS (#108)
00008ec adding doc to Clone (#107)
8dfd632 Setup for development