{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":311246488,"defaultBranch":"develop","name":"SmartRedis","ownerLogin":"CrayLabs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-11-09T06:39:52.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/79117852?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715723216.0","currentOid":""},"activityList":{"items":[{"before":"be33a9829466600ad550248f8fd6d8476c3100c0","after":"4937fbd9d2fbf275e8c2bd5f44c449ff0ce3492f","ref":"refs/heads/develop","pushedAt":"2024-07-18T16:20:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ashao","name":"Andrew Shao","path":"/ashao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3845639?s=80&v=4"},"commit":{"message":"Build dependencies as external projects (#497)\n\nPreviously we were using a Makefile to download and install third-party\r\ndependencies for the library compilation (hiredis, redis++, and PyBind).\r\nThis PR migrates this functionality to the `CMakeLists.txt` by adding\r\nhiredis and redis++ as `ExternalProject`s and by using cmake to download\r\nthe pybind headers. \r\n\r\nAdditionally, to further ease integration into existing CMake-based projects\r\nthe build system now creates CMakeConfig files for SmartRedis.\r\n\r\nLastly, the testing harness and build of the examples were also updated to take\r\nadvantage of these improvements as well.\r\n\r\n[ committed by @ashao ]\r\n[ reviewed by @mellis13 ]","shortMessageHtmlLink":"Build dependencies as external projects (#497)"}},{"before":"f05f4f48fc2aa9238e63093a961cc1de9a5c6ec9","after":"be33a9829466600ad550248f8fd6d8476c3100c0","ref":"refs/heads/develop","pushedAt":"2024-07-02T16:34:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ankona","name":"Chris McBride","path":"/ankona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3595025?s=80&v=4"},"commit":{"message":"Remove broken redis documentation links (#499)\n\nThis PR will remove 3 broken links to `oss.redis.com` that are breaking the documentation build\r\n\r\n[ committed by @ankona ]\r\n[ approved by @MattToast ]","shortMessageHtmlLink":"Remove broken redis documentation links (#499)"}},{"before":"553b6622d37b4dc2999b8334888ed37ee0481ffb","after":"f05f4f48fc2aa9238e63093a961cc1de9a5c6ec9","ref":"refs/heads/develop","pushedAt":"2024-06-25T23:12:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ashao","name":"Andrew Shao","path":"/ashao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3845639?s=80&v=4"},"commit":{"message":"Pin NumPy<2 (#498)\n\nThe new major version release of Numpy is incompatible with modules\r\ncompiled against Numpy 1.x. For both SmartSim and SmartRedis we request\r\na 1.x version of numpy. This is needed in SmartSim because some of the\r\ndownstream dependencies request NumPy.\r\n\r\n[ committed by @ashao ]\r\n[ reviewed by @al-rigazzi ]","shortMessageHtmlLink":"Pin NumPy<2 (#498)"}},{"before":"8613627c0b2a8147fe185c9995b74fb86ec5a33c","after":"553b6622d37b4dc2999b8334888ed37ee0481ffb","ref":"refs/heads/develop","pushedAt":"2024-05-14T22:09:42.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"al-rigazzi","name":"Al Rigazzi","path":"/al-rigazzi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18262817?s=80&v=4"},"commit":{"message":"Merge pull request #495 from CrayLabs/master\n\nMerge master into develop","shortMessageHtmlLink":"Merge pull request #495 from CrayLabs/master"}},{"before":"4878418c6d75c08d5ef0314aadb5c5589af758d2","after":"f4913cba9a483ba35c425f2755965c3236cff42c","ref":"refs/heads/master","pushedAt":"2024-05-14T21:40:51.000Z","pushType":"pr_merge","commitsCount":24,"pusher":{"login":"al-rigazzi","name":"Al Rigazzi","path":"/al-rigazzi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18262817?s=80&v=4"},"commit":{"message":"Merge pull request #494 from CrayLabs/develop\n\nRelease v0.5.3","shortMessageHtmlLink":"Merge pull request #494 from CrayLabs/develop"}},{"before":"8b404883d9c8ab1246f0b251cacb36fb0d4fb68a","after":"8613627c0b2a8147fe185c9995b74fb86ec5a33c","ref":"refs/heads/develop","pushedAt":"2024-05-14T20:12:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"al-rigazzi","name":"Al Rigazzi","path":"/al-rigazzi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18262817?s=80&v=4"},"commit":{"message":"Bump up version number to 0.5.3 (#493)\n\nUpdate version number to 0.5.3 before releasing\r\n\r\n[ committed by @al-rigazzi ]\r\n[ reviewed by @amandarichardsonn ]","shortMessageHtmlLink":"Bump up version number to 0.5.3 (#493)"}},{"before":"446d3ac8d7c9f365f278b8eacedac62baf40a0c6","after":"8b404883d9c8ab1246f0b251cacb36fb0d4fb68a","ref":"refs/heads/develop","pushedAt":"2024-05-14T17:35:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ankona","name":"Chris McBride","path":"/ankona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3595025?s=80&v=4"},"commit":{"message":"Ensure all reply errors are logged (#485)\n\nDuring testing, @AlyssaCote noticed `SmartRedis` logging a variety of\r\nmisleading errors when a database was unreachable. This change improves\r\nerror handling by ensuring that the underlying error is logged.\r\n\r\n```log\r\nSmartRedis Library@12-38-02:WARNING: Environment variable SR_LOG_FILE is not set. Defaulting to stdout\r\nSmartRedis Library@12-38-02:WARNING: Environment variable SR_LOG_LEVEL is not set. Defaulting to INFO\r\nSmartRedis Library@12-38-02:ERROR: Exception at \"/project/src/cpp/redis.cpp\", line 692: Redis error when executing command: ERR CONFIG SET failed (possibly related to argument 'save') - Invalid save parameters\r\nSmartRedis Library@12-38-02:ERROR: Exception at \"/project/src/cpp/redis.cpp\", line 692: Redis error when executing command: ERR CONFIG SET failed (possibly related to argument 'save') - Invalid save parameters\r\nSmartRedis Library@12-38-02:ERROR: Exception at \"/project/src/cpp/redis.cpp\", line 692: Redis error when executing command: ERR CONFIG SET failed (possibly related to argument 'maxmemory') - argument must be a memory value\r\nSmartRedis Library@12-38-02:ERROR: Exception at \"/project/src/cpp/redis.cpp\", line 692: Redis error when executing command: ERR CONFIG SET failed (possibly related to argument 'maxmemory') - argument must be a memory value\r\nSmartRedis Library@12-38-02:ERROR: Exception at \"/project/src/cpp/redis.cpp\", line 692: Redis error when executing command: ERR CONFIG SET failed (possibly related to argument 'maxclients') - argument must be between 1 and 4294967295 inclusive\r\nSmartRedis Library@12-38-02:ERROR: Exception at \"/project/src/cpp/redis.cpp\", line 692: Redis error when executing command: ERR CONFIG SET failed (possibly related to argument 'maxclients') - argument couldn't be parsed into an integer\r\nSmartRedis Library@12-38-02:ERROR: Exception at \"/project/src/cpp/redis.cpp\", line 692: Redis error when executing command: ERR CONFIG SET failed (possibly related to argument 'maxclients') - argument couldn't be parsed into an integer\r\nSmartRedis Library@12-38-02:ERROR: Exception at \"/project/src/cpp/redis.cpp\", line 692: Redis error when executing command: ERR CONFIG SET failed (possibly related to argument 'proto-max-bulk-len') - argument must be between 1048576 and 9223372036854775807 inclusive\r\nSmartRedis Library@12-38-02:ERROR: Exception at \"/project/src/cpp/redis.cpp\", line 692: Redis error when executing command: ERR CONFIG SET failed (possibly related to argument 'proto-max-bulk-len') - argument must be a memory value\r\nSmartRedis Library@12-38-02:ERROR: Exception at \"/project/src/cpp/redis.cpp\", line 692: Redis error when executing command: ERR CONFIG SET failed (possibly related to argument 'proto-max-bulk-len') - argument must be a memory value\r\nSmartRedis Library@12-38-02:ERROR: Exception at \"/project/src/cpp/redis.cpp\", line 692: Redis error when executing command: ERR CONFIG SET failed (possibly related to argument 'maxmemory-policy') - argument(s) must be one of the following: volatile-lru, volatile-lfu, volatile-random, volatile-ttl, allkeys-lru, allkeys-lfu, allkeys-random, noeviction\r\nSmartRedis Library@12-38-02:ERROR: Exception at \"/project/src/cpp/redis.cpp\", line 692: Redis error when executing command: ERR Unknown option or number of arguments for CONFIG SET - 'invalid-parameter'\r\nPASSED\r\n```\r\n\r\n[ committed by @ankona ]\r\n[ reviewed by @mellis13 ]","shortMessageHtmlLink":"Ensure all reply errors are logged (#485)"}},{"before":"c9329cd7e9d90a1ac1acdd273f199060338a2d14","after":"446d3ac8d7c9f365f278b8eacedac62baf40a0c6","ref":"refs/heads/develop","pushedAt":"2024-05-14T16:59:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ankona","name":"Chris McBride","path":"/ankona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3595025?s=80&v=4"},"commit":{"message":"Pin pylint to fix regression error (#492)\n\nFix a regression error in latest version of pylint by pinning to known,\r\ngood version.\r\n\r\n[ committed by @ankona ]\r\n[ reviewed by @mellis13 ]","shortMessageHtmlLink":"Pin pylint to fix regression error (#492)"}},{"before":"79e175e3f3b13c13fac10769fc86883221a7f22b","after":"c9329cd7e9d90a1ac1acdd273f199060338a2d14","ref":"refs/heads/develop","pushedAt":"2024-05-14T15:01:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ankona","name":"Chris McBride","path":"/ankona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3595025?s=80&v=4"},"commit":{"message":"Fix build wheel (#491)\n\nCompiler errors have shown up in the build wheel for SmartRedis. This PR\r\naims to fix those compiler errors.\r\n\r\n[ committed by @mellis13 ]\r\n[ reviewed by @ankona ]","shortMessageHtmlLink":"Fix build wheel (#491)"}},{"before":"5b9e38b61fb395581abacdabfa2cd987e28a0b48","after":"79e175e3f3b13c13fac10769fc86883221a7f22b","ref":"refs/heads/develop","pushedAt":"2024-04-30T16:46:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"},"commit":{"message":"Readthedocs styling error from headers (#489)\n\nCorrect styling issues that was showing up in readthedocs.\r\n\r\n[ reviewed by @AlyssaCote ]\r\n[ committed by @amandarichardsonn ]","shortMessageHtmlLink":"Readthedocs styling error from headers (#489)"}},{"before":"211bfd3229ef8965fc6d54834e8fcce3adb94442","after":"5b9e38b61fb395581abacdabfa2cd987e28a0b48","ref":"refs/heads/develop","pushedAt":"2024-04-29T17:01:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"},"commit":{"message":"Readthedocs changelog errors (#488)\n\nAfter converting the changelog from rst to md, readthedocs throws errors\r\nfrom old documented releases. This PR formats the changelog correctly.\r\n\r\n[ reviewed by @AlyssaCote ]\r\n[ committed by @amandarichardsonn ]","shortMessageHtmlLink":"Readthedocs changelog errors (#488)"}},{"before":"6863a7a36672d428fa78412e7818e743e4efd848","after":null,"ref":"refs/heads/release-notes","pushedAt":"2024-04-26T23:25:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"}},{"before":"eabce5c40435970cb4cfff11b4ac338edc5ae0fe","after":"211bfd3229ef8965fc6d54834e8fcce3adb94442","ref":"refs/heads/develop","pushedAt":"2024-04-26T23:25:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"},"commit":{"message":"Automate release notes (#487)\n\nThis PR adds a `release.yml` file to the root of the `.github` folder.\r\nWithin the file we configure the release notes generated through PR\r\nlabels. This PR also converts the changelog from rst to md to match\r\nrelease notes format.","shortMessageHtmlLink":"Automate release notes (#487)"}},{"before":"80d50cec18fc0f2adf7ef5f3cff812aff422e753","after":"6863a7a36672d428fa78412e7818e743e4efd848","ref":"refs/heads/release-notes","pushedAt":"2024-04-26T22:59:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"},"commit":{"message":"edit to changelog","shortMessageHtmlLink":"edit to changelog"}},{"before":"4c4f207be58b132511a9ad6f7d141167e3e55cd6","after":"80d50cec18fc0f2adf7ef5f3cff812aff422e753","ref":"refs/heads/release-notes","pushedAt":"2024-04-26T22:17:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"},"commit":{"message":"chaneglog","shortMessageHtmlLink":"chaneglog"}},{"before":"581cca1ccc1e7902a334a84dc9e38f9b29686439","after":"4c4f207be58b132511a9ad6f7d141167e3e55cd6","ref":"refs/heads/release-notes","pushedAt":"2024-04-26T22:15:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"},"commit":{"message":"Merge branch 'develop' of https://github.com/CrayLabs/SmartRedis into release-notes","shortMessageHtmlLink":"Merge branch 'develop' of https://github.com/CrayLabs/SmartRedis into…"}},{"before":"9c4532c2a814abc15b58ee6b94fb31fb115babd4","after":"581cca1ccc1e7902a334a84dc9e38f9b29686439","ref":"refs/heads/release-notes","pushedAt":"2024-04-26T19:00:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"},"commit":{"message":"testing","shortMessageHtmlLink":"testing"}},{"before":"552da99612ec24a527ab1eb61805e928c4b811ad","after":"9c4532c2a814abc15b58ee6b94fb31fb115babd4","ref":"refs/heads/release-notes","pushedAt":"2024-04-26T18:52:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"},"commit":{"message":"updating release.yml","shortMessageHtmlLink":"updating release.yml"}},{"before":"31364ae193417217be9e65de50ef1e8dae91bb1f","after":"552da99612ec24a527ab1eb61805e928c4b811ad","ref":"refs/heads/release-notes","pushedAt":"2024-04-26T16:32:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"},"commit":{"message":"updating format of changelog","shortMessageHtmlLink":"updating format of changelog"}},{"before":"856945d07151260839101bfcc8096a5ec03c1fb3","after":"eabce5c40435970cb4cfff11b4ac338edc5ae0fe","ref":"refs/heads/develop","pushedAt":"2024-04-26T16:05:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"},"commit":{"message":"Auto-post release PR to develop (#486)\n\nThis PR adds to the release.yml github workflow to autogenerate a PR to\r\nmerge changes from master to develop. To use the Github CLI in a GitHub\r\nActions workflow, we set the GH_TOKEN environment variable.\r\n\r\n[ reviewed by @MattToast ]\r\n[ committed by @amandarichardsonn ]","shortMessageHtmlLink":"Auto-post release PR to develop (#486)"}},{"before":"8908fa1bbe71fa4f5ed1653f5b4c5f5addf3b19c","after":"31364ae193417217be9e65de50ef1e8dae91bb1f","ref":"refs/heads/release-notes","pushedAt":"2024-04-26T05:14:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"},"commit":{"message":"update changelog","shortMessageHtmlLink":"update changelog"}},{"before":"3e29e23af5bfc05cd25602392bd5173c1414ec95","after":"8908fa1bbe71fa4f5ed1653f5b4c5f5addf3b19c","ref":"refs/heads/release-notes","pushedAt":"2024-04-26T04:57:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"},"commit":{"message":"update changelog format","shortMessageHtmlLink":"update changelog format"}},{"before":"60edc883a8a9998543d3c89d212194393b47851f","after":"3e29e23af5bfc05cd25602392bd5173c1414ec95","ref":"refs/heads/release-notes","pushedAt":"2024-04-26T03:34:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"},"commit":{"message":"pushing","shortMessageHtmlLink":"pushing"}},{"before":null,"after":"60edc883a8a9998543d3c89d212194393b47851f","ref":"refs/heads/release-notes","pushedAt":"2024-04-26T00:07:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"},"commit":{"message":"initial push","shortMessageHtmlLink":"initial push"}},{"before":"66e91c9642b54718182a5c84a4cea3f23a1b91e6","after":"856945d07151260839101bfcc8096a5ec03c1fb3","ref":"refs/heads/develop","pushedAt":"2024-04-19T16:37:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AlyssaCote","name":"Alyssa Cote","path":"/AlyssaCote","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46540273?s=80&v=4"},"commit":{"message":"Upgrade ubuntu to version 22.04 and gcc to version 11 (#484)\n\nBump ubuntu to version 22.04, bump gcc to version 11\r\n\r\n[ committed by @AlyssaCote ]\r\n[ reviewed by @ashao ]","shortMessageHtmlLink":"Upgrade ubuntu to version 22.04 and gcc to version 11 (#484)"}},{"before":null,"after":"47265fa2bab37ecdaae3b7baa07360f57b6c4267","ref":"refs/heads/put_bytes","pushedAt":"2024-04-19T16:25:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mellis13","name":"Matt Ellis","path":"/mellis13","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4109943?s=80&v=4"},"commit":{"message":"Put get bytes test.","shortMessageHtmlLink":"Put get bytes test."}},{"before":"937d5ed2eea8e9bf2371fbaedfb427ca2fadced8","after":"66e91c9642b54718182a5c84a4cea3f23a1b91e6","ref":"refs/heads/develop","pushedAt":"2024-04-17T18:40:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AlyssaCote","name":"Alyssa Cote","path":"/AlyssaCote","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46540273?s=80&v=4"},"commit":{"message":"Drop python 3.8 (#482)\n\nPython 3.8 is nearing its end of life so we're no longer supporting it.\r\n\r\n[ committed by @AlyssaCote ]\r\n[ reviewed by @ashao ]","shortMessageHtmlLink":"Drop python 3.8 (#482)"}},{"before":"8d32cbfeacdad1c63537e22cfc11c9ef7dd433e5","after":"937d5ed2eea8e9bf2371fbaedfb427ca2fadced8","ref":"refs/heads/develop","pushedAt":"2024-04-16T22:04:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ashao","name":"Andrew Shao","path":"/ashao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3845639?s=80&v=4"},"commit":{"message":"Fix minor warnings in C++ client (#476)\n\nWarnings were being thrown when compiling the library with some of the\r\npickiest compiler flags. The offending portions of the code base was \r\nreworked to ensure that these warnings no longer exist. Additionally, \r\nthe `SR_PEDANTIC` flag was re-enabled to ensure that defects do\r\nnot creep into the codebase. Lastly, all tested compiler chains GCC,\r\nIntel, and NVHPC will compile with the most pedantic flags.\r\n\r\n[ committed by @ashao ]\r\n[ reviewed by @mellis13 ]","shortMessageHtmlLink":"Fix minor warnings in C++ client (#476)"}},{"before":"011765f796626617efc5d97818b654f078a2f797","after":null,"ref":"refs/heads/change-issue","pushedAt":"2024-04-09T21:41:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"}},{"before":"0eca25d46a1170d2d5144975026a77c099f89172","after":"8d32cbfeacdad1c63537e22cfc11c9ef7dd433e5","ref":"refs/heads/develop","pushedAt":"2024-04-09T21:41:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amandarichardsonn","name":null,"path":"/amandarichardsonn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30413257?s=80&v=4"},"commit":{"message":"Changelog Typo (#481)\n\nFix typo in changelog making readthedocs fail.\r\n\r\n[ reviewed by @AlyssaCote ]\r\n[ committed by @amandarichardsonn ]","shortMessageHtmlLink":"Changelog Typo (#481)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEgyALFQA","startCursor":null,"endCursor":null}},"title":"Activity · CrayLabs/SmartRedis"}