v1.4 - SUBSCRIPTION_NOTICE
gbranchaudrubenovitch
released this
28 Nov 20:55
·
903 commits
to master
since this release
New features:
- New fields on SUBSCRIPTION_ORDER: added
partnerName
&applicationUuid
. - a lot of sdk-internal classes were made
package private
. Should not impact connector code.
Breaking Changes:
- new event type: SUBSCRIPTION_NOTICE & its
CLOSED, DEACTIVATED, REACTIVATED & UPCOMING_INVOICE
sub-types.- This is a breaking change, you need to implement new handlers for them. See the
MinimalConnector
class
- This is a breaking change, you need to implement new handlers for them. See the
- many classes were moved to the
com.appdirect.sdk.events
package.