Skip to content

Latest commit

 

History

History
119 lines (84 loc) · 4.06 KB

File metadata and controls

119 lines (84 loc) · 4.06 KB

v1.18.0

  • Minimal go version is now Go 1.25

v1.17.5

  • Dependencies: Bump STACKIT SDK core module from v0.24.0 to v0.24.1

v1.17.4

  • Dependencies: Bump STACKIT SDK core module from v0.21.1 to v0.24.0

v1.17.3

  • Bump STACKIT SDK core module from v0.21.0 to v0.21.1

v1.17.2

  • Dependencies: Bump github.com/golang-jwt/jwt/v5 from v5.3.0 to v5.3.1

v1.17.1

  • Bump STACKIT SDK core module from v0.19.0 to v0.20.0

v1.17.0

  • Feature: Add new field Scope in CatalogProductPricingOption model
  • Deprecation: Deprecated API methods GetCatalogProduct, ListCatalogProducts and InquiriesCreateInquiry

v1.16.0

  • Breaking Change: Remove unused ProjectId model struct

v1.15.0

  • Feature: Add EndUserLicenseAgreement, ProductDescription and ServiceLevelAgreement attributes and add them to Assets struct

v1.14.0

  • Feature: Add HasPrivatePlanOption field (type *bool) to CatalogProductDetail struct

v1.13.0

  • Feature: Add HasDemo field (type *bool) to CatalogProductDetail struct

v1.12.0

  • Breaking Change: Change Logo field type from *[]byte to *string in CatalogProductDetail, CatalogProductDetailsVendor, and CatalogProductOverview models

v1.11.0

  • Feature: Add new field DemoUrl to CatalogProductDetail model

v1.10.0

  • Feature: Added PlanId to CatalogProductPricingOption and SubscriptionProduct

v1.9.0

  • Feature: Added RequestPrivatePlan to InquiriesCreateInquiryPayload

v1.8.0

  • Feature: Add new field FreeTrial in CatalogProductOverview model

v1.7.1

  • Bugfix: oneOfs with enums and strings can not be parsed

v1.7.0

  • Breaking Change: Update InquiryFormType enums

v1.6.1

  • Dependencies: Bump github.com/golang-jwt/jwt/v5 from v5.2.2 to v5.2.3

v1.6.0

  • Feature: Add new Assets model for managing service certificate assets
  • Feature: Add new LocalizedVersion model for localized content management
  • Feature: Add new NoticePeriod model with types: SAME_DAY, DAYS, MONTHS
  • Feature: Add new ServiceCertificate model for service certification
  • Feature: Add Assets field to CatalogProductDetail model
  • Feature: Add OfferType field to CatalogProductDetail model
  • Feature: Add NoticePeriod field to CatalogProductPricingOption model
  • Add required:"true" tags to model structs

v1.5.0 (2025-06-10)

  • Feature: Add new field Facets in ListCatalogProductsResponse

v1.4.0 (2025-06-06)

  • Fix: Fixed types for VendorId, ProjectId, OrganizationId and SubscriptionId

v1.3.1 (2025-06-04)

  • Feature: Added Industries attribute

v1.3.0 (2025-05-15)

  • Breaking change: Introduce interfaces for APIClient and the request structs

v1.2.1 (2025-05-15)

  • Feature: Add new method VendorsSubscriptionsReject

v1.2.0 (2025-05-14)

  • Breaking change: Introduce typed enum constants for status attributes

v1.1.0 (2025-05-13)

  • Breaking Change: Added organization id to VendorSubscription

v1.0.1 (2025-05-09)

  • Feature: Update user-agent header

v1.0.0 (2025-05-02)

  • Breaking Change:
    • Introduced dedicated type for product id with appropriate validations
  • Feature:
    • Improved nil-safety
    • subscription products contain the plan id

v0.5.0 (2025-04-11)

  • Feature: Add new InquiryContactSales, InquirySuggestProduct, PriceType, PricingOption and DeliveryMethod

v0.4.0 (2025-04-04)

  • Feature: Add new VendorProductId attribute for subscription products

v0.3.1 (2025-03-19)

  • Internal: Backwards compatible change to generated code

v0.3.0 (2025-02-25)

  • Feature: Add method to create inquiries: InquiriesCreateInquiry
  • Feature: Add sort property to ApiListCatalogProductsRequest
  • Feature: Add payload ApproveSubscriptionPayload for ApiApproveSubscriptionRequest

v0.2.0 (2025-02-21)

  • New: Minimal go version is now Go 1.21

v0.1.0 (2025-01-10)

  • New: STACKIT Marketplace module can be used to manage the STACKIT Marketplace.