Release 8.0.0#225
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 8.0.0.
Major bump because the minimum Ruby is raised and EOL runtimes are dropped.
Breaking changes
Features
:on_duplicate_key_update— upsert without adelete_allworkaround (Ability to update or create based on id column being present #187, Support updating records by id via :on_duplicate_key_update (#187) #220).Fixes
batch_slice_columnsnow composes when called more than once: successive calls progressively narrow the column set instead of corrupting values (Calling batch_slice_columns multiple times results in unexpected behavior #186, fix: compose successive batch_slice_columns calls (#186) #223).ActiveAdminImport::Exception(blank column header at column N) instead of crashing withundefined method 'underscore' for nil(Error if csv file consists empty columns #197, fix: raise a clear error on blank CSV column headers (#197) #224).Internal / docs
--skip-javascriptto stay compatible with Rails 8.1 (CI: drop EOL Ruby 3.2 / Rails 7.1, cover Ruby 4.0 and Rails 8.1 #221).This PR only bumps the version to 8.0.0. Tag
v8.0.0, the GitHub release and the RubyGems publish follow once merged.