Skip to content

release-2025-09-11

Choose a tag to compare

@Fyusel Fyusel released this 11 Sep 07:52
· 95 commits to main since this release
ca62545

Highlights

  • cdn: v1.5.0
    • Feature: Added Attribute LogSink to ConfigPatch
    • Feature: Added Attribute Geofencing to DistributionPayload, HttpBackend and HttpBackendPatch
    • Feature: Added new function GetLogsSearchFilters
  • intake:
    • v0.1.2
      • Feature: Add new field Partitioning to IntakeCatalog model
    • v0.1.1
      • Mark fields MaxMessageSizeKiB and MaxMessagesPerHour as optional instead of required in UpdateIntakeRunnerPayload model struct
  • modelserving: v0.6.0
    • Feature: New enum values MODELTYPE_AUDIO and MODELTYPE_IMAGE for ModelTypes enum
    • Breaking Change: Renaming of ChatModelDetailsBits enum fields
      • CHATMODELDETAILSBITS_1Bit -> CHATMODELDETAILSBITS_ONE_BIT
      • CHATMODELDETAILSBITS_2Bits -> CHATMODELDETAILSBITS_TWO_BITS
      • CHATMODELDETAILSBITS_4Bits -> CHATMODELDETAILSBITS_FOUR_BITS
      • CHATMODELDETAILSBITS_8Bits -> CHATMODELDETAILSBITS_EIGHT_BITS
      • CHATMODELDETAILSBITS_16Bits -> CHATMODELDETAILSBITS_SIXTEEN_BITS
  • objectstorage: v1.4.0
    • Breaking change: Set Expires field in CreateAccessKeyResponse model to NullableString
  • observability:
    • v0.14.0
      • Feature: Add attributes JaegerHttpTracesUrl, OtlpGrpcTracesUrl and OtlpHttpTracesUrl to InstanceSensitiveData model
    • v0.13.0
      • Feature: Add support for HTTP checks and cert checks
    • v0.12.0
      • Feature: Add MetricsEndpointUrl field to InstanceSensitiveData model struct
  • kms: v1.0.0
    • Switch to API version v1 of STACKIT KMS service (previously v1beta)
    • Breaking Change: Removal of deprecated Backend model
    • Breaking Change: Remove Backend field and mark Protection field as required in Key, CreateKeyPayload, CreateWrappingKeyPayload and WrappingKey model
  • ske: v1.4.0
    • Feature: Add new field Kubernetes to Nodepool model
  • serviceaccount: v0.11.1
    • Improvement: Improve error handling for CreateShortLivedAccessToken
  • stackitmarketplace:
    • v1.9.0
      • Feature: Added RequestPrivatePlan to InquiriesCreateInquiryPayload
    • v1.8.0
      • Feature: Add new field FreeTrial in CatalogProductOverview model

What's Changed

Full Changelog: release-2025-08-29...release-2025-09-11