# CHANGELOG ## v1.4.1 - Add in support to create file with trace data #167 ## v1.3.1 - Cope with the gem being loaded but not configured when using minitest #165 - @billhorsman ## v1.3.0 - Fix ETIMEDOUT during socket connection causing non-zero exit code #162 - @blaknite - Add ability to pass custom run env to Test Analytics API #163 - @blaknite ## v1.2.5 - Relax activesupport dependency to >= 4.2.0 #155 - @noodl ## v1.2.4 - Fix sleep instrumentation errors without argument #153 - @JuanitoFatas ## v1.2.3 - Add ability to specify execution prefix/suffix #140 - @JuanitoFatas ## v1.1.3 - Use a private reference to JSON.parse to prevent it being mocked #149 - @ghcan ## v1.1.2 - Remove branch reference prefix in Github Actions #136 - @gchan - Make ruby collector work better for non-web app #128 - @JuanitoFatas - Avoid linters complaining about double quotes #137 - @SocalNick - Revert "Allow specifying run name prefix and suffix" #139 - @JuanitoFatas - Update Code of Conduct contact email address #143 - @JuanitoFatas - Suppress errors when connecting to Buildkite #145 - @swebb - Add some design documentation to understand how the gem works #146 - @swebb - Fix logging level from debug to error #147 - @gchan ## v1.1.1 - Strip CR/LF from token input #127 - @gchan - Allow specify run name prefix and suffix #130 - @juanitofatas - Improve Minitest support by using after_teardown #131 - @davidstosik - Avoid breaking test suite stubs `Process.clock_gettime` #132 - @juanitofatas (thanks @ChrisBR) ## v1.1.0 - Remove an internal debugging change #115 — @juanitofatas - Remove warnings #116 - @juanitofatas - Fix old gem name still in debugging and warning messages #117 - @juanitofatas - Include module from `Minitest` #118 - @juanitofatas - Fix Minitest loading without using minitest hook #125 — @paulca ## v1.0.1 - Fix project_dir issue expecting a string, not a Pathname #112 — @paulca ## v1.0.0 - Option to disable detailed tracing #108 - @blanknite - minitest support (beta) #103 - @mariovisic, @blaknite - Handle re-raised disconnect exceptions #102 - @JuantoFatas - Make trace lookup faster using a Hash #98 - @blaknite, @mariovisic - Introduce more configurable logging #97 - @JuanitoFatas ## v0.8.1 - Improve the EOT confirmation #93 — @blaknite ## v0.8.0 - Support multiple CI platforms and generic env #80 — @blaknite - Replace invalid UTF-8 characters in test names #85 — @mariovisic - Relax Active Support constraint #87 — @ags