·
3 commits
to main
since this release
What's Changed
- fix: pass --all-targets to cargo clippy and check in Makefile by @ren-yamanashi in #78
- ci: clean up release titles and populate notes for the umbrella release by @ren-yamanashi in #79
- refactor: move mysql-handler into a same-named subdirectory by @ren-yamanashi in #80
- docs: audit handler/handlerton bind coverage by @ren-yamanashi in #82
- docs: audit handler/handlerton bind coverage with deferred status by @ren-yamanashi in #83
- feat: bind store_lock to the engine trait by @ren-yamanashi in #84
- feat: bind recover_prepared_in_tc to the handlerton trait by @ren-yamanashi in #85
- feat: bind handlerton recover via XaRecoverCollector by @ren-yamanashi in #86
- feat: wire push_to_engine through the handlerton by @ren-yamanashi in #87
- feat: bind get_cost_constants via CostConstants by @ren-yamanashi in #88
- feat: bind get_table_statistics via TableStatistics by @ren-yamanashi in #89
- feat: wire get_index_column_cardinality through the handlerton by @ren-yamanashi in #90
- feat: bind get_tablespace_statistics via TablespaceStatistics by @ren-yamanashi in #91
- ci: gate rustdoc warnings and enable Dependabot by @ren-yamanashi in #92
- ci(deps): bump the github-actions group with 3 updates by @dependabot[bot] in #94
- build(deps): bump bindgen from 0.71.1 to 0.72.1 in the cargo group by @dependabot[bot] in #93
- chore: release v0.2.0 by @github-actions[bot] in #81
New Contributors
- @dependabot[bot] made their first contribution in #94
Full Changelog: mysql-handler-v0.1.1...mysql-handler-v0.2.0