Changelog
*Sourced from [activerecord-import's changelog](https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md).*
> ## Changes in 0.28.1
>
> ### Fixes
>
> * Fix issue where ActiveRecord presence validations were being mutated.
> Limited custom presence validation to bulk imports.
>
> ## Changes in 0.28.0
>
> ### New Features
>
> * Allow updated timestamps to be manually set.Thanks to [**Rob117**](https://github.com/Rob117), [**jkowens**](https://github.com/jkowens) via \[#570](https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/570).
>
> ### Fixes
>
> * Fix validating presence of belongs_to associations. Existence
> of the parent record is not validated, but the foreign key field
> cannot be empty. Thanks to [**Rob117**](https://github.com/Rob117), [**jkowens**](https://github.com/jkowens) via \[#575](https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/575).
Commits
- [`3e7cd50`](https://github.com/zdennis/activerecord-import/commit/3e7cd50eac766c09fb8b1ff5f372459248ae2bd1) Refactor ActiveRecord::Import::Validator
- [`4b61c20`](https://github.com/zdennis/activerecord-import/commit/4b61c2065c6fbae2e9c488e754a8ba670c01536f) Update changelog for v0.28.1
- [`be3acde`](https://github.com/zdennis/activerecord-import/commit/be3acdeac95c475b6362380dd4ed93f8e39a31c2) Bumping version to 0.28.1
- [`d06f2f9`](https://github.com/zdennis/activerecord-import/commit/d06f2f950883d7ad27efebda650778311339d1f6) Prevent model validations from being mutated
- [`4ebfd7d`](https://github.com/zdennis/activerecord-import/commit/4ebfd7df6823b3f5604533e3d1ddd1d85fde892f) Merge pull request [#576](https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/576) from jkowens/releases/v0.28.0
- [`821e8b4`](https://github.com/zdennis/activerecord-import/commit/821e8b4072650f08c37a942c56142a1339c403bd) Bumping version to 0.28.0
- [`e7d8f38`](https://github.com/zdennis/activerecord-import/commit/e7d8f3813589da551d06b691a97284ca3037cd85) Update changelog for v0.28.0
- [`e1b8621`](https://github.com/zdennis/activerecord-import/commit/e1b86213a6a832e30f3a7a3b4ddac0b427b8a934) Merge pull request [#575](https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/575) from jkowens/fix-571
- [`2792865`](https://github.com/zdennis/activerecord-import/commit/27928653b2b7efba422f2d687223e0797a28e42e) Fix validating presence of belongs_to associations
- [`484a212`](https://github.com/zdennis/activerecord-import/commit/484a2129d7849daeb6413baf47cab735f4a6e2dd) Merge pull request [#572](https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/572) from oniofchaos/readme-returns
- Additional commits viewable in [compare view](https://github.com/zdennis/activerecord-import/compare/v0.27.0...v0.28.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps activerecord-import from 0.27.0 to 0.28.1.
Changelog
*Sourced from [activerecord-import's changelog](https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md).* > ## Changes in 0.28.1 > > ### Fixes > > * Fix issue where ActiveRecord presence validations were being mutated. > Limited custom presence validation to bulk imports. > > ## Changes in 0.28.0 > > ### New Features > > * Allow updated timestamps to be manually set.Thanks to [**Rob117**](https://github.com/Rob117), [**jkowens**](https://github.com/jkowens) via \[#570](https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/570). > > ### Fixes > > * Fix validating presence of belongs_to associations. Existence > of the parent record is not validated, but the foreign key field > cannot be empty. Thanks to [**Rob117**](https://github.com/Rob117), [**jkowens**](https://github.com/jkowens) via \[#575](https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/575).Commits
- [`3e7cd50`](https://github.com/zdennis/activerecord-import/commit/3e7cd50eac766c09fb8b1ff5f372459248ae2bd1) Refactor ActiveRecord::Import::Validator - [`4b61c20`](https://github.com/zdennis/activerecord-import/commit/4b61c2065c6fbae2e9c488e754a8ba670c01536f) Update changelog for v0.28.1 - [`be3acde`](https://github.com/zdennis/activerecord-import/commit/be3acdeac95c475b6362380dd4ed93f8e39a31c2) Bumping version to 0.28.1 - [`d06f2f9`](https://github.com/zdennis/activerecord-import/commit/d06f2f950883d7ad27efebda650778311339d1f6) Prevent model validations from being mutated - [`4ebfd7d`](https://github.com/zdennis/activerecord-import/commit/4ebfd7df6823b3f5604533e3d1ddd1d85fde892f) Merge pull request [#576](https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/576) from jkowens/releases/v0.28.0 - [`821e8b4`](https://github.com/zdennis/activerecord-import/commit/821e8b4072650f08c37a942c56142a1339c403bd) Bumping version to 0.28.0 - [`e7d8f38`](https://github.com/zdennis/activerecord-import/commit/e7d8f3813589da551d06b691a97284ca3037cd85) Update changelog for v0.28.0 - [`e1b8621`](https://github.com/zdennis/activerecord-import/commit/e1b86213a6a832e30f3a7a3b4ddac0b427b8a934) Merge pull request [#575](https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/575) from jkowens/fix-571 - [`2792865`](https://github.com/zdennis/activerecord-import/commit/27928653b2b7efba422f2d687223e0797a28e42e) Fix validating presence of belongs_to associations - [`484a212`](https://github.com/zdennis/activerecord-import/commit/484a2129d7849daeb6413baf47cab735f4a6e2dd) Merge pull request [#572](https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/572) from oniofchaos/readme-returns - Additional commits viewable in [compare view](https://github.com/zdennis/activerecord-import/compare/v0.27.0...v0.28.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.