Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 1.22 KB

Unreliable 0.10.0 (January 15, 2024)

Changed

  • Rails 5.0 and 5.1 compatibility removed due to bug in interaction with Arel 8. This is not a breaking change because it didn't work before. If you must run Rails < 5.2, do not use Unreliable.
  • PostgreSQL bug with SELECT DISTINCT fixed (#10).
  • Many tests added; CI dockerized; test suite runs against SQLite, PostgreSQL, and MySQL (#3).

Unreliable 0.9.1 (November 21, 2022)

Changed

  • Improve efficiency by using ActiveRecord's SchemaCache.

Unreliable 0.9.0 (November 20, 2022)

Changed

  • Minor README, gemspec, and rubocop changes.
  • More tests, including queries generated by ActiveRecord associations.
  • Don't randomize order from ar_internal_metadata.
  • When a single-table query or subquery has an existing ORDER that includes all columns of that table's primary key, this is one of the few cases where we know we don't need to randomize order, so don't bother.

Unreliable 0.1.3 (August 21, 2022)

  • README and minor gemspec changes.

Unreliable 0.1.2 (April 27, 2022)

  • README and internal dependency changes.

Unreliable 0.1.1 (March 2, 2022)

  • Internal dependency changes.

Unreliable 0.1.0 (March 1, 2022)

  • Initial release.