Releases: madjar/fhue
Releases · madjar/fhue
v0.1.4.0: Now you can show fhue to your friends!
v0.1.3.0: 0.1.3.0 [2016-08-01]
Added
- Integration tests! Hopefully, that should mean no more regressions!
- All paths on HDFS can now be relative to
/user/USERNAME
. ls
can be called without arguments: it lists files in/user/USERNAME
.put
can be called only with the file to upload: it will be uploaded to/user/USERNAME
.- FHue will now ask for your login if the password doesn't work any more.
Changed
- Make less requests by reusing the CSRF token accross requests. This should make FHue faster :)