Skip to content

v1.0.0

Choose a tag to compare

@stephenmoloney stephenmoloney released this 31 Mar 16:33
· 15 commits to master since this release

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 of Og >= 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 of log(data, opts) or log_r(data, opts) to simplify the api.