Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Bump mysql-replication from 0.43 to 0.44.0 #170

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps mysql-replication from 0.43 to 0.44.0.

Changelog

Sourced from mysql-replication's changelog.

0.44.0 12/09/2023

  • Add MariadbAnnotateRowsEvent
  • Add RandEvent
  • Add MariadbStartEncryptionEvent
  • Add RowsQueryLogEvent
  • Add MariadbBinLogCheckPointEvent
  • Add PreviousGtidsEvent
  • Add UserVarEvent
  • Fix Bug increase history list length and snapshot : Mysql 8.0 version connection was being created along with the opening of a transaction. This led to a problem with looking at the snapshot before creating the table
  • Fix Avoid UnicodeDecodeError for non-utf8 QueryEvents
  • Enhance Data Integrity with Binlog Event Checksum Verification
  • Fix Bug table map event read null_bitmask packet
  • Fix Timestamp conversion to return UTC instead of local timezone
  • Optimize Handler_read_rnd by removing ORDER BY clause
Commits
  • ab0e20e Release 0.44
  • 5e2d422 0.44.0 Change log (#472)
  • c977dd8 Fix GitHub Actions Failure by Updating Test Code for PreviousGtidsEvent (#468)
  • 19fe16c Merge branch '23-OSSCA-python-mysql-replication-feature/previous-gtid-event'
  • ee4df93 Merge branch 'feature/previous-gtid-event' of github.com:23-OSSCA-python-mysq...
  • 460a702 Merge branch '23-OSSCA-python-mysql-replication-feat/footer-crc32'
  • edd4ff6 docs: modify docstrings in event.py (#464)
  • c2364bb Avoid UnicodeDecodeError for non-utf8 QueryEvents (#465)
  • 73e2eeb Developed UserVarEvent and Added Statement-Based Logging Test (#466)
  • c09ef8c fix typo of mariadb binlog checkpoint (#459)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mysql-replication](https://github.com/julien-duponchelle/python-mysql-replication) from 0.43 to 0.44.0.
- [Changelog](https://github.com/julien-duponchelle/python-mysql-replication/blob/main/CHANGELOG)
- [Commits](julien-duponchelle/python-mysql-replication@0.43.0...0.44.0)

---
updated-dependencies:
- dependency-name: mysql-replication
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 18, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

Superseded by #172.

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/pip/mysql-replication-0.44.0 branch October 2, 2023 22:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants