{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":7083242,"defaultBranch":"master","name":"mysql","ownerLogin":"go-sql-driver","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-12-09T20:33:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3002971?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1721362839.0","currentOid":""},"activityList":{"items":[{"before":"c7276ee51ed3f9eeb720ab003e24f80303a7ce08","after":"2f1527670cb7207fd213f92c7120f9387fe256cf","ref":"refs/heads/master","pushedAt":"2024-08-05T05:31:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"chore: fix comment (#1620)","shortMessageHtmlLink":"chore: fix comment (#1620)"}},{"before":"44553d64bcde78a5b58cb133a5cc708281c333e0","after":"c7276ee51ed3f9eeb720ab003e24f80303a7ce08","ref":"refs/heads/master","pushedAt":"2024-08-04T07:52:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shogo82148","name":"ICHINOSE Shogo","path":"/shogo82148","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1157344?s=80&v=4"},"commit":{"message":"Check mysqlConnector.canceled.Value when failed to TLS handshake (#1615)\n\n### Description\r\nCheck if the context is canceled when failed to TLS handshake.\r\n\r\nfix: #1614\r\n\r\n### Checklist\r\n- [x] Code compiles correctly\r\n- [x] Created tests which fail without the change (if possible)\r\n- [x] All tests passing\r\n- [x] Extended the README / documentation, if necessary\r\n- [x] Added myself / the copyright holder to the AUTHORS file\r\n\r\n\r\n\r\n\r\n## Summary by CodeRabbit\r\n\r\n- **New Features**\r\n- Added Nao Yokotsuka to the contributors list for improved project\r\ndocumentation.\r\n \r\n- **Bug Fixes**\r\n- Enhanced error handling in the TLS handshake process to better manage\r\ncancellation requests, improving connection responsiveness.\r\n\r\n","shortMessageHtmlLink":"Check mysqlConnector.canceled.Value when failed to TLS handshake (#1615)"}},{"before":"f6a18cf1ac3e6bc282f72874a3742469a99e5762","after":"44553d64bcde78a5b58cb133a5cc708281c333e0","ref":"refs/heads/master","pushedAt":"2024-07-24T02:45:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"doc: clarify connection close behavior of context (#1606)\n\nUpdates the README to make it clear that `go-sql-driver/mysql` closes\r\nthe current connection if the `context.Context` provided to\r\n`ExecContext`, `SelectContext`, etc. is cancelled or times out prior to\r\nthe query returning.","shortMessageHtmlLink":"doc: clarify connection close behavior of context (#1606)"}},{"before":"ab0a7d73a1936afd4badd15ff083e952d21536f1","after":null,"ref":"refs/heads/bump-mysql-for-testing","pushedAt":"2024-07-19T04:20:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"shogo82148","name":"ICHINOSE Shogo","path":"/shogo82148","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1157344?s=80&v=4"}},{"before":"9c20169374dba4e362a065b8d7183864ee076212","after":"f6a18cf1ac3e6bc282f72874a3742469a99e5762","ref":"refs/heads/master","pushedAt":"2024-07-19T04:20:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shogo82148","name":"ICHINOSE Shogo","path":"/shogo82148","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1157344?s=80&v=4"},"commit":{"message":"MySQL 9.0 and MariaDB 11.4 are released (#1610)","shortMessageHtmlLink":"MySQL 9.0 and MariaDB 11.4 are released (#1610)"}},{"before":"3484db1f68a7b493faffc08c1897360fdd7a67f9","after":"9c20169374dba4e362a065b8d7183864ee076212","ref":"refs/heads/master","pushedAt":"2024-07-19T04:02:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"Add support for new VECTOR type (#1609)\n\nMySQL 9.0.0 added support for the VECTOR type. This adds basic support\r\nso it can be handled at the protocol level.\r\n\r\nSee also\r\nhttps://dev.mysql.com/doc/dev/mysql-server/latest/field__types_8h.html","shortMessageHtmlLink":"Add support for new VECTOR type (#1609)"}},{"before":null,"after":"ab0a7d73a1936afd4badd15ff083e952d21536f1","ref":"refs/heads/bump-mysql-for-testing","pushedAt":"2024-07-18T16:19:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shogo82148","name":"ICHINOSE Shogo","path":"/shogo82148","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1157344?s=80&v=4"},"commit":{"message":"MySQL 9.0 and MariaDB 11.4 are released\n\nMySQL 8.3 and MariaDB 11.3 end their life.","shortMessageHtmlLink":"MySQL 9.0 and MariaDB 11.4 are released"}},{"before":"52c1917d99904701db2b0e4f14baffa948009cd7","after":"3484db1f68a7b493faffc08c1897360fdd7a67f9","ref":"refs/heads/master","pushedAt":"2024-06-28T23:36:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"improve error handling in writePacket (#1601)\n\n* handle error before success case.\r\n* return io.ErrShortWrite if not all bytes were written but err is nil.\r\n* return err instead of ErrInvalidConn.","shortMessageHtmlLink":"improve error handling in writePacket (#1601)"}},{"before":null,"after":"028f718beda6237457210ecb519067bd0cd08670","ref":"refs/heads/ErrShortWrite","pushedAt":"2024-06-16T04:25:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"fix tests","shortMessageHtmlLink":"fix tests"}},{"before":"2f69712cd480487ecb7e513b2fe1e0e7fe138767","after":"52c1917d99904701db2b0e4f14baffa948009cd7","ref":"refs/heads/master","pushedAt":"2024-06-16T01:20:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"remove unnecessary logs (#1599)\n\nLogging ErrInvalidConn when the connection already closed doesn't\r\nprovide any help to users.\r\n\r\nAdditonally, database/sql now uses Validator() to check connection\r\nliveness before calling query methods.\r\nSo stop using `mc.log(ErrInvalidConn)` idiom.\r\n\r\nThis PR includes some cleanup and documentation relating to\r\n`mc.markBadConn()`.","shortMessageHtmlLink":"remove unnecessary logs (#1599)"}},{"before":"87443b94dfd43b6cab62182a30c0e7d9759bc18d","after":"2f69712cd480487ecb7e513b2fe1e0e7fe138767","ref":"refs/heads/master","pushedAt":"2024-06-16T01:18:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"fix unnecesssary allocation in infile.go (#1600)","shortMessageHtmlLink":"fix unnecesssary allocation in infile.go (#1600)"}},{"before":"9b8d28eff68e1b0dec9d45e9868796e7f7a9af49","after":"87443b94dfd43b6cab62182a30c0e7d9759bc18d","ref":"refs/heads/master","pushedAt":"2024-06-14T04:51:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"small code cleanup (#1598)\n\n* Go programmers familier with `if err != nil {}` than `if err == nil {}`.\r\n* Update some URLs about MySQL client/server protocol.","shortMessageHtmlLink":"small code cleanup (#1598)"}},{"before":"b45a6fc53bcd4c8e3617fe27aa17e1809deea145","after":"a3323c059a7c293bca3424a5bc4ed123a34e2995","ref":"refs/heads/1.8","pushedAt":"2024-06-13T14:35:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"fix missing skip test when no DB is available (#1597)\n\nFix `go test` fails when no DB is set up.\r\n\r\n(cherry picked from commit 9b8d28eff68e1b0dec9d45e9868796e7f7a9af49)","shortMessageHtmlLink":"fix missing skip test when no DB is available (#1597)"}},{"before":"62847f65443b060c23a0f2c3cd20b273d686d46f","after":"b45a6fc53bcd4c8e3617fe27aa17e1809deea145","ref":"refs/heads/1.8","pushedAt":"2024-06-13T14:35:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"fix some write error handling (#1596)\n\ninterpolateParams() returned ErrInvalidConn without closing the connection.\r\n\r\nSince database/sql doesn't understand ErrInvalidConn, there is a risk\r\nthat database/sql reuse this connection and ErrInvalidConn is returned\r\nrepeatedly.\r\n\r\nThis PR is backport of #1595.","shortMessageHtmlLink":"fix some write error handling (#1596)"}},{"before":"4395c45fd098a81c5251667cda111f94c693ab14","after":"62847f65443b060c23a0f2c3cd20b273d686d46f","ref":"refs/heads/1.8","pushedAt":"2024-06-11T14:02:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"log: add \"filename:line\" prefix by ourself (#1593)\n\ngo-sql-driver/mysql#1563 broke the filename:lineno prefix in the log\r\nmessage by introducing a helper function.\r\nThis commit adds the \"filename:line\" prefix in the helper function\r\ninstead of log.Lshortfile option to show correct filename:lineno.\r\n\r\n(cherry picked from commit 2f7015e5c48d361a7dd188c01ae95379c7b9f6f9)","shortMessageHtmlLink":"log: add \"filename:line\" prefix by ourself (#1593)"}},{"before":"05325d8c2d8a3f5469086f2fd15552cc7960926c","after":"9b8d28eff68e1b0dec9d45e9868796e7f7a9af49","ref":"refs/heads/master","pushedAt":"2024-06-11T13:49:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"fix missing skip test when no DB is available (#1594)\n\nFix `go test` fails when no DB is set up.","shortMessageHtmlLink":"fix missing skip test when no DB is available (#1594)"}},{"before":"2f7015e5c48d361a7dd188c01ae95379c7b9f6f9","after":"05325d8c2d8a3f5469086f2fd15552cc7960926c","ref":"refs/heads/master","pushedAt":"2024-06-11T13:34:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"fix some write error handling (#1595)\n\ninterpolateParams() returned ErrInvalidConn without closing the connection.\r\nSince database/sql doesn't understand ErrInvalidConn, there is a risk\r\nthat database/sql reuse this connection and ErrInvalidConn is returned\r\nrepeatedly.","shortMessageHtmlLink":"fix some write error handling (#1595)"}},{"before":"af8d7931954ec21a96df9610a99c09c2887f2ee7","after":"2f7015e5c48d361a7dd188c01ae95379c7b9f6f9","ref":"refs/heads/master","pushedAt":"2024-06-04T10:12:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"log: add \"filename:line\" prefix by ourself (#1589)\n\ngo-sql-driver/mysql#1563 broke the filename:lineno prefix in the log\r\nmessage by introducing a helper function.\r\nThis commit adds the \"filename:line\" prefix in the helper function\r\ninstead of log.Lshortfile option to show correct filename:lineno.","shortMessageHtmlLink":"log: add \"filename:line\" prefix by ourself (#1589)"}},{"before":"7939f5923ddca00fbfcaba7ab72eca484d5f9060","after":"af8d7931954ec21a96df9610a99c09c2887f2ee7","ref":"refs/heads/master","pushedAt":"2024-04-30T13:27:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"unify short name for mysqlConn in connection_test (#1581)","shortMessageHtmlLink":"unify short name for mysqlConn in connection_test (#1581)"}},{"before":"8d421d9c69403dbea52832f311b6d49cff004dbd","after":"7939f5923ddca00fbfcaba7ab72eca484d5f9060","ref":"refs/heads/master","pushedAt":"2024-04-30T13:26:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"update URL for protocol docs (#1580)","shortMessageHtmlLink":"update URL for protocol docs (#1580)"}},{"before":"d7ddb8b9e324830b1ede89c5fea090c824497c51","after":"8d421d9c69403dbea52832f311b6d49cff004dbd","ref":"refs/heads/master","pushedAt":"2024-04-30T02:54:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shogo82148","name":"ICHINOSE Shogo","path":"/shogo82148","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1157344?s=80&v=4"},"commit":{"message":"update changelog for releasing v1.8.1 (#1576) (#1577)\n\ncherry pick of\r\nhttps://github.com/shogo82148/mysql/commit/476df92ad2293daaba19414bd1495c1b2b6c0bad\r\n\r\n\r\n\r\n## Summary by CodeRabbit\r\n\r\n- **Bug Fixes**\r\n\t- Addressed race conditions when the context is canceled.\r\n- **New Features**\r\n\t- Enhanced database connection with charset and collation settings.\r\n\t- Improved path escaping in database names.\r\n\t- Dropped support for Go versions 1.13-17.\r\n\t- Implemented parsing numbers over text protocol.\r\n\t- Introduced new configuration options for advanced usage.\r\n- **Enhancements**\r\n\t- Made logger configurable per connection.\r\n- Fixed handling of `mediumint unsigned` in\r\n`ColumnType.DatabaseTypeName`.\r\n\t- Added connection attributes for more detailed connection information.\r\n\r\n","shortMessageHtmlLink":"update changelog for releasing v1.8.1 (#1576) (#1577)"}},{"before":"7eeaba63c539337ee3c37d40164a0b69606f5a37","after":"4395c45fd098a81c5251667cda111f94c693ab14","ref":"refs/heads/1.8","pushedAt":"2024-03-26T14:34:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shogo82148","name":"ICHINOSE Shogo","path":"/shogo82148","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1157344?s=80&v=4"},"commit":{"message":"update changelog for releasing v1.8.1 (#1576)\n\n### Description\r\n\r\nhttps://github.com/go-sql-driver/mysql/issues/1559 and\r\nhttps://github.com/go-sql-driver/mysql/issues/1567 are fixed.\r\nLet's release a new version v1.8.1.\r\n\r\n### Checklist\r\n- [x] Code compiles correctly\r\n- [x] Created tests which fail without the change (if possible)\r\n- [x] All tests passing\r\n- [x] Extended the README / documentation, if necessary\r\n- [x] Added myself / the copyright holder to the AUTHORS file\r\n\r\n\r\n\r\n\r\n## Summary by CodeRabbit\r\n\r\n- **Bug Fixes**\r\n\t- Addressed race condition issues for enhanced stability.\r\n\r\n- **New Features**\r\n- Improved database compatibility with charset and collation\r\nadjustments.\r\n- Enhanced security and flexibility through the introduction of new\r\nconfiguration options.\r\n\r\n- **Major Changes**\r\n- Dropped support for older versions of Go (1.13-1.17) to leverage newer\r\nlanguage features.\r\n\t- Improved number parsing for efficiency and accuracy.\r\n\t- Added configurable logging per connection for better diagnostics.\r\n\r\n- **Enhancements**\r\n- Fixed issues with ColumnType.DatabaseTypeName to improve data\r\nhandling.\r\n- Introduced connection attributes for more detailed connection\r\ninformation.\r\n\r\n","shortMessageHtmlLink":"update changelog for releasing v1.8.1 (#1576)"}},{"before":"65395d853d2cff602f26e79becb84ff116948c8f","after":"7eeaba63c539337ee3c37d40164a0b69606f5a37","ref":"refs/heads/1.8","pushedAt":"2024-03-24T08:57:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shogo82148","name":"ICHINOSE Shogo","path":"/shogo82148","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1157344?s=80&v=4"},"commit":{"message":"Fix issue 1567 (#1570) (#1571)\n\n(cherry picked from commit d7ddb8b9e324830b1ede89c5fea090c824497c51)","shortMessageHtmlLink":"Fix issue 1567 (#1570) (#1571)"}},{"before":"d86c4527bae98ccd4e5060f72887520ce30eda5e","after":"d7ddb8b9e324830b1ede89c5fea090c824497c51","ref":"refs/heads/master","pushedAt":"2024-03-22T15:57:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shogo82148","name":"ICHINOSE Shogo","path":"/shogo82148","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1157344?s=80&v=4"},"commit":{"message":"Fix issue 1567 (#1570)\n\n### Description\r\n\r\ncloses https://github.com/go-sql-driver/mysql/issues/1567\r\n\r\nWhen TLS is enabled, `mc.netConn` is rewritten after the TLS handshak as\r\ndetailed here:\r\n\r\n\r\nhttps://github.com/go-sql-driver/mysql/blob/d86c4527bae98ccd4e5060f72887520ce30eda5e/packets.go#L355\r\n\r\nTherefore, `mc.netConn` should not be accessed within the watcher\r\ngoroutine.\r\nInstead, `mc.rawConn` should be initialized prior to invoking\r\n`mc.startWatcher`, and `mc.rawConn` should be used in lieu of\r\n`mc.netConn`.\r\n\r\n### Checklist\r\n- [x] Code compiles correctly\r\n- [x] Created tests which fail without the change (if possible)\r\n- [x] All tests passing\r\n- [x] Extended the README / documentation, if necessary\r\n- [x] Added myself / the copyright holder to the AUTHORS file\r\n\r\n\r\n\r\n\r\n## Summary by CodeRabbit\r\n\r\n- **Refactor**\r\n\t- Improved variable naming for better code readability and maintenance.\r\n\t- Enhanced network connection handling logic.\r\n- **New Features**\r\n\t- Updated TCP connection handling to better support TCP Keepalives.\r\n- **Tests**\r\n- Added a new test to address and verify the fix for a specific issue\r\nrelated to TLS, connection pooling, and round trip time estimation.\r\n\r\n","shortMessageHtmlLink":"Fix issue 1567 (#1570)"}},{"before":"1e75613eb1d182b7a682f06607e4d5a8afd52546","after":"65395d853d2cff602f26e79becb84ff116948c8f","ref":"refs/heads/1.8","pushedAt":"2024-03-17T05:04:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"fix race condition when context is canceled (#1565)\n\nFix #1559.\r\n\r\n(cherry picked from commit d86c4527bae98ccd4e5060f72887520ce30eda5e)","shortMessageHtmlLink":"fix race condition when context is canceled (#1565)"}},{"before":"1a6477358cbbc917d5370c53d3e35a13b45aed19","after":"d86c4527bae98ccd4e5060f72887520ce30eda5e","ref":"refs/heads/master","pushedAt":"2024-03-17T04:30:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"fix race condition when context is canceled (#1562)\n\nFix #1559.","shortMessageHtmlLink":"fix race condition when context is canceled (#1562)"}},{"before":"33fa6e529246e1e6b77a4611bd9338694dca87ff","after":"1e75613eb1d182b7a682f06607e4d5a8afd52546","ref":"refs/heads/1.8","pushedAt":"2024-03-16T15:21:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"add wrapper method to call mc.cfg.Logger (#1564)\n\n(cherry picked from commit 1a6477358cbbc917d5370c53d3e35a13b45aed19)","shortMessageHtmlLink":"add wrapper method to call mc.cfg.Logger (#1564)"}},{"before":"35847bed632a869c89234080ebee1e7b78d140e6","after":"1a6477358cbbc917d5370c53d3e35a13b45aed19","ref":"refs/heads/master","pushedAt":"2024-03-16T14:24:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"add wrapper method to call mc.cfg.Logger (#1563)","shortMessageHtmlLink":"add wrapper method to call mc.cfg.Logger (#1563)"}},{"before":"8a327a3575a42f7222f6e51263326d5a0eaecab0","after":"35847bed632a869c89234080ebee1e7b78d140e6","ref":"refs/heads/master","pushedAt":"2024-03-16T14:23:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"replace interface{} with any (#1560)","shortMessageHtmlLink":"replace interface{} with any (#1560)"}},{"before":"33b7747a9144946e50399904d3f27ecc0f96c2b6","after":"33fa6e529246e1e6b77a4611bd9338694dca87ff","ref":"refs/heads/1.8","pushedAt":"2024-03-16T14:23:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"methane","name":"Inada Naoki","path":"/methane","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/199592?s=80&v=4"},"commit":{"message":"replace interface{} with any (#1561)","shortMessageHtmlLink":"replace interface{} with any (#1561)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEkakM_wA","startCursor":null,"endCursor":null}},"title":"Activity ยท go-sql-driver/mysql"}