{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":290620959,"defaultBranch":"main","name":"coreMQTT","ownerLogin":"FreeRTOS","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-08-26T22:49:32.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/54647343?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1721019088.0","currentOid":""},"activityList":{"items":[{"before":"083804219bde794faf777d8346e35d7059153310","after":"e2ffccffa91498d75f13804be3b83af5520f1a77","ref":"refs/heads/gh-pages","pushedAt":"2024-09-17T04:08:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Doxygen for afe000c6886cef0fb2eb5f1b0cdc8909ebf42064","shortMessageHtmlLink":"Doxygen for afe000c"}},{"before":"c0c05f9fd40ed31c68eaedb1bf92f843ca65ba77","after":"afe000c6886cef0fb2eb5f1b0cdc8909ebf42064","ref":"refs/heads/main","pushedAt":"2024-09-17T04:08:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DakshitBabbar","name":"Dakshit Babbar","path":"/DakshitBabbar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100972343?s=80&v=4"},"commit":{"message":"Update code to resolve lcov issues and mocks failing on Mac (#307)\n\n\r\n\r\nDescription\r\n-----------\r\n\r\n**Issue1:** \r\nMocked function calls jump to real implementation instead of mocks on\r\nmac\r\n**Solution:**\r\nConvert the symbols of the mocked implementation from weak to strong\r\n\r\n**Issue2:**\r\nlcov generating wrong coverage reports on mac\r\n**Solution:**\r\nRectifying network buffer size to be of the appropriate value otherwise\r\nmemset clears out more memory spaces than required which leads to\r\nreseting the line coverage counters.\r\n\r\n**Issue3:**\r\nlog statements being taken as branches\r\n**Solution:**\r\nRemoving the ternary operation to figure out if there is a '/' in front\r\nof the file name or not. This can be done as this feature is just for\r\ndebugging purposes.\r\n\r\n**Issue4:**\r\nSome tests failing randomly on mac\r\n**Solution:**\r\nInitialise variables at places where necessary \r\n\r\nBy submitting this pull request, I confirm that you can use, modify,\r\ncopy, and redistribute this contribution, under the terms of your\r\nchoice.\r\n\r\n---------\r\n\r\nCo-authored-by: Dakshit Babbar ","shortMessageHtmlLink":"Update code to resolve lcov issues and mocks failing on Mac (#307)"}},{"before":"e7322e88a8078aca7efacc6ce8486ba6fc20b9b9","after":"c0c05f9fd40ed31c68eaedb1bf92f843ca65ba77","ref":"refs/heads/main","pushedAt":"2024-09-10T08:25:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DakshitBabbar","name":"Dakshit Babbar","path":"/DakshitBabbar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100972343?s=80&v=4"},"commit":{"message":"Add the updates to Cmake files to build unit tests on Mac (#306)\n\n\r\n\r\nDescription\r\n-----------\r\n\r\nUpdated the coverage.cmake and create_test.cmake files to build the unit\r\ntests on Mac\r\nUpdated the README file to include the correct Cmake command for the\r\nusers to use to build the unit tests\r\n\r\nChecklist:\r\n----------\r\n\r\n\r\n- [x] I have tested my changes. No regression in existing tests.\r\n- [x] I have modified and/or added unit-tests to cover the code changes\r\nin this Pull Request.\r\n\r\nRelated Issue\r\n-----------\r\n\r\nBy submitting this pull request, I confirm that you can use, modify,\r\ncopy, and redistribute this contribution, under the terms of your\r\nchoice.\r\n\r\n---------\r\n\r\nSigned-off-by: Gaurav Aggarwal \r\nCo-authored-by: Dakshit Babbar \r\nCo-authored-by: Gaurav Aggarwal ","shortMessageHtmlLink":"Add the updates to Cmake files to build unit tests on Mac (#306)"}},{"before":"559c633dbf67843f71060559c30a3db49c9a1bc4","after":"083804219bde794faf777d8346e35d7059153310","ref":"refs/heads/gh-pages","pushedAt":"2024-08-05T17:05:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Doxygen for e7322e88a8078aca7efacc6ce8486ba6fc20b9b9","shortMessageHtmlLink":"Doxygen for e7322e8"}},{"before":"4c24d173f9b2905ea79f39711fdd3b6ab10bd3fb","after":"e7322e88a8078aca7efacc6ce8486ba6fc20b9b9","ref":"refs/heads/main","pushedAt":"2024-08-05T17:05:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aggarg","name":"Gaurav-Aggarwal-AWS","path":"/aggarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33462878?s=80&v=4"},"commit":{"message":"Update the mqtt.tag file location (#303)\n\nDescription\r\n-----------\r\nThe `mqtt.tag` was generated at `coreMQTT/docs/doxygen/output/mqtt.tag`.\r\nThe\r\n[doxygen-generation](https://github.com/FreeRTOS/CI-CD-Github-Actions/tree/main/doxygen-generation)\r\nGH action deploys the content of `coreMQTT/docs/doxygen/output/html` and\r\nas a result, the `mqtt.tag` was not getting deployed.\r\n\r\nThis change updates the location of `mqtt.tag` to\r\n`coreMQTT/docs/doxygen/output/html/mqtt.tag` to ensure that it gets\r\ndeployed by the doxygen-generation GH action.\r\n\r\nTest Steps\r\n-----------\r\nGenerated the doxygen documentation locally. \r\n\r\nChecklist:\r\n----------\r\n\r\n\r\n- [x] I have tested my changes. No regression in existing tests.\r\n- [NA] I have modified and/or added unit-tests to cover the code changes\r\nin this Pull Request.\r\n\r\nRelated Issue\r\n-----------\r\nNA.\r\n\r\nBy submitting this pull request, I confirm that you can use, modify,\r\ncopy, and redistribute this contribution, under the terms of your\r\nchoice.\r\n\r\n---------\r\n\r\nSigned-off-by: Gaurav Aggarwal ","shortMessageHtmlLink":"Update the mqtt.tag file location (#303)"}},{"before":"cbdf3d20afa581358bef2d3e1f17ea91a182b651","after":"4c24d173f9b2905ea79f39711fdd3b6ab10bd3fb","ref":"refs/heads/main","pushedAt":"2024-07-30T07:47:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aggarg","name":"Gaurav-Aggarwal-AWS","path":"/aggarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33462878?s=80&v=4"},"commit":{"message":"Fix loop iteration for checking subscription QoS (#302)","shortMessageHtmlLink":"Fix loop iteration for checking subscription QoS (#302)"}},{"before":"4f11b8cafd513441fbb7554c451e1ef6f2de7906","after":"cbdf3d20afa581358bef2d3e1f17ea91a182b651","ref":"refs/heads/main","pushedAt":"2024-07-19T23:09:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AniruddhaKanhere","name":"Aniruddha Kanhere","path":"/AniruddhaKanhere","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60444055?s=80&v=4"},"commit":{"message":"Use CBMC version 5.95.1 (#289)\n\nDescription\r\n-----------\r\nThe upcoming CBMC version 6 release includes changes that may affect\r\nexisting proofs. This PR will make sure that coreMQTT PRs are not\r\nnegatively impacted by this release. After releasing CBMC version 6 we\r\nwill issue a follow-up PR that will return coreMQTT to using CBMC's\r\nlatest release, and will include any changes to proofs that may be\r\nnecessary to support the new version.\r\n\r\nTest Steps\r\n-----------\r\nTested in CI (no changes in behaviour at this point)\r\n\r\nChecklist:\r\n----------\r\n\r\n\r\n- [ ] I have tested my changes. No regression in existing tests.\r\n- [ ] I have modified and/or added unit-tests to cover the code changes\r\nin this Pull Request.\r\n\r\nRelated Issue\r\n-----------\r\nn/a\r\n\r\nBy submitting this pull request, I confirm that you can use, modify,\r\ncopy, and redistribute this contribution, under the terms of your\r\nchoice.\r\n\r\nCo-authored-by: Tony Josi \r\nCo-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com>","shortMessageHtmlLink":"Use CBMC version 5.95.1 (#289)"}},{"before":"44b013b39375d951830b1a83a04926e36b5a1c71","after":"4f11b8cafd513441fbb7554c451e1ef6f2de7906","ref":"refs/heads/main","pushedAt":"2024-07-16T12:18:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"},"commit":{"message":"Update LTS 202406.01 information (#299)\n\n* Update LTS 202406.01 information in README.md","shortMessageHtmlLink":"Update LTS 202406.01 information (#299)"}},{"before":"2beef04725328923e05e576b884212d53ec97af7","after":null,"ref":"refs/heads/v2.3.1","pushedAt":"2024-07-15T04:51:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"}},{"before":"7cb46094ec107703c14a0203ccb9b79ee5d60745","after":"559c633dbf67843f71060559c30a3db49c9a1bc4","ref":"refs/heads/gh-pages","pushedAt":"2024-07-12T04:52:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Doxygen for f4616fa5753781aef73ed645edd5793a8028291d","shortMessageHtmlLink":"Doxygen for f4616fa5753781aef73ed645edd5793a8028291d"}},{"before":"79ef99bca55a48545c4bb399ab690b177a6f5c74","after":"2beef04725328923e05e576b884212d53ec97af7","ref":"refs/heads/v2.3.1","pushedAt":"2024-07-12T04:52:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update SBOM","shortMessageHtmlLink":"Update SBOM"}},{"before":"fd0964ebeb221a6f2ccc95e0cf3dad05bcddb127","after":"79ef99bca55a48545c4bb399ab690b177a6f5c74","ref":"refs/heads/v2.3.1","pushedAt":"2024-07-12T04:52:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[AUTO][RELEASE]: Update version number macro in source/include/core_mqtt.h","shortMessageHtmlLink":"[AUTO][RELEASE]: Update version number macro in source/include/core_m…"}},{"before":"8d8d8ae6b264d767c1cd00cc3cc4d5481087f520","after":"fd0964ebeb221a6f2ccc95e0cf3dad05bcddb127","ref":"refs/heads/v2.3.1","pushedAt":"2024-07-12T04:52:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[AUTO][RELEASE]: Update version number in doxygen","shortMessageHtmlLink":"[AUTO][RELEASE]: Update version number in doxygen"}},{"before":"fb42829a84d211efd2ab5c4231160442b7e5d0fe","after":"8d8d8ae6b264d767c1cd00cc3cc4d5481087f520","ref":"refs/heads/v2.3.1","pushedAt":"2024-07-12T04:52:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[AUTO][RELEASE]: Update version number in manifest.yml","shortMessageHtmlLink":"[AUTO][RELEASE]: Update version number in manifest.yml"}},{"before":null,"after":"fb42829a84d211efd2ab5c4231160442b7e5d0fe","ref":"refs/heads/v2.3.1","pushedAt":"2024-07-12T04:52:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[AUTO][RELEASE]: Update version number in source files","shortMessageHtmlLink":"[AUTO][RELEASE]: Update version number in source files"}},{"before":"4efa6e6285d02c944f94f0625e9ced1ad75e8a0a","after":"7cb46094ec107703c14a0203ccb9b79ee5d60745","ref":"refs/heads/gh-pages","pushedAt":"2024-07-12T04:49:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Doxygen for 44b013b39375d951830b1a83a04926e36b5a1c71","shortMessageHtmlLink":"Doxygen for 44b013b"}},{"before":"9b993a698160f4aa841f25071984c93958cce199","after":"44b013b39375d951830b1a83a04926e36b5a1c71","ref":"refs/heads/main","pushedAt":"2024-07-12T04:48:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"},"commit":{"message":" [v2.3.1] Update changelog, version numbers and .md files for release (#298)\n\n* Update the CHANGELOG.md to include v2.3.1 information\r\n* Update version number to \"v2.3.1+\" in main branch in public header file macro, manifest.yml and config.doxyfile.","shortMessageHtmlLink":" [v2.3.1] Update changelog, version numbers and .md files for release ("}},{"before":"1ab76b2f8d216be9638f5e67b26adbb6ff73ec99","after":"4efa6e6285d02c944f94f0625e9ced1ad75e8a0a","ref":"refs/heads/gh-pages","pushedAt":"2024-07-11T13:21:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Doxygen for 9b993a698160f4aa841f25071984c93958cce199","shortMessageHtmlLink":"Doxygen for 9b993a6"}},{"before":"8b3abb70365cdedcb5a12f0aa8639458b89aa3b1","after":"9b993a698160f4aa841f25071984c93958cce199","ref":"refs/heads/main","pushedAt":"2024-07-11T13:20:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amazonKamath","name":"Nikhil Kamath","path":"/amazonKamath","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110539926?s=80&v=4"},"commit":{"message":"Update release action for version number (#297)\n\n\r\n\r\nDescription\r\n-----------\r\n* Update the release action for version number include the following\r\nfiles\r\n - docs/doxygen/config.doxyfile - PROJECT_NUMBER\r\n - manifest.yml file - version\r\n - source file - version header\r\n - core_mqtt.h - version number\r\n* Add version number check in \"Create ZIP and verify package for release\r\nasset\" steps. Including the following\r\n - docs/doxygen/config.doxyfile - PROJECT_NUMBER\r\n - manifest.yml file - version\r\n - source file - version header\r\n - core_mqtt.h - version number\r\n* Update all the version number to \"v2.3.0+\" and \"\\\"\r\n\r\nTest Steps\r\n-----------\r\nUsing release action to create release should update the following\r\n* source/include/core_mqtt.h version number\r\n* source files header version number\r\n* doxygen version number\r\n* manifest.yml number\r\n* SBOM file\r\n\r\nTested in personal fork without problem :\r\nhttps://github.com/FreshDevGo/coreMQTT/actions/runs/9885707328/job/27304218049\r\n\r\nTest with wrong source file version number :\r\nhttps://github.com/FreshDevGo/coreMQTT/actions/runs/9885727002/job/27304274003\r\nTest with wrong manifest.yml version number :\r\nhttps://github.com/FreshDevGo/coreMQTT/actions/runs/9885726029/job/27304270303\r\nTest with wrong doxygen version number :\r\nhttps://github.com/FreshDevGo/coreMQTT/actions/runs/9885723302/job/27304269170\r\nTest with wrong version number macro in core_mqtt.h :\r\nhttps://github.com/FreshDevGo/coreMQTT/actions/runs/9885724835/job/27304268841\r\n\r\nChecklist:\r\n----------\r\n\r\n\r\n- [x] I have tested my changes. No regression in existing tests.\r\n- [ ] ~~I have modified and/or added unit-tests to cover the code\r\nchanges in this Pull Request.~~\r\n\r\nRelated Issue\r\n-----------\r\n\r\nBy submitting this pull request, I confirm that you can use, modify,\r\ncopy, and redistribute this contribution, under the terms of your\r\nchoice.","shortMessageHtmlLink":"Update release action for version number (#297)"}},{"before":"a2459c6317077c166782d9d79ce5c2c97058bce3","after":"8b3abb70365cdedcb5a12f0aa8639458b89aa3b1","ref":"refs/heads/main","pushedAt":"2024-07-02T01:15:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"},"commit":{"message":"Update LTS 202406 information (#295)\n\n* Update LTS 202406 information","shortMessageHtmlLink":"Update LTS 202406 information (#295)"}},{"before":"94a514106c42b3d78852d04e801f768e4e68714b","after":null,"ref":"refs/heads/release_candidate","pushedAt":"2024-06-18T09:16:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"}},{"before":"a445919d4dc1fbc8a42354532c52e8221580a309","after":null,"ref":"refs/heads/CovConfigUpdate","pushedAt":"2024-06-18T09:15:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"}},{"before":"59c8c4c32e1b1d2c5c3155e67171c53d34c93a87","after":null,"ref":"refs/heads/v2.2.0","pushedAt":"2024-06-18T09:15:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"}},{"before":"3f4cedc1ad027d76b2f00c2f83481b212b7a8632","after":null,"ref":"refs/heads/v2.3.0","pushedAt":"2024-06-18T09:15:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"}},{"before":null,"after":"3f4cedc1ad027d76b2f00c2f83481b212b7a8632","ref":"refs/heads/v2.3.0","pushedAt":"2024-06-07T09:39:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update SBOM","shortMessageHtmlLink":"Update SBOM"}},{"before":"a2459c6317077c166782d9d79ce5c2c97058bce3","after":null,"ref":"refs/tags/v2.3.0","pushedAt":"2024-06-07T09:30:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"e40e9a32d6a24401f4f46fc32da62409a948c5ab","after":null,"ref":"refs/tags/v2.2.1","pushedAt":"2024-06-07T09:26:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"}},{"before":"a2459c6317077c166782d9d79ce5c2c97058bce3","after":null,"ref":"refs/tags/v2.3.0","pushedAt":"2024-06-07T09:26:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"}},{"before":"bea189d39c9fa256831ee94b44d39dad55bcc247","after":"1ab76b2f8d216be9638f5e67b26adbb6ff73ec99","ref":"refs/heads/gh-pages","pushedAt":"2024-06-07T09:24:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Doxygen for a2459c6317077c166782d9d79ce5c2c97058bce3","shortMessageHtmlLink":"Doxygen for a2459c6"}},{"before":"1a2fc031830c7fd97553053d90a7a196ec360ea5","after":"bea189d39c9fa256831ee94b44d39dad55bcc247","ref":"refs/heads/gh-pages","pushedAt":"2024-06-07T09:19:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Doxygen for a2459c6317077c166782d9d79ce5c2c97058bce3","shortMessageHtmlLink":"Doxygen for a2459c6"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QwNDowODo1MS4wMDAwMDBazwAAAAS4GFK5","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QwNDowODo1MS4wMDAwMDBazwAAAAS4GFK5","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0wN1QwOToxOToyNC4wMDAwMDBazwAAAARfCcx-"}},"title":"Activity · FreeRTOS/coreMQTT"}