Releases: prashanth-hegde/jpath
Bugfix: Negative Waitgroup counter
This is a bugfix release for negative waitgroup counter for unwrapped messages
Bugfixes
There was an issue where a non-existing field in the input expression would throw an exception and exit the program.
Now, if an input expression contains a non-existing field it doesn't fail, but returns empty fields with it.
Support for http requests
json formatting/parsing is very often used with http calls. So adding support to make http calls for parsing json.
Usage:
jpath expression url [-H 'key: value']
Example:
jpath 'results[gender=male]' https://randomuser.me/api/?results=10 -H 'x-api-key: fakeKey'
First minor release
First minor release
A stable release with the most important features!
unwrap, compact options
This release brings the following experimental features
-u||--unwrap
--> for streaming outputs-c|--compress
--> for compressed output to terminal- performance enhancements
- more tests and benchmarking
Although the functional coverage is decent enough (>90%), there may be some edge cases that are still not covered.
This is still a minor release because some race conditions still need to be baked well. But all in all, is a very exciting release
0.0.2
What's Changed
- regex filters
- count impl
- jpath as piped command for streaming stdin outputs
- more tests
0.0.1
testing release actions