Skip to content

Releases: jamis/bulk_insert

v1.9.0

10 Mar 21:17
ab5db08
Compare
Choose a tag to compare

This release mostly focus on extending the CI testing and restoring broken backward compatibility.

v1.8.2

05 Feb 22:28
8644e37
Compare
Choose a tag to compare

Replace 'type_cast_from_column' to support Rails 6.1 (#68) [@zjohl]

v1.8.1

25 May 21:27
acf46d5
Compare
Choose a tag to compare

Bugfix:

  • Worker options ignore: false and update_duplicates: false cause an error when using postgresql_adapter (#60) [@torce]

v1.8.0

19 May 20:43
22ec5b2
Compare
Choose a tag to compare
  • Abstract database-specific statements (#46) [@sobstel]
  • Allow to update duplicates on conflict in PostgreSQL (#40) [@sobstel]
  • Add CI on pull requests / merges (#38) [@mberlanda]

v1.7.0

27 Jun 14:56
Compare
Choose a tag to compare
  • Reduce requirements to allow rails 3 (#31) [Dmitry Ishkov]
  • Add backticks around "on duplicate key" columns (MySQL) (#33) [Mauro Berlanda]
  • PostgreSQL option to return primary keys (#32) [Peter Loomis]

v1.6.0

28 Sep 16:05
Compare
Choose a tag to compare
  • Support Mysql2 adapter (@varyform)
  • Add support for update_duplicates (@mstruve)
  • Add support for PostGIS, Mysql2Spatial (@knu)

v1.5.0

19 Jun 20:08
Compare
Choose a tag to compare
  • "Ignore" support for SQLite [@jfiander]
  • "Ignore" support for PostgreSQL [Mauro Berlanda]
  • add a callback for before_save [René Sprotte]

v1.4.0

11 Feb 23:52
Compare
Choose a tag to compare

This version better supports Rails 5 (thanks @bencolon!) and adds an option for ignoring errors on insert (thanks @lumine!).

v1.3.0

01 Nov 18:02
Compare
Choose a tag to compare

Adds support for an "after save" callback on the worker. (Thanks @lukeledet!)

v1.2.0

03 May 16:48
Compare
Choose a tag to compare

Fix Rails 5.0 deprecation (thanks @huacnlee!)