Skip to content

Version 4.24.0

Compare
Choose a tag to compare
@uerceg uerceg released this 09 Dec 12:35
· 976 commits to master since this release
772d1bd

Added

  • Added possibility to get cost data information in attribution callback.
  • Added setNeedsCost: method to ADJConfig to indicate if cost data is needed in attribution callback (by default cost data will not be part of attribution callback if not enabled with this setter method).
  • Enabled position dependent code generation.

Changed

  • Improved logging.
  • Addressed Xcode warnings regarding deprecated API usage.
  • Removed some obsolete and unused API.

Public PRs

  • Updated README (#472).
  • Replaced malloc with more secure calloc calls (#432).

Migration Guide.


Pull Request #484