# Migration v56

**Breaking change**: this release removes the Subscription methods of `getUserSubscriptions`, `getUserSubscriptionById`, `getUserSubscriptionByNumber`, `getUserSubscriptionBySubscriptionNumber`, given we want to discourage users from using n-membership-sdk to get this data as it is already available in the new GraphQL APIs.

## What do you need to do

By now all consuming clients of n-membership-sdk have migrated away from the usage of these methods, but in case there was an implementation that was missed and is still using these methods, then the code needs to be migrated to use the SnP GraphQL API to get the subscriptions for a user instead.
