Skip to content

Releases: SpringSocialMicrosoft/spring-social-partnercenter

Release 6.2.3

06 Mar 16:47
4aa2979
Compare
Choose a tag to compare

6.2.3

Bug Fixes

  1. Fixed failure in PartnerCenterAdminConnection constructor PartnerCenterAdminConnection(ConnectionData, ApiAdaptor, ServiceProvider).

Release 6.2.2

27 Feb 18:50
5f1bdf7
Compare
Choose a tag to compare

6.2.2

Bug Fixes

  1. Fixed Conversion Result message contract. The properties from ConversionError and ConversionResult were swapped

Release 6.0.0

12 Nov 04:11
fe151fe
Compare
Choose a tag to compare

6.0.0

Updates

  1. Modified authorization methods in connection to use the refresh token when refreshing connection.
  2. Added Suspension Reasons to org.springframework.social.partnercenter.api.order.subscription.Subscription

Bug Fixes

  1. Updated org.springframework.social.partnercenter.api.customer.user.License to match API documentation.

Release 5.0.2

19 Oct 13:59
Compare
Choose a tag to compare

Release 5.0.2

Changes

  1. Fixed serialization issue with date attributes in org.springframework.social.partnercenter.api.order.subscription.Subscription class.

Release 5.0.1

19 Oct 14:11
Compare
Choose a tag to compare

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

  1. Changed org.springframework.social.partnercenter.api.billing.pricing.AzureResourcePricing.locale to java.util.Locale instead of String.
  2. Changed org.springframework.social.partnercenter.api.billing.pricing.OfferTerm.effectiveDate to java.time.Instant instead of String.
  3. 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
  4. Fixed bug passing Locale to org.springframework.social.partnercenter.api.billing.pricing.PricingOperations. getAzurePricing
  5. Fixed bug in org.springframework.social.partnercenter.api.customer.user.AdminUserOperations.assignLicensesToUser
  6. Changed parameter object for AdminUserOperations.assignLicensesToUser. Previous contract was incorrect and lead to the aforementioned bug.