Releases: SpringSocialMicrosoft/spring-social-partnercenter
Releases · SpringSocialMicrosoft/spring-social-partnercenter
Release 6.2.3
6.2.3
Bug Fixes
- Fixed failure in PartnerCenterAdminConnection constructor
PartnerCenterAdminConnection(ConnectionData, ApiAdaptor, ServiceProvider)
.
Release 6.2.2
6.2.2
Bug Fixes
- Fixed Conversion Result message contract. The properties from ConversionError and ConversionResult were swapped
Release 6.0.0
6.0.0
Updates
- Modified authorization methods in connection to use the refresh token when refreshing connection.
- Added Suspension Reasons to
org.springframework.social.partnercenter.api.order.subscription.Subscription
Bug Fixes
- Updated
org.springframework.social.partnercenter.api.customer.user.License
to match API documentation.
Release 5.0.2
Release 5.0.2
Changes
- Fixed serialization issue with date attributes in
org.springframework.social.partnercenter.api.order.subscription.Subscription
class.
Release 5.0.1
Release 5.0.1
This release changes several date fields to java.date types instead of string and fixes bugs in UserOperations and PricingOperations
Changes
- Changed org.springframework.social.partnercenter.api.billing.pricing.AzureResourcePricing.locale to java.util.Locale instead of String.
- Changed org.springframework.social.partnercenter.api.billing.pricing.OfferTerm.effectiveDate to java.time.Instant instead of String.
- Changed all of the following to java.time.ZonedDateTime instead of String.
- org.springframework.social.partnercenter.api.billing.pricing.PricingMeter.effectiveDate
- org.springframework.social.partnercenter.api.order.subscription.Subscription.creationDate
- org.springframework.social.partnercenter.api.order.subscription.Subscription.effectiveStartDate
- org.springframework.social.partnercenter.api.order.subscription.Subscription.commitmentEndDate
- Fixed bug passing Locale to org.springframework.social.partnercenter.api.billing.pricing.PricingOperations. getAzurePricing
- Fixed bug in org.springframework.social.partnercenter.api.customer.user.AdminUserOperations.assignLicensesToUser
- Changed parameter object for AdminUserOperations.assignLicensesToUser. Previous contract was incorrect and lead to the aforementioned bug.