{"url":"https://api.github.com/repos/stlab/stlab/releases/40436669","assets_url":"https://api.github.com/repos/stlab/stlab/releases/40436669/assets","upload_url":"https://uploads.github.com/repos/stlab/stlab/releases/40436669/assets{?name,label}","html_url":"https://github.com/stlab/stlab/releases/tag/v1.6.2","id":40436669,"author":{"login":"FelixPetriconi","id":612377,"node_id":"MDQ6VXNlcjYxMjM3Nw==","avatar_url":"https://avatars.githubusercontent.com/u/612377?v=4","gravatar_id":"","url":"https://api.github.com/users/FelixPetriconi","html_url":"https://github.com/FelixPetriconi","followers_url":"https://api.github.com/users/FelixPetriconi/followers","following_url":"https://api.github.com/users/FelixPetriconi/following{/other_user}","gists_url":"https://api.github.com/users/FelixPetriconi/gists{/gist_id}","starred_url":"https://api.github.com/users/FelixPetriconi/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/FelixPetriconi/subscriptions","organizations_url":"https://api.github.com/users/FelixPetriconi/orgs","repos_url":"https://api.github.com/users/FelixPetriconi/repos","events_url":"https://api.github.com/users/FelixPetriconi/events{/privacy}","received_events_url":"https://api.github.com/users/FelixPetriconi/received_events","type":"User","user_view_type":"public","site_admin":false},"node_id":"MDc6UmVsZWFzZTQwNDM2NjY5","tag_name":"v1.6.2","target_commitish":"main","name":"Patch release 1.6.2","draft":false,"immutable":false,"prerelease":false,"created_at":"2021-03-25T18:24:22Z","updated_at":"2021-03-25T19:05:22Z","published_at":"2021-03-25T19:05:22Z","assets":[],"tarball_url":"https://api.github.com/repos/stlab/stlab/tarball/v1.6.2","zipball_url":"https://api.github.com/repos/stlab/stlab/zipball/v1.6.2","body":"- Fixed issues\r\n   - [#371]:(https://github.com/stlab/libraries/issues/371)Missing include in concurrency/utility.hpp\r\n   - The _hold for detach was being done on the executor instead of the continuation. The result was a (silenced) broken exception getting thrown if detach() is called on a ready exception.\r\n   This would trigger an exception which is caught internally in a packaged task and dropped.\r\n   ```cpp\r\n    stlab::make_ready_future(stlab::immediate_executor).detach();\r\n   ```\r\n   - Fixed an issue with the serial queue using a \"temporary\" executor which was copied into the future shared state.\r\n   - Added stealing to blocking_get<void>\r\n   - Also cleaned up blocking_get implementation.\r\n   - blocking_get_for() added\r\n   - Fix for make_exceptional_future<void> and improvements blocking_get_for added\r\n   - deprecated blocking_get() with timeout\r\n   - Fixing bugs and naming our threads\r\n   - Fixed issue with backoff\r\n   - min() duration on a clock apparently is not a minimum length duration as documented, but is a negative duration... instead we us a single tick.\r\n   - Update utility.hpp"}