Releases: m-lab/jostler
Releases · m-lab/jostler
v1.0.5
v1.0.4
What's Changed
- Increase bufio's buffer size to handle long lines by @SaiedKazemi in #39
- Create directory where data will be written to by @SaiedKazemi in #40
Full Changelog: v1.0.2...v1.0.4
v1.0.3
What's Changed
- Upgrade golang.org/x/text from 0.3.7 to 0.3.8 by @SaiedKazemi in #35
- Bump golang.org/x/net from 0.0.0-20221012135044-0b7e1fb9d458 to 0.7.0 by @dependabot in #36
- Add a flag to check_bundles.go to define datatype by @SaiedKazemi in #37
- Increase bufio's buffer size to handle long lines by @SaiedKazemi in #39
- Create directory where data will be written to by @SaiedKazemi in #40
Full Changelog: v1.0.0...v1.0.3
v1.0.1: Add Dockerfile to repo (#32)
This release is identical to v1.0.0 and is only for testing purposes.
First release of jostler
Add Dockerfile to repo (#32) This commit adds a Dockerfile to the repo for running jostler inside a container. Changes passed e2e testing inside a container and all bundle contents were verified using check_bundles.go.