Skip to content

Releases: rom-rb/rom-sql

v3.6.5

25 Dec 20:23
v3.6.5
a44f89a
Compare
Choose a tag to compare

3.6.5 2024-12-25

Fixed

Compare v3.6.4...v3.6.5

v3.6.4

01 Jul 17:04
v3.6.4
ccae6ab
Compare
Choose a tag to compare

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)

Compare v3.6.3...v3.6.4

v3.6.3

06 May 17:08
v3.6.3
4c2e1cb
Compare
Choose a tag to compare

3.6.3 2024-05-06

Fixed

  • Fix using .filter with a block for aggregate functions (@flash-gordon)

Compare v3.6.2...v3.6.3

v3.6.2

09 Jan 21:12
v3.6.2
36dd731
Compare
Choose a tag to compare

3.6.2 2024-01-09

Fixed

Compare v3.6.1...v3.6.2

v3.6.1

22 Nov 16:11
v3.6.1
c65ff2b
Compare
Choose a tag to compare

Fixed

  • Mapping of cidr types in PostgreSQL to IPAddr values (@flash-gordon)

Compare v3.6.0...v3.6.1

v3.6.0

11 Nov 07:26
v3.6.0
1b39a5f
Compare
Choose a tag to compare

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)

Compare v3.5.0...v3.6.0

4.0.0.alpha1

15 Apr 11:00
v4.0.0.alpha1
4fe989e
Compare
Choose a tag to compare
4.0.0.alpha1 Pre-release
Pre-release

See rom 6.0 upgrade guide.

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)

Compare v3.5.0...v4.0.0.alpha1

v3.5.0

26 Mar 08:56
v3.5.0
cea7e05
Compare
Choose a tag to compare

Added

  • Support for using partial indixes in PG upsert commands (issue #394 fixed via #395) (@smaximov)

Fixed

  • Restore the fix for #390 that was lost by an accident in 3.3.3 and 3.4.0 (@solnic)

Compare v3.4.0...v3.5.0

v3.4.0

26 Mar 08:55
v3.4.0
06ffcc0
Compare
Choose a tag to compare

Added

Compare v3.3.3...v3.4.0

v3.3.3

26 Mar 08:55
v3.3.3
60aa0d3
Compare
Choose a tag to compare

Added

  • Support for streaming composite relations (@ianks)

Compare v3.3.2...v3.3.3