Skip to content

Releases: seuros/activerecord-postgis

activerecord-postgis: v0.5.1

06 Nov 13:47
a59b08a

Choose a tag to compare

0.5.1 (2025-11-06)

Bug Fixes

  • skip-spatial-ref-system-truncate (#15) (efe3233)

activerecord-postgis: v0.5.0

22 Oct 04:11
0a22937

Choose a tag to compare

0.5.0 (2025-10-22)

Features

  • update to Rails 8.1.0 stable (ae37109)
  • update to Rails 8.1.0 stable (931595d)

activerecord-postgis: v0.4.0

05 Sep 07:41
aaf502e

Choose a tag to compare

0.4.0 (2025-09-05)

Features

activerecord-postgis: v0.3.1

21 Jul 09:42
0a87e3f

Choose a tag to compare

0.3.1 (2025-07-21)

Bug Fixes

  • correct version file path in release-please config (ae3b8ee)

activerecord-postgis: v0.3.0

21 Jul 09:14
51b43be

Choose a tag to compare

0.3.0 (2025-07-21)

Features

  • add advanced Arel spatial functions and documentation (9ed58af)
  • Add K-Nearest Neighbor (<->) operator for blazing fast spatial searches (6c7b1d9)

Bug Fixes

  • add test helper (ac60c3b)
  • handle empty sql_type in joins gracefully with explicit fallback (1a7ffa7)
  • install GEOS library in CI for RGeo spatial predicates (#4) (de5945f)
  • use consistent require style for test_helper in all test files (a8f7472)

activerecord-postgis: v0.2.0

30 May 21:51
1883b30

Choose a tag to compare

0.2.0 (2025-05-30)

Features

  • add geographic option to geometry types and initialize release workflow (24661f0)
  • fix queries and import tests (0127091)