Releases: berglh/escroll
Releases · berglh/escroll
v0.3.0
Change Log
- Fix bug #17 by adding support for the new API scroll request body
- Combine server and query flags into url flag #11
- Add support for both https and http schemes in URI query #18
- Explain what fields are ommited in the out put #15
- Move away from regex for URI to net/url package eliminates #14
v0.2.4
Note: Travis built for MacOS and Windows, these binaries are untested
Change Log:
- Fix bug #16 not including hits.total in query URI now throws error
- Add feature #12 total time on completion
- Improvement #13 combine search and scroll functions
- Re-added #7 version information flag
- Fix completion message output to new line correctly
- Added repo license file
- Setup travis-ci
v0.2.3
Change Log:
- Resolved problem in returning old data in respJSON during scroll loop
- Made respJSON a pointer to allow it to be cleared easily
- Fixed newline on scroll success message
- Improved regex on query string to capture filter path for use in scroll loop
- Added version information flag
- Create flag for experimenting with combined server and query string
v0.2.2
Change Log:
- Documentation: Add README content #5
- Change
-h
flag to -s
flag to avoid confusion #4
- Check status codes of searches to ensure operating correctly
- Improve
-d
flag to read in files using @
prefix and depricate -f
flag
- Added version information constant to match git tag
v0.2.1
Change Log:
- Feature: Logging of application to stderr #3
- Feature: Added progress indicator #2
- Feature: Validate query file/data string as JSON #1