release notes/v0.34.1.md
k6 v0.34.1 is a patch release with a few minor bugfixes:
k6/execution API added to k6 v0.34.0 - some of its properties weren't usable with the externally-controlled executor (#2132).Response.json() to not have a length property when the response was a JSON array, i.e.response.json().hasOwnProperty('length') was returning false (#2133). Thanks for reporting, @julien-sugg!