RADAR fitbit connector version 0.2.3
Changes since version 0.2.2:
- Reverts bug introduced in 0.2.2: replace
findFirstto run request with anIteratorafter which to run the request. By using calls with side-effects in streams, Java streams was preloading a lot of URLs without evaluating the findFirst and data was lost in that way. - Fix security issues
- Make polling time per user route configurable