{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":324655816,"defaultBranch":"main","name":"python-doipclient","ownerLogin":"jacobschaer","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-12-27T00:00:06.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5303784?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1693167428.0","currentOid":""},"activityList":{"items":[{"before":"a42d1dcf7b3cc6cb05eb4fb327d324dbb2dca86c","after":"fc8459ba233e46b3db367cc1eedc87571f84b153","ref":"refs/heads/main","pushedAt":"2023-08-27T20:16:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"Release v1.1.1","shortMessageHtmlLink":"Release v1.1.1"}},{"before":"f278a59b21c996bf67ad7afe4783ef04a7f79f08","after":"a42d1dcf7b3cc6cb05eb4fb327d324dbb2dca86c","ref":"refs/heads/main","pushedAt":"2023-08-27T20:07:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"Fix for #36: default SSL context instead of preconfigured SSL context is used (#38)\n\nFixed typing error on SSLContext isinstance","shortMessageHtmlLink":"Fix for #36: default SSL context instead of preconfigured SSL context…"}},{"before":"cb6478b95476753dd0d321c65bad5411f8b1f7e5","after":null,"ref":"refs/heads/release_1.1.0","pushedAt":"2023-07-06T05:02:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"}},{"before":"3b34d70fe88538c4c971857942cf5a2fa52ca8dd","after":"f278a59b21c996bf67ad7afe4783ef04a7f79f08","ref":"refs/heads/main","pushedAt":"2023-07-06T05:02:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"v1.1.0 cleanup (#32)\n\nRun black, fix a small nit on parameter order, update setup.py","shortMessageHtmlLink":"v1.1.0 cleanup (#32)"}},{"before":null,"after":"cb6478b95476753dd0d321c65bad5411f8b1f7e5","ref":"refs/heads/release_1.1.0","pushedAt":"2023-07-06T04:59:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"v1.1.0 cleanup\n\nRun black, fix a small nit on parameter order, update setup.py","shortMessageHtmlLink":"v1.1.0 cleanup"}},{"before":"c479ade3017bcac34e2585b284d2c4b05d28d657","after":"3b34d70fe88538c4c971857942cf5a2fa52ca8dd","ref":"refs/heads/main","pushedAt":"2023-07-06T04:52:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"Add classmethod get_entity to send Vehicle ID Req without TCP connection #17 (#28)\n\nSupports vehicle identification broadcast request on IPV4 in addition to the existing await method.","shortMessageHtmlLink":"Add classmethod get_entity to send Vehicle ID Req without TCP connect…"}},{"before":"dacd9b7c6ec0c415e663d67270291749ea460ba7","after":null,"ref":"refs/heads/release_1.0.9","pushedAt":"2023-07-04T21:40:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"}},{"before":"364b2006644ff937a8322c27d565aaeb6d7f0710","after":"c479ade3017bcac34e2585b284d2c4b05d28d657","ref":"refs/heads/main","pushedAt":"2023-07-04T21:40:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"Release 1.0.9 (#31)\n\n* Formatting\r\n* Update setup.py fix RST on pypi","shortMessageHtmlLink":"Release 1.0.9 (#31)"}},{"before":null,"after":"dacd9b7c6ec0c415e663d67270291749ea460ba7","ref":"refs/heads/release_1.0.9","pushedAt":"2023-07-04T21:37:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"Update setup.py","shortMessageHtmlLink":"Update setup.py"}},{"before":"839663aef79ae00e86690686d8ea2fd64d2ce626","after":"364b2006644ff937a8322c27d565aaeb6d7f0710","ref":"refs/heads/main","pushedAt":"2023-07-04T19:59:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"Use SSL context for wrapping socket (#30)\n\n* Add test for SSL-exceptions\r\n* Add SSLError to \"except\" clause\r\n* Add tests for SSL-context\r\n* User SSL context for wrapping socket\r\n* Add section about encrypted communication\r\n\r\n---------\r\n\r\nCo-authored-by: Simon Faiss ","shortMessageHtmlLink":"Use SSL context for wrapping socket (#30)"}},{"before":"c54f22f7e309c5ebfee576be3ce0bdbc926a2c18","after":null,"ref":"refs/heads/bring-back-python36","pushedAt":"2023-06-30T05:32:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"}},{"before":"fa45147eb8b18dd57bc9d550d8f93909c61cdc61","after":"839663aef79ae00e86690686d8ea2fd64d2ce626","ref":"refs/heads/main","pushedAt":"2023-06-30T05:32:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"CI Python 3.6 + Windows Support (#29)\n\nCI Updates","shortMessageHtmlLink":"CI Python 3.6 + Windows Support (#29)"}},{"before":"3c6802bdea076b2150b169c380c35c925f588270","after":"c54f22f7e309c5ebfee576be3ce0bdbc926a2c18","ref":"refs/heads/bring-back-python36","pushedAt":"2023-06-30T05:29:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"Update tests.yml","shortMessageHtmlLink":"Update tests.yml"}},{"before":"9ba516113d6d0abe7978302b12676ce0b6dd1cad","after":"3c6802bdea076b2150b169c380c35c925f588270","ref":"refs/heads/bring-back-python36","pushedAt":"2023-06-30T05:26:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"Update tests.yml","shortMessageHtmlLink":"Update tests.yml"}},{"before":"a24bd210672cd5a93e0ff4adf8457bb6ed6b3e19","after":"9ba516113d6d0abe7978302b12676ce0b6dd1cad","ref":"refs/heads/bring-back-python36","pushedAt":"2023-06-30T05:25:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"Update tests.yml","shortMessageHtmlLink":"Update tests.yml"}},{"before":"493adf34509937b72b74fc9e0ea195fd76765e9f","after":"a24bd210672cd5a93e0ff4adf8457bb6ed6b3e19","ref":"refs/heads/bring-back-python36","pushedAt":"2023-06-30T05:22:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"Update tests.yml","shortMessageHtmlLink":"Update tests.yml"}},{"before":"76c4f61708485ba81b3c3113aaa336b0bba95a35","after":"493adf34509937b72b74fc9e0ea195fd76765e9f","ref":"refs/heads/bring-back-python36","pushedAt":"2023-06-30T05:22:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"Update tests.yml","shortMessageHtmlLink":"Update tests.yml"}},{"before":null,"after":"76c4f61708485ba81b3c3113aaa336b0bba95a35","ref":"refs/heads/bring-back-python36","pushedAt":"2023-06-30T05:18:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"Update tests.yml\n\nExperiment","shortMessageHtmlLink":"Update tests.yml"}},{"before":"1a1403eb7bb741139a5c32d8c0f9ff593fea2f02","after":"fa45147eb8b18dd57bc9d550d8f93909c61cdc61","ref":"refs/heads/main","pushedAt":"2023-06-30T04:53:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jacobschaer","name":"Jacob Schaer","path":"/jacobschaer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5303784?s=80&v=4"},"commit":{"message":"Update tests.yml\n\nRemove Python 3.6 from the ubuntu-latest target since it's no longer supported\r\n\r\nhttps://github.com/actions/runner-images/issues/6399","shortMessageHtmlLink":"Update tests.yml"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADc4g8-QA","startCursor":null,"endCursor":null}},"title":"Activity · jacobschaer/python-doipclient"}