Releases: kufu/activerecord-bitemporal
Releases · kufu/activerecord-bitemporal
7.0.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- Bump ruby/setup-ruby from 1.265.0 to 1.267.0 by @dependabot[bot] in #225
- Bump codespell-project/actions-codespell from 2.1 to 2.2 by @dependabot[bot] in #226
- Bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #227
- Bump ruby/setup-ruby from 1.267.0 to 1.268.0 by @dependabot[bot] in #228
- Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #229
- Drop support Rails 7.0 by @krororo in #230
- Update reviewers by @kymmt90 in #231
- Update release GitHub Action by @krororo in #232
- Bump ruby/setup-ruby from 1.268.0 to 1.278.0 by @dependabot[bot] in #234
- Add Ruby 4.0 in CI by @krororo in #236
- Fix finder methods ordering on Rails 8.0+ by @sumyapp in #237
- Randomize test execution order by @kymmt90 in #239
- Bump ruby/setup-ruby from 1.278.0 to 1.286.0 by @dependabot[bot] in #241
- Bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #242
- Manage development dependencies in gemfiles by @kymmt90 in #240
- Bump ruby/setup-ruby from 1.286.0 to 1.288.0 by @dependabot[bot] in #244
- Localize patch for AR::Relation#primary_key in Rails 8.0+ by @kymmt90 in #243
- Bump up version to v7.0.0 by @kymmt90 in #246
New Contributors
Full Changelog: v6.1.0...v7.0.0
6.1.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- Bump ruby/setup-ruby from 1.244.0 to 1.245.0 by @dependabot[bot] in #206
- Improve ValidDatetimeRangeError message with better grammar and context by @krororo in #207
- Add explicit activesupport dependency by @krororo in #208
- Using Trusted Publishing for RubyGems.org. by @mkmn in #209
- Delay execution of ActiveRecord::Base-related processing by @willnet in #189
- Bump ruby/setup-ruby from 1.245.0 to 1.247.0 by @dependabot[bot] in #210
- Bump ruby/setup-ruby from 1.247.0 to 1.253.0 by @dependabot[bot] in #212
- Setup RuboCop by @krororo in #211
- Bump ruby/setup-ruby from 1.247.0 to 1.254.0 by @dependabot[bot] in #213
- Bump ruby/setup-ruby from 1.254.0 to 1.255.0 by @dependabot[bot] in #214
- Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #215
- Support GlobalID integration by @krororo in #176
- Bump ruby/setup-ruby from 1.255.0 to 1.257.0 by @dependabot[bot] in #218
- Configure dependabot cooldown period to 3 days by @krororo in #219
- Bump ruby/setup-ruby from 1.257.0 to 1.263.0 by @dependabot[bot] in #221
- Add CodeSpell workflow for spell checking in pull requests by @ydah in #220
- Update gemspec files to avoid using git by @krororo in #222
- Bump ruby/setup-ruby from 1.263.0 to 1.265.0 by @dependabot[bot] in #223
- Bump up version to v6.1.0 by @krororo in #224
New Contributors
Full Changelog: v6.0.0...v6.1.0
6.0.0
What's Changed
- Add a note to the README that PostgreSQL is required to run the tests. by @willnet in #188
- Add Ruby 3.4 and remove Ruby 3.0 in CI by @krororo in #185
- CI against Rails 7.2 by @mkmn in #164
- Prevent where clauses from ignored by
ignore_valid_datetimeby @wata727 in #190 - Remove specs for Rails 5.x by @wata727 in #191
- Drop support Rails 6.1 by @krororo in #192
- Update auto assgin member by @krororo in #193
- Pin GitHub Actions dependencies to specific commit hashes by @krororo in #194
- Bump ruby/setup-ruby from 1.227.0 to 1.229.0 by @dependabot in #195
- Bump ruby/setup-ruby from 1.229.0 to 1.233.0 by @dependabot in #197
- Bump ruby/setup-ruby from 1.233.0 to 1.235.0 by @dependabot in #198
- Bump ruby/setup-ruby from 1.235.0 to 1.237.0 by @dependabot in #199
- Bump ruby/setup-ruby from 1.237.0 to 1.238.0 by @dependabot in #201
- Bump ruby/setup-ruby from 1.238.0 to 1.242.0 by @dependabot in #202
- Bump ruby/setup-ruby from 1.242.0 to 1.244.0 by @dependabot in #203
- Support custom column names for valid time in .bitemporalize by @kumaie-shr in #200
- Update auto assgin member by @kumaie-shr in #204
- Bump up version to v6.0.0 by @kumaie-shr in #205
New Contributors
- @willnet made their first contribution in #188
- @kumaie-shr made their first contribution in #200
Full Changelog: v5.3.0...v6.0.0
5.3.0
What's Changed
- Add specs under specific conditions by @wata727 in #171
- Add Dependabot for GitHub Actions by @krororo in #174
- Bump actions/checkout from 3 to 4 by @dependabot in #175
- Replace
defaultoverrides fromload_schema!toattributeby @krororo in #172 - Replace CircleCI with GitHub Actions by @krororo in #177
- Update README as
within_deletedandwithout_deletedare deprecated by @krororo in #178 Ornode changed toNaryin Rails 7.2 by @krororo in #173- Fix typo by @hypermkt in #181
- Fix #force_update block comment by @hypermkt in #183
- Support Docker Compose V2 by @krororo in #186
- Exclude record valid range end in uniqueness validation by @wata727 in #184
- Bump up version to v5.3.0 by @wata727 in #187
New Contributors
Full Changelog: v5.2.0...v5.3.0
5.2.0
5.1.0
5.0.1
What's Changed
- Fix a typo by @cafedomancer in #157
- Remove unused
without_ignoreoption by @wata727 in #160 - update auto assign by @QWYNG in #161
- Remove unneeded unscope values by @wata727 in #159
- Bump up version to v5.0.1 by @wata727 in #163
New Contributors
- @cafedomancer made their first contribution in #157
Full Changelog: v5.0.0...v5.0.1
5.0.0
What's Changed
- Don't use appraisal in CI by @krororo in #145
- Support date type of valid time by @krororo in #149
- CI against Ruby 3.2, 3.3, Drop Ruby 2.7 and Rails 6.0 by @krororo in #150
- Add support Rails 7.1 by @osyo-manga in #151
- Add Persistence#bitemporal_at and ActiveRecord::Bitemporal.bitemporal_at by @wata727 in #152
- Remove code for Active Record 6.0 by @krororo in #153
- Fix deleted time order between associations by @wata727 in #154
- Bump up version to v5.0.0 by @wata727 in #155
Full Changelog: v4.3.0...v5.0.0
4.3.0
4.2.0
What's Changed
- Fix for RSpec deprecated warning by @osyo-manga in #132
- Add some files to .gitignore by @krororo in #134
- Allow passing operated_at to destroy by @wata727 in #138
- Change not to create history when destroying with
force_updateby @wata727 in #135 - Raise ValidDatetimeRangeError instead of RecordInvalid in _update_row by @wata727 in #136
- Bump up version to v4.2.0 by @wata727 in #141
Full Changelog: v4.1.0...v4.2.0