This release fixes an issue with importing seed records that have pre-defined primary keys (id
typically) for the purposes of being able to associate seed data between tables as well as "reset" existing records using ID matching just by re-running a seed.
This change makes all Entity fields _accessible
by default. This could theoretically have an impact on seed imports if you happened to have defined fields in your seed data that you didn't actually want to import into the database, but that seems unlikely.