{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":17042400,"defaultBranch":"master","name":"go-mysql","ownerLogin":"go-mysql-org","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-02-21T01:56:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/82083295?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715339234.0","currentOid":""},"activityList":{"items":[{"before":"2e5c5ac5becaebcd49b34165fb64a9b72957bfe8","after":"7ee18640977deb66c493fbdd046aa02256aefe5a","ref":"refs/heads/master","pushedAt":"2024-06-18T02:56:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"time column type string formatting and test coverage (#891)\n\n* time format test coverage and formatting\r\n\r\n* remove whitespace\r\n\r\n* drop comments, use require.NoError","shortMessageHtmlLink":"time column type string formatting and test coverage (#891)"}},{"before":"c607c3c9693fd667e7e14508f59073e41bfeb9c3","after":"2e5c5ac5becaebcd49b34165fb64a9b72957bfe8","ref":"refs/heads/master","pushedAt":"2024-06-14T06:24:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"Support DSN without 'user:password@' (#888)\n\n* correctly parseDSN when username is not present\r\n\r\n* one more test caset\r\n\r\n* fixing golangci-lint errors\r\n\r\n* added collation to README.md\r\n\r\n* fixing incorrect comment","shortMessageHtmlLink":"Support DSN without 'user:password@' (#888)"}},{"before":"b13191feccf2eedd8497f6e5f1ee548201f6fdaf","after":"c607c3c9693fd667e7e14508f59073e41bfeb9c3","ref":"refs/heads/master","pushedAt":"2024-06-12T02:32:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"add support for driver.NamedValueChecker on driver connection (#887)\n\n* add support for driver.NamedValueChecker on driver connection\r\n\r\n* added more tests","shortMessageHtmlLink":"add support for driver.NamedValueChecker on driver connection (#887)"}},{"before":"6c99b4bff931a5aced0978b78aadb5867afcdcd3","after":"b13191feccf2eedd8497f6e5f1ee548201f6fdaf","ref":"refs/heads/master","pushedAt":"2024-06-06T11:29:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"Additional Driver args for compression and connection read/write timeouts (#885)\n\n* allow setting the collation in auth handshake\r\n\r\n* Allow connect with context in order to provide configurable connect timeouts\r\n\r\n* add driver arguments\r\n\r\n* check for empty ssl value when setting conn options\r\n\r\n* allow setting the collation in auth handshake (#860)\r\n* Allow connect with context in order to provide configurable connect timeouts\r\n* support collations IDs greater than 255 on the auth handshake\r\n---------\r\n\r\nCo-authored-by: dvilaverde \r\n\r\n* refactored and added more driver args\r\n\r\n* revert change to Makefile\r\n\r\n* added tests for timeouts\r\n\r\n* adding more tests\r\n\r\n* fixing linting issues\r\n\r\n* avoiding panic on test complete\r\n\r\n* revert returning set readtimeout error in binlogsyncer\r\n\r\n* fixing nil violation when connection with timeout from binlogsyncer\r\n\r\n* Update README.md\r\n\r\nCo-authored-by: Daniël van Eeden \r\n\r\n* addressing pull request feedback\r\n\r\n* revert rename driver arg ssl to tls\r\n\r\n* addressing PR feedback\r\n\r\n* write compressed packet using writeWithTimeout\r\n\r\n* updated README.md\r\n\r\n---------\r\n\r\nCo-authored-by: dvilaverde \r\nCo-authored-by: Daniël van Eeden ","shortMessageHtmlLink":"Additional Driver args for compression and connection read/write time…"}},{"before":"014dcd7d0be9475ca382d9d82d31177146f02dd1","after":"6c99b4bff931a5aced0978b78aadb5867afcdcd3","ref":"refs/heads/master","pushedAt":"2024-05-21T14:37:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"reduce memory allocations when zlib compression is enabled (#880)\n\n* simple metrics to capture packet data size both compressed & uncompressed\r\n\r\n* reusing zlib readers and writers via a sync.Pool\r\n\r\n* cache zlib writer/readers on a connection to avoid excessive Writer creation, which reduces memory allocations\r\n\r\n* fixing issue when reading large packet responses\r\n\r\n* revert to standard go zlib implemenation\r\n\r\n* Revert \"revert to standard go zlib implemenation\"\r\n\r\nThis reverts commit a7893faa563541cb1a6719d03972ec32c31dda60.\r\n\r\n* Revert \"fixing issue when reading large packet responses\"\r\n\r\nThis reverts commit 4f512d8def68e27e3b8b3ddd6220bbb76cca2da6.\r\n\r\n* Revert \"cache zlib writer/readers on a connection to avoid excessive Writer creation, which reduces memory allocations\"\r\n\r\nThis reverts commit 25e0cee5666f9037acb61f9da0ebb56d00a53185.\r\n\r\n* refactoring to reduce memory allocations\r\n\r\n* cleanup changes in prep for PR into upstream\r\n\r\n* make zlib poll return ReadCloser instead of Reader\r\n\r\n* fixing broken tests and linting issues\r\n\r\n* removed duplicate assignment\r\n\r\n* update link to doxygen docs\r\n\r\n* addressing PR review feedback\r\n\r\n---------\r\n\r\nCo-authored-by: dvilaverde ","shortMessageHtmlLink":"reduce memory allocations when zlib compression is enabled (#880)"}},{"before":"79f480a8090edbd11aa3520e33122749b6519080","after":"014dcd7d0be9475ca382d9d82d31177146f02dd1","ref":"refs/heads/master","pushedAt":"2024-05-16T03:26:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"Fix no table is replicated when excludeTableRegex is set while includeTableRegex is nil (#874)\n\n* Fix bug when excludeTableRegex is set while includeTableRegex is nil\r\n\r\n* add TestIncludeExcludeTableRegex\r\n\r\n* fix typo\r\n\r\n* Fix TestIncludeExcludeTableRegex\r\n\r\n* improve IncludeTableRegex and ExcludeTableRegex comment\r\n\r\n---------\r\n\r\nCo-authored-by: Jijun Gao \r\nCo-authored-by: lance6716 ","shortMessageHtmlLink":"Fix no table is replicated when excludeTableRegex is set while includ…"}},{"before":"1f2f4d8379916f5f91a0c73fbb306c84138595f5","after":"79f480a8090edbd11aa3520e33122749b6519080","ref":"refs/heads/master","pushedAt":"2024-05-14T03:45:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"Make protocol version check more strict (#878)","shortMessageHtmlLink":"Make protocol version check more strict (#878)"}},{"before":"b910e4cb3fc8b9c2e964fba5679152bcf74bb2c8","after":null,"ref":"refs/heads/new-release","pushedAt":"2024-05-10T11:06:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"atercattus","name":"Aleksey Akulovich","path":"/atercattus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/433484?s=80&v=4"}},{"before":"e35272c08e4213db8b6a1d28f96ff2c7e0eeac77","after":"1f2f4d8379916f5f91a0c73fbb306c84138595f5","ref":"refs/heads/master","pushedAt":"2024-05-10T11:06:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atercattus","name":"Aleksey Akulovich","path":"/atercattus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/433484?s=80&v=4"},"commit":{"message":"new release v1.8.0 (#877)","shortMessageHtmlLink":"new release v1.8.0 (#877)"}},{"before":null,"after":"b910e4cb3fc8b9c2e964fba5679152bcf74bb2c8","ref":"refs/heads/new-release","pushedAt":"2024-05-10T10:50:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"atercattus","name":"Aleksey Akulovich","path":"/atercattus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/433484?s=80&v=4"},"commit":{"message":"new release v1.8.0","shortMessageHtmlLink":"new release v1.8.0"}},{"before":"eb2c6d100ad80877ec2b88026cad8cf005442f51","after":"e35272c08e4213db8b6a1d28f96ff2c7e0eeac77","ref":"refs/heads/master","pushedAt":"2024-05-10T02:15:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"Fix bug in handling sub events of replication.TransactionPayloadEvent (#875)","shortMessageHtmlLink":"Fix bug in handling sub events of replication.TransactionPayloadEvent ("}},{"before":"ea1c5652f6ed6112044134421293e20b2d9815e4","after":"eb2c6d100ad80877ec2b88026cad8cf005442f51","ref":"refs/heads/master","pushedAt":"2024-05-08T10:38:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"CI: Add tests for various MySQL versions (#870)\n\nCo-authored-by: lance6716 ","shortMessageHtmlLink":"CI: Add tests for various MySQL versions (#870)"}},{"before":"8d4de0fa66873fa72b3f5e928ad857e24499c107","after":"ea1c5652f6ed6112044134421293e20b2d9815e4","ref":"refs/heads/master","pushedAt":"2024-05-08T01:10:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"fix 'invalid compressed sequence' error, issue #871 (#872)\n\nCo-authored-by: dvilaverde ","shortMessageHtmlLink":"fix 'invalid compressed sequence' error, issue #871 (#872)"}},{"before":"25252008a0ab209ccca24a02d2ac176e5604f56f","after":"8d4de0fa66873fa72b3f5e928ad857e24499c107","ref":"refs/heads/master","pushedAt":"2024-05-07T10:12:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"Use new terms for replication on MySQL 8.4.0 (#867)\n\nCo-authored-by: lance6716 ","shortMessageHtmlLink":"Use new terms for replication on MySQL 8.4.0 (#867)"}},{"before":"2bd4573edde2004a2f1ce576cbb8adcdb6c26997","after":"25252008a0ab209ccca24a02d2ac176e5604f56f","ref":"refs/heads/master","pushedAt":"2024-05-07T08:41:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"CI: Fix warning about restore cache failure (#869)","shortMessageHtmlLink":"CI: Fix warning about restore cache failure (#869)"}},{"before":"007f3066f6e41531ce2d9b96f60f6f555359a520","after":"2bd4573edde2004a2f1ce576cbb8adcdb6c26997","ref":"refs/heads/master","pushedAt":"2024-05-07T07:56:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"CI: Update ci workflow (#868)\n\n* CI: Update ci workflow\r\n\r\n* fixup\r\n\r\n* Update golangci-lint-action version\r\n\r\n* Looks like Ubuntu 24.04 isn't ready yet\r\n\r\n---------\r\n\r\nCo-authored-by: lance6716 ","shortMessageHtmlLink":"CI: Update ci workflow (#868)"}},{"before":"0ad0d03aedd0411d9bec0725267a2e389965bd73","after":"007f3066f6e41531ce2d9b96f60f6f555359a520","ref":"refs/heads/master","pushedAt":"2024-05-07T07:38:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"fixing bad connection error when reading large compressed packets (#863)\n\n* fixing bad connection error when reading large compressed packets\r\n\r\n* fixing linting errors\r\n\r\n* minor cleanup and some more comments\r\n\r\n* minor cleanup and some more comments\r\n\r\n* fixing issue when net_buffer_length=1024\r\n\r\n* fixing packet reader lookup condition\r\n\r\n* handle possible nil access violation when attempting to read next compressed packet\r\n\r\n* removed deprecated linters that no longer exist in golangci-lint 1.58.0\r\n\r\n* addressing PR feedback\r\n\r\n* addressing PR feedback\r\n\r\n* removed compressedReaderActive\r\n\r\n---------\r\n\r\nCo-authored-by: dvilaverde \r\nCo-authored-by: lance6716 ","shortMessageHtmlLink":"fixing bad connection error when reading large compressed packets (#863)"}},{"before":"226a501330cb9a623451a7b45daada66d8ccfb62","after":"0ad0d03aedd0411d9bec0725267a2e389965bd73","ref":"refs/heads/master","pushedAt":"2024-05-07T07:19:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"set read deadline for new conection to fix handshake stuck (#861)\n\n* set read deadline for new conection to fix handshake stuck\r\n\r\n* fix linter\r\n\r\n---------\r\n\r\nCo-authored-by: lance6716 ","shortMessageHtmlLink":"set read deadline for new conection to fix handshake stuck (#861)"}},{"before":"8551be27ee6b9a2e7984c61d5392c53f31e252e8","after":"226a501330cb9a623451a7b45daada66d8ccfb62","ref":"refs/heads/master","pushedAt":"2024-05-07T07:07:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"collation in auth handshake are 1-byte (#865)\n\n* collation in auth handshake are 1-byte\r\n\r\n* updating SET NAMES statement for collation\r\n\r\n* fixing golangci-lint config","shortMessageHtmlLink":"collation in auth handshake are 1-byte (#865)"}},{"before":"7c31dc4e4e5bac6f8f9a73c04efad3e0af69e606","after":"8551be27ee6b9a2e7984c61d5392c53f31e252e8","ref":"refs/heads/master","pushedAt":"2024-04-30T11:55:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"allow setting the collation in auth handshake (#860)\n\n* allow setting the collation in auth handshake\r\n\r\n* Allow connect with context in order to provide configurable connect timeouts\r\n\r\n* fixing linting error\r\n\r\n* support collations IDs greater than 255 on the auth handshake\r\n\r\n* Update client/auth.go\r\n\r\nCo-authored-by: Daniël van Eeden \r\n\r\n* address PR feedback\r\n\r\n* fixing comments\r\n\r\n* fixing comments\r\n\r\n* fix linting errors\r\n\r\n* restore tests that were commented out accidently\r\n\r\n* fixing more typos in the comments\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: lance6716 \r\n\r\n* addressing PR feedback\r\n\r\n---------\r\n\r\nCo-authored-by: dvilaverde \r\nCo-authored-by: Daniël van Eeden \r\nCo-authored-by: lance6716 ","shortMessageHtmlLink":"allow setting the collation in auth handshake (#860)"}},{"before":"f0df38a3258e781900cafb36c1887cc9e71e9089","after":"7c31dc4e4e5bac6f8f9a73c04efad3e0af69e606","ref":"refs/heads/master","pushedAt":"2024-04-22T14:21:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"Fix close canal client panic if use Execute after mysql host down (#858)\n\nCo-authored-by: weicheng ","shortMessageHtmlLink":"Fix close canal client panic if use Execute after mysql host down (#858)"}},{"before":"2199dfb0ba9801d31eec938facf061645edc25b5","after":"f0df38a3258e781900cafb36c1887cc9e71e9089","ref":"refs/heads/master","pushedAt":"2024-04-11T14:25:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"fix: (*RowsEvent).handleUnsigned() panic (#856)\n\n* fix: (*RowsEvent).handleUnsigned() panic\r\n\r\n* add unit test: TestRowsEvent_handleUnsigned()\r\n\r\n* import require","shortMessageHtmlLink":"fix: (*RowsEvent).handleUnsigned() panic (#856)"}},{"before":"034c7abd13cb4f22c5e41d8179eebd8bd8d6e409","after":"2199dfb0ba9801d31eec938facf061645edc25b5","ref":"refs/heads/master","pushedAt":"2024-03-14T11:50:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"Fix comparison bug in MariadbGTIDSet.Equal() function (#853)","shortMessageHtmlLink":"Fix comparison bug in MariadbGTIDSet.Equal() function (#853)"}},{"before":"4187985cdd2fb79f9a5b104036543624d6be003c","after":"034c7abd13cb4f22c5e41d8179eebd8bd8d6e409","ref":"refs/heads/master","pushedAt":"2024-03-14T05:20:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"separate serverID of Mariadb GTID set (#852)\n\n* add serverID to Mariadb GTID set\r\n\r\n* fix ut\r\n\r\n* fix comment","shortMessageHtmlLink":"separate serverID of Mariadb GTID set (#852)"}},{"before":"39976f72921721265511dd33037a3bdb02c400a8","after":"4187985cdd2fb79f9a5b104036543624d6be003c","ref":"refs/heads/master","pushedAt":"2024-03-05T01:18:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"tune slice append performance (#850)\n\n* tune slice append performance\r\n\r\n* revert\r\n\r\n* tune raw data slice assignment\r\n\r\n* commit as suggested","shortMessageHtmlLink":"tune slice append performance (#850)"}},{"before":"a057d235f6be107306dcee2740fa316084c2c222","after":"39976f72921721265511dd33037a3bdb02c400a8","ref":"refs/heads/master","pushedAt":"2024-02-04T06:57:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lance6716","name":null,"path":"/lance6716","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1689766?s=80&v=4"},"commit":{"message":"Refactor StartBackup to Support Custom Backup Handlers (#849)\n\n* Refactor StartBackup to Support Custom Backup Handlers\r\n\r\n* fix: TestStartBackupEndInGivenTime test failure\r\n\r\n* Refactor StartBackupToFile to create backup directory before initiating backup\r\n\r\n* fix: Add error handling for w.Close()\r\n\r\n* style:Rename filename to binlogFilename for clarity in StartBackup\r\n\r\n* docs: Simplify the comments of the StartBackup method\r\n\r\n* refactor: Rename the StartBackup method to StartBackupWithHandler so that the StartBackup method retains its original behavior","shortMessageHtmlLink":"Refactor StartBackup to Support Custom Backup Handlers (#849)"}},{"before":"b1d7cd8603217a890cbd85981625998be5d5f708","after":null,"ref":"refs/heads/update-client-pool-logic","pushedAt":"2024-01-25T08:34:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"atercattus","name":"Aleksey Akulovich","path":"/atercattus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/433484?s=80&v=4"}},{"before":"b9563f7d56687408e9b2f8b2fe5f64687f6a3340","after":"a057d235f6be107306dcee2740fa316084c2c222","ref":"refs/heads/master","pushedAt":"2024-01-25T08:34:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"atercattus","name":"Aleksey Akulovich","path":"/atercattus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/433484?s=80&v=4"},"commit":{"message":"Update client pool logic (#846)\n\n* client/pool - allow to check a connection to DB inside pool initialization\r\n\r\n* fix Makefile after PR#803","shortMessageHtmlLink":"Update client pool logic (#846)"}},{"before":"2b537748ac19278d1f95d53a58a6738b38b57fdc","after":"b1d7cd8603217a890cbd85981625998be5d5f708","ref":"refs/heads/update-client-pool-logic","pushedAt":"2024-01-25T08:15:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atercattus","name":"Aleksey Akulovich","path":"/atercattus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/433484?s=80&v=4"},"commit":{"message":"fix Makefile after PR#803 - fix","shortMessageHtmlLink":"fix Makefile after PR#803 - fix"}},{"before":"77e02445e09ed6f1c8f568a808fa3b0f5614c4b8","after":"2b537748ac19278d1f95d53a58a6738b38b57fdc","ref":"refs/heads/update-client-pool-logic","pushedAt":"2024-01-25T07:46:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"atercattus","name":"Aleksey Akulovich","path":"/atercattus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/433484?s=80&v=4"},"commit":{"message":"client/pool - allow to check a connection to DB inside pool initialization - tests refactoring","shortMessageHtmlLink":"client/pool - allow to check a connection to DB inside pool initializ…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEZ_we2gA","startCursor":null,"endCursor":null}},"title":"Activity · go-mysql-org/go-mysql"}