release86
What's Changed
- Fix links further by @CloCkWeRX in #4601
- Refactor Activity model to remove Elasticsearch integration by @CloCkWeRX in #4576
- Remove deprecated config.read_encrypted_secrets by @CloCkWeRX in #4603
- Bump rubocop-capybara from 2.22.1 to 2.23.0 by @dependabot[bot] in #4605
- Bump axe-core-rspec from 4.11.2 to 4.11.3 by @dependabot[bot] in #4606
- Associate post with crop from crop show page by @CloCkWeRX in #4610
- Fix seeds_count to correctly reference size by @CloCkWeRX in #4611
- Fix crash during CSV export of harvests and seeds by @CloCkWeRX in #4609
- Fix ArgumentError in Crops CSV export by @CloCkWeRX in #4612
- Fix crops csv export 11894001552728801282 by @CloCkWeRX in #4613
- Add Harvest Reminder Emails and Scheduled Task by @CloCkWeRX in #4604
- Namespaces no longer supported in sidekiq by @CloCkWeRX in #4615
- Update to Ruby 3.4.9 by @CloCkWeRX in #4614
- Update rubocop_todo.yml by @CloCkWeRX in #4616
- Upgrade ERB by @CloCkWeRX in #4617
- Memoize unread messages count by @CloCkWeRX in #4575
- Prompt for updated planting rating when harvesting by @CloCkWeRX in #4608
- Improve read performance with caching and memoization by @CloCkWeRX in #4572
- Replace Sidekiq with Solid Queue by @CloCkWeRX in #4619
- Add crops search API endpoint by @CloCkWeRX in #4622
- Revert "Replace Sidekiq with Solid Queue" by @CloCkWeRX in #4620
- Bump ip-address from 10.1.0 to 10.2.0 by @dependabot[bot] in #4623
- Bump fast-uri from 3.1.0 to 3.1.2 by @dependabot[bot] in #4626
- Bump friendly_id from 5.6.0 to 5.7.0 by @dependabot[bot] in #4625
- Bump aws-sdk-s3 from 1.220.0 to 1.221.0 by @dependabot[bot] in #4624
- Allow collaborators to remove themselves from gardens by @CloCkWeRX in #4630
- Bump devise from 5.0.3 to 5.0.4 by @dependabot[bot] in #4629
- Bump rubocop-rails from 2.34.3 to 2.35.0 by @dependabot[bot] in #4628
- Add Wikidata climate attributes and integration to gardens by @CloCkWeRX in #4627
- Bump selenium-webdriver from 4.43.0 to 4.44.0 by @dependabot[bot] in #4631
- Bump systeminformation from 5.31.5 to 5.31.6 by @dependabot[bot] in #4632
- Render garden creation flash prompt as HTML by @CloCkWeRX in #4633
- Bump aws-sdk-s3 from 1.221.0 to 1.222.0 by @dependabot[bot] in #4636
- Bump rubocop from 1.86.1 to 1.86.2 by @dependabot[bot] in #4634
- Bump icalendar from 2.12.2 to 2.12.3 by @dependabot[bot] in #4635
- Bump faraday from 2.14.1 to 2.14.2 by @dependabot[bot] in #4641
- Bump oj from 3.17.0 to 3.17.1 by @dependabot[bot] in #4640
- Bump rubocop-rails from 2.35.0 to 2.35.1 by @dependabot[bot] in #4642
- Bump rubocop-rails from 2.35.1 to 2.35.2 by @dependabot[bot] in #4643
- Bump dalli from 5.0.2 to 5.0.4 by @dependabot[bot] in #4639
- Bump aws-sdk-s3 from 1.222.0 to 1.224.0 by @dependabot[bot] in #4645
- Bump bullet from 8.1.1 to 8.1.2 by @dependabot[bot] in #4646
- Bump puma from 8.0.1 to 8.0.2 by @dependabot[bot] in #4649
- Bump rubocop-rails from 2.35.2 to 2.35.3 by @dependabot[bot] in #4648
- Bump dalli from 5.0.4 to 5.0.5 by @dependabot[bot] in #4647
- Bump msgpack from 1.8.0 to 1.8.1 by @dependabot[bot] in #4650
- Bump oj from 3.17.1 to 3.17.3 by @dependabot[bot] in #4655
- Bump bullet from 8.1.2 to 8.1.3 by @dependabot[bot] in #4654
- Bump aws-sdk-s3 from 1.224.0 to 1.225.0 by @dependabot[bot] in #4653
- Bump rubocop from 1.86.2 to 1.87.0 by @dependabot[bot] in #4652
- Bump discard from 1.4.0 to 2.0.0 by @dependabot[bot] in #4651
- Bump rubocop-rails from 2.35.3 to 2.35.4 by @dependabot[bot] in #4658
- Bump rubocop-rspec from 3.9.0 to 3.10.2 by @dependabot[bot] in #4657
- Bump rubocop from 1.87.0 to 1.88.0 by @dependabot[bot] in #4663
- Bump selenium-webdriver from 4.44.0 to 4.45.0 by @dependabot[bot] in #4662
- Bump aws-sdk-s3 from 1.225.0 to 1.225.1 by @dependabot[bot] in #4661
- Bump msgpack from 1.8.1 to 1.8.3 by @dependabot[bot] in #4660
- Bump aws-sdk-s3 from 1.225.1 to 1.226.0 by @dependabot[bot] in #4666
- Bump js-yaml from 4.1.1 to 4.2.0 by @dependabot[bot] in #4664
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in #4667
- Bump faraday from 2.14.2 to 2.14.3 by @dependabot[bot] in #4665
- Bump rubocop-rails from 2.35.4 to 2.35.5 by @dependabot[bot] in #4668
- Bump rubocop-capybara from 2.23.0 to 3.0.0 by @dependabot[bot] in #4669
- Bump haml_lint from 0.73.0 to 0.74.0 by @dependabot[bot] in #4670
- Upgrade to Rails 8.0 by @CloCkWeRX in #4621
Full Changelog: release85...release86