Skip to content

Commit

Permalink
Merge pull request #711 from jkowens/releases/v1.0.7
Browse files Browse the repository at this point in the history
Release v1.0.7
  • Loading branch information
jkowens committed Oct 15, 2020
2 parents 2d4c8cb + cc4dde8 commit d1db15e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Changes in 1.0.7

* Use @@max_allowed_packet session variable instead of querying SHOW VARIABLES. Thanks to @diclophis via \#706.
* Add option :track_validation_failures. When this is set to true, failed_instances will be an array of arrays, with each inner array having the form [:index_in_dataset, :object_with_errors]. Thanks to @rorymckinley via \#684.

### Fixes

* Prevent mass-assignment errors in Rails strict mode. Thanks to @diclophis via \##709.

## Changes in 1.0.6

### Fixes
Expand Down Expand Up @@ -283,7 +292,7 @@
Thanks to @jkowens via \#301.
* Allow for custom timestamp columns. Thanks to @mojidabckuu, @jkowens
via \#401.

### Fixes

* Fix ActiveRecord 5 issue coercing boolean values when serializing
Expand All @@ -295,7 +304,7 @@

* Fix issue where PostgreSQL cannot recognize columns if names
include mixed case characters. Thanks to @hugobgranja via \#379.
* Fix an issue for ActiveRecord 5 where serialized fields with
* Fix an issue for ActiveRecord 5 where serialized fields with
default values were not being typecast. Thanks to @whistlerbrk,
@jkowens via \#386.
* Add option :force_single_insert for MySQL to make sure a single
Expand Down
2 changes: 1 addition & 1 deletion lib/activerecord-import/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveRecord
module Import
VERSION = "1.0.6".freeze
VERSION = "1.0.7".freeze
end
end

0 comments on commit d1db15e

Please sign in to comment.