Skip to content

release: v1.2.0 - #53

Merged
y-ken merged 1 commit into
masterfrom
release/v1.2.0
Jun 16, 2026
Merged

release: v1.2.0#53
y-ken merged 1 commit into
masterfrom
release/v1.2.0

Conversation

@y-ken

@y-ken y-ken commented Jun 16, 2026

Copy link
Copy Markdown
Owner

Summary

Release v1.2.0 (minor). Bumps s.version to 1.2.0 and introduces a
CHANGELOG.md that also backfills the 1.0.x / 1.1.0 history.

This consolidates everything merged since v1.1.0 into one release.

What's in 1.2.0

Added

Fixed

Documentation / CI

Versioning rationale

json_columns is a new, backward-compatible feature → MINOR bump (1.1.0 → 1.2.0).
The two fixes alone would have been a patch, but they ship together with the feature.

Post-merge release steps (maintainer)

Publishing is a manual step. After merging this PR:

git checkout master && git pull
git tag v1.2.0
git push origin v1.2.0
gem build fluent-plugin-mysql-replicator.gemspec
gem push fluent-plugin-mysql-replicator-1.2.0.gem

(Optionally create a GitHub Release for the v1.2.0 tag using the CHANGELOG entry.)

🤖 Generated with Claude Code

Bump the gem version to 1.2.0 and introduce CHANGELOG.md (covering the
1.0.x and 1.1.0 history as well).

1.2.0 is a minor release:
- Added: opt-in `json_columns` JSON column support for nested object
  indexing on both mysql_replicator and mysql_replicator_multi (#48).
- Fixed: delete detection no longer crashes ("bad value for range") or
  emits phantom deletes for non-integer / large primary keys (#42).
- Fixed: in mysql_replicator a nested sub-query now fires only for a
  SELECT template containing a ${...} placeholder (#4).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@y-ken
y-ken merged commit 0b7756f into master Jun 16, 2026
9 checks passed
@y-ken
y-ken deleted the release/v1.2.0 branch June 16, 2026 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant