v1.0.0
v1.0.0
- Important security fix.
- Slight change to API and simplification of same
[security fix]
- Remove dependency on
Code.eval_string/3. A potential security issue exists with the use of
Code.eval_string/3.
Hence only versions ofOg>= 1.0.0 should be used.
[Breaking changes]
- Due to removal of
Code.eval_string/3, the library relies
on simple runtime function to log the data. - Major change to the api. As the number of arguments grew, the api became complex.
The api is changing in favour oflog(data, opts)orlog_r(data, opts)to simplify the api.