Releases: rom-rb/rom-sql
Releases · rom-rb/rom-sql
v3.6.5
v3.6.4
3.6.4 2024-07-01
Fixed
- Excessive logging when the same gateway is shared between multiple containers (@flash-gordon)
- Warning about using the color option from active-support log subscriber (@flash-gordon + @bendangelo)
v3.6.3
v3.6.2
v3.6.1
v3.6.0
Added
- Add ROM::SQL::RakeSupport.migration_options for passing custom options to migrator (@wuarmin)
Changed
- Upgraded to the latest versions of dry-rb dependencies, compatible with rom 5.3 (@flash-gordon)
4.0.0.alpha1
Changed
- [internal] all plugins have been ported to the new API (via #402) (@solnic)
- [internal]
:default_views
plugin was added and it's enabled by default (via #402) (@solnic) - [internal]
indexes
schema DSL is now a plugin called:schema_indexes
(via #402) (@solnic) - [internal]
Gateway#command
is now used to instantiate sql-specific commands (via #402) (@solnic)