Releases: gobuffalo/pop
Releases · gobuffalo/pop
v6.1.1
v6.1.0
What's Changed
- updated goreleaser configuration by @sio4 in #790
- slices: update Int.Scan() to parse empty slices by @carloruiz in #791
- feature: log transaction/connection ID to track SQL executions for a request by @sio4 in #795
- fixed empty slice bug on slices.Float by @sio4 in #798
- do not swallow panic when rolling back inner panic to prevent connection leak by @sio4 in #797
New Contributors
- @carloruiz made their first contribution in #791
Full Changelog: v6.0.8...v6.1.0
v6.0.8
v6.0.7
What's Changed
- fix: make disableEager not trigger the race detector by @zepatrik in #746
- log SQL for association query by @schparky in #686
- Make slices.Map UnmarshalJSON a pointer receiver by @naemono in #655
- added test cases for slices.Map (for #655) by @sio4 in #769
- cleanup testing stuff by @sio4 in #767
- fixed url handling with reserved characters (fixes #402) by @sio4 in #774
- catch panic within transaction to complete rollback (fixes #748) by @sio4 in #775
- fixed replacing bug on WHERE IN statement (fixes #778) by @sio4 in #779
- fix missing Where in eager creation method by @sio4 in #780
- removed mysqldump option
--column-statistics
to make it compatible with 5.7 by @sio4 in #776 - fix Connection.Close() to reset the store by @sio4 in #781
- made default logger to print output to stderr instead of stdout by @sio4 in #782
- made the 'version' column primary key to fix #659 by @sio4 in #783
- fixed delete + where in issue on mysql (#699) by @sio4 in #784
- fixed concurrent map write issue on ConnectionDetails.Options (#577) by @sio4 in #785
- prevent empty query to be executed by @sio4 in #786
- updated README, SHOULDERS, and module dependencies by @sio4 in #787
New Contributors
Full Changelog: v6.0.6...v6.0.7
v6.0.6
v6.0.5
What's Changed
- fix: add lock to registering instrumented drivers by @zepatrik in #722
- feat: expose normalizeSynonyms (as CanonicalDialect) by @aeneasr in #721
- hotfix for ignored
--env
flag issue (#269) by @sio4 in #727 - updated test workflow to run on push to the main by @sio4 in #737
- updated module dependencies and sync with the main branch by @sio4 in #738
- resolved circular dependency issue between pop and fizz
Full Changelog: v6.0.4...v6.0.5
v6.0.4
What's Changed
- fix: replace "id" with model.IDField by @zepatrik in #604
- Ensure uninitialized map is initialized when unmarshaling json by @naemono in #609
- Fix migration table name by @kyrozetera in #612
- Add support for pointer FKs when preloading a belongs_to association by @reggieriser in #602
- feat: support context-aware tablenames by @aeneasr in #614
- Bump pg deps by @paganotoni in #616
- Latest from master by @paganotoni in #620
- Resolve issues in UPDATE and DELETE when using schemas by @aeneasr in #618
- Use
PaginatorPageKey
andPaginatorPerPageKey
variables by @bhb603 in #615 - Pass Time structure into timestamp update functions. by @mpontillo in #625
- Allow nullable JSONB by @benjaminjb in #639
- Allow passing args to
Order
by @duckbrain in #630 - Added connection maximum idle time configuration by @ArthurKnoep in #635
- Bump sqlite to 3.35.4 / 1.14.7 by @aeneasr in #642
- Task update libraries by @paganotoni in #643
- Fix Inner has many associations when passing on multiple arguments by @larrymjordan in #633
- Remove many to many TX condition for EagerPreload by @larrymjordan in #645
- EagerPreload: Added fix/tests for has_many with pointer foreign key by @reggieriser in #647
- Export WhereID, Alias, WhereNamedID by @aeneasr in #637
- fix: log model values everywhere by @zepatrik in #656
- feat: add query.Delete by @zepatrik in #658
- fix: sorting of down migrations by @zepatrik in #657
- fix: preserve eager information when validating models (#664) by @karlhaas in #665
- Migrate from packr to fs by @fasmat in #667
- Task merging master by @paganotoni in #669
- Replace removed command by @aeneasr in #679
- Resolve several panics, incorrect reflection uses, and eager bugs by @aeneasr in #680
- Pass Context during exec in create. by @martinei in #688
- feat: support embedded struct fields by @zepatrik in #691
- test: use
T.TempDir
to create temporary test directory by @Juneezee in #703 - fix: associations for embedded fields by @zepatrik in #707
- feat: implement UpdateQuery by @grantzvolsky in #706
- feat: Allow customizing the time used for CreatedAt/UpdatedAt by @ahobson in #708
- Allow SQLite without built tag by @duckbrain in #662
- preparing go1.18 support (package specific workflow) by @sio4 in #715
- feat: darwin arm64 binary by @jfreeland in #690
- feature: supporting sqlite :memory: and mode=memory on the sqlite driver by @paganotoni in #717
- Bump github.com/lib/pq from 1.10.5 to 1.10.6 by @dependabot in #718
- feat: expose connection transactions with context and options by @zepatrik in #719
- v6.0.4 by @paganotoni in #720
New Contributors
- @naemono made their first contribution in #609
- @kyrozetera made their first contribution in #612
- @reggieriser made their first contribution in #602
- @bhb603 made their first contribution in #615
- @mpontillo made their first contribution in #625
- @benjaminjb made their first contribution in #639
- @ArthurKnoep made their first contribution in #635
- @karlhaas made their first contribution in #665
- @fasmat made their first contribution in #667
- @martinei made their first contribution in #688
- @Juneezee made their first contribution in #703
- @grantzvolsky made their first contribution in #706
- @ahobson made their first contribution in #708
- @jfreeland made their first contribution in #690
Full Changelog: v6.0.3...v6.0.4
v6.0.3
What's Changed
- Bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5 by @dependabot in #705
- Bump github.com/jackc/pgx/v4 from 4.15.0 to 4.16.0 by @dependabot in #709
- Bump github.com/gobuffalo/plush/v4 from 4.1.10 to 4.1.11 by @dependabot in #712
- Bump github.com/jackc/pgx/v4 from 4.16.0 to 4.16.1 by @dependabot in #714
- Latest Development by @paganotoni in #716
Full Changelog: v6.0.2...v6.0.3
v6.0.3-dev.5
Full Changelog: v6.0.3-dev.4...v6.0.3-dev.5
v6.0.3-dev.4
Full Changelog: v6.0.3-dev.3...v6.0.3-dev.4