Skip to content

v1.53.0

Compare
Choose a tag to compare
@PavelInjective PavelInjective released this 09 Oct 20:22
· 48 commits to master since this release
  • Changed the location of OFAC list file to make it relative and allow apps using the SDK without a Go environment (just running the app executable) to work properly.
  • The issue with the previous version was that the ofac.json file was not included in the compiled app, and if the app was executed in a different environment than the one used to compile it, the path to the json file was still referencing the path at compile time

What's Changed

  • fix/make_ofac_list_file_path_relative by @aarmoa in #251

Full Changelog: v1.52.2...v1.53.0