Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@JoelOtter JoelOtter released this 22 Jan 20:07
· 2 commits to master since this release

Version 1.2.0 of eos4j has been released. This release adds the Ecom interface and fixes a bug with the translation from Epic SDK timestamps to Java Date objects.

There are no breaking changes.

Changes

Ecom interface

Implements Ecom interface, with the following features:

  • Catalog offers (query/count/copy)
  • Entitlements (query/count/copy), entitlement token, redeem
  • Query ownership, ownership token
  • Checkout
  • Transactions
    • Count and copy by ID/index
    • Get transaction ID, count and copy entitlements

Fixes

  • Fixed a bug in Java Date object creation (second timestamps vs. Java's millisecond ones).

Acknowledgements

Thank you to @noblemaster for their help in testing the Ecom interface.