Skip to content

v2.0.0 (Jul 21, 2026)

Choose a tag to compare

@ryz310 ryz310 released this 21 Jul 16:53
· 105 commits to master since this release
5e27b09

This major release marks the shift to an AI-assisted (agent-driven) development workflow.
The development environment, CI/CD, and contribution guidelines were reorganized around AI
coding agents (see AGENTS.md), which is the primary reason for the major version bump.

Feature

Bugfix

  • #1276 Stop stringifying the metadata left in the Bugsnag breadcrumb (@masakiq)

Dependabot

Misc

  • #1133 Migrate CI from CircleCI to GitHub Actions (@ryz310)
  • #1134 Set up Docker-based development environment (@ryz310)
  • #1135 Update support matrix (Ruby 3.2-4.0 / Rails 7.2-8.1) (@ryz310)
  • #1136 Migrate CI coverage upload from Code Climate to Qlty (@ryz310)
  • #1137 Add Dependabot auto-merge workflow for dev patch updates (@ryz310)
  • #1142 Adjust CI triggers and SimpleCov spec filtering (@ryz310)
  • #1143 Add KPT retrospective rule and extend Dependabot dev auto-merge (@ryz310)
  • #1144 Migrate my_api from Jets to Rails 8.1 with compose-based CI integration (@ryz310)
  • #1155 Fix my_api compose build to honor Gemfile.lock (@ryz310)
  • #1156 Enable PR CI for external contributors and split release workflow (@ryz310)
  • #1157 Fix Dependabot auto-merge workflow in non-checkout context (@ryz310)
  • #1158 Consolidate Dependabot config and remove redundant rails_app files (@ryz310)
  • #1175 Adjust Dependabot auto-merge conditions for rails_app (@ryz310)
  • #1177 Add runbook for Dependabot PR auto-merge workflow (@ryz310)
  • #1178 Refine dependabot auto-merge runbook procedure (@ryz310)
  • #1179 docs: clarify Dependabot rebase retry procedure (@ryz310)
  • #1180 docs: complete README WIP sections and refine wording (@ryz310)
  • #1181 Consolidate README docs and remove README.jp.md (@ryz310)
  • #1187 Split Dependabot auto-merge logic by ecosystem (@ryz310)
  • #1308 Switch release workflow to RubyGems Trusted Publishing (@ryz310)