Skip to content

fix(deps): update module github.com/equinix/equinix-sdk-go to v0.64.0#47

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-equinix-equinix-sdk-go-0.x
Open

fix(deps): update module github.com/equinix/equinix-sdk-go to v0.64.0#47
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-equinix-equinix-sdk-go-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 18, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/equinix/equinix-sdk-go v0.61.0v0.64.0 age confidence

Release Notes

equinix/equinix-sdk-go (github.com/equinix/equinix-sdk-go)

v0.64.0

Compare Source

Changes

New APIs

  • AgentTemplatesApi - Manage agent templates
    • GetAgentTemplateByUuid() - Retrieve an agent template by UUID
  • AgentsApi - Manage agents
    • GetAgentActivities() - Retrieve activities for a specific agent
    • GetAllAgents() - Retrieve all agents
    • CreateAgent() - Create a new agent
    • UpdateAgent() - Update an existing agent
    • DeleteAgent() - Delete an agent

New Models

  • Agent - Represents an agent
  • AgentActivities - Represents activities related to an agent
  • AgentActivitiesMetadata - Metadata for agent activities
  • AgentDefinition - Definition of an agent
  • AgentGetActivities - Response model for agent activities
  • AgentGetAllResponse - Response model for retrieving all agents
  • AgentPatchRequest - Request model for updating an agent
  • AgentPostRequest - Request model for creating an agent
  • AgentTemplate - Represents an agent template
  • AgentTemplateGetAllResponse - Response model for retrieving all agent templates
  • AgentTemplates - Represents agent templates
  • AgentTemplatesState - Represents the state of agent templates
  • ChatMessage - Represents a chat message
  • CloudRouterRouteAggregationAndExpression - Logical AND expression for route aggregation
  • CloudRouterRouteAggregationExpression - Expression for route aggregation
  • CloudRouterRouteAggregationOrExpression - Logical OR expression for route aggregation
  • CloudRouterRouteAggregationSimpleExpression - Simple expression for route aggregation
  • CloudRouterRouteAggregationSimpleExpressionProperty - Property for simple route aggregation expression
  • CloudRouterRouteAggregationsFilter - Filter for route aggregations
  • CloudRouterRouteAggregationsSearchBase - Base search model for route aggregations
  • CloudRouterRouteAggregationsSearchResponse - Response model for route aggregation search
  • CloudRouterRouteFilterAndExpression - Logical AND expression for route filters
  • CloudRouterRouteFilterExpression - Expression for route filters
  • CloudRouterRouteFilterOrExpression - Logical OR expression for route filters
  • CloudRouterRouteFilterSimpleExpression - Simple expression for route filters
  • CloudRouterRouteFilterSimpleExpressionProperty - Property for simple route filter expression
  • CloudRouterRouteFiltersFilter - Filter for route filters
  • CloudRouterRouteFiltersSearchBase - Base search model for route filters
  • CloudRouterRouteFiltersSearchResponse - Response model for route filter search
  • MessagesInner - Represents an inner message
  • RaAttachmentSortItem - Sort item for route aggregation attachments
  • RaAttachmentSortItemProperty - Property for route aggregation attachment sort item
  • RfAttachmentSortItem - Sort item for route filter attachments
  • RfAttachmentSortItemProperty - Property for route filter attachment sort item
  • RouteAggregationRuleAndExpression - Logical AND expression for route aggregation rules
  • RouteAggregationRuleExpression - Expression for route aggregation rules
  • RouteAggregationRuleOrExpression - Logical OR expression for route aggregation rules
  • RouteAggregationRuleSimpleExpression - Simple expression for route aggregation rules
  • RouteAggregationRuleSortBy - Sorting options for route aggregation rules
  • RouteAggregationRuleSortCriteria - Sorting criteria for route aggregation rules
  • RouteAggregationRuleSortDirection - Sorting direction for route aggregation rules
  • RouteAggregationRulesFilter - Filter for route aggregation rules
  • RouteAggregationRulesSearchRequest - Request model for searching route aggregation rules
  • RouteAggregationRulesSearchResponse - Response model for searching route aggregation rules
  • RouteFilterRuleAndExpression - Logical AND expression for route filter rules
  • RouteFilterRuleExpression - Expression for route filter rules
  • RouteFilterRuleOrExpression - Logical OR expression for route filter rules
  • RouteFilterRuleSimpleExpression - Simple expression for route filter rules
  • RouteFilterRuleSortBy - Sorting options for route filter rules
  • RouteFilterRuleSortCriteria - Sorting criteria for route filter rules
  • RouteFilterRuleSortDirection - Sorting direction for route filter rules
  • ServiceProfileActionRequest - Request model for service profile actions
  • ServiceProfileActionResponse - Response model for service profile actions
  • ServiceProfileChange - Represents a change in a service profile

Updated Models

  • AccessPointType - Added: APP_LINK
  • CloudEventAssetType - Added: APP_LINK
  • ExpressionOperator - Added: CONTAINS, NOT_CONTAINS
  • PortSortBy - Added: OPERATOR, LOCATION
  • ServiceProfile - Added field change (ServiceProfileChange)
  • Order - Added field orderNumber (string)
  • CompanyProfileResponse - Added field account (CompanyProfileResponseAccount)

Breaking Changes

  • DeleteStreamAlertRuleByUuid - Updated description from "Update Stream Alert Rules" to "Delete Stream Alert Rules"
  • ApiGetCloudRouterActionsRequest.Execute() - Updated return type from *CloudRouterActionResponse to *CloudRouterActionsSearchResponse
  • ConnectionType - Removed: VPIC
  • AccessPoint.VpicInterface - Removed field
  • ConnectionSide.VpicInterface - Removed field
  • EquinixStatus.VpicInterface - Removed field
  • PortRequest.VpicInterface - Removed field

Release Notes - Breaking Changes

Important: This release contains a significant number of breaking API changes. As a v0 semver product, these changes are within expectations, but users should review carefully before upgrading.

Breaking Changes Summary
Area Change
DeleteStreamAlertRuleByUuid Updated description from "Update Stream Alert Rules" to "Delete Stream Alert Rules"
ApiGetCloudRouterActionsRequest.Execute() Updated return type from *CloudRouterActionResponse to *CloudRouterActionsSearchResponse
ConnectionType Removed VPIC
AccessPoint Removed VpicInterface field
ConnectionSide Removed VpicInterface field
EquinixStatus Removed VpicInterface field
PortRequest Removed VpicInterface field

v0.63.0

Compare Source

Features

Changes in SDK

New APIs

  • api_company_profiles.go - CRUD operations for company profiles with private service, service profile, and tag associations
  • api_logos.go - Logo retrieval and deletion operations
  • api_tags.go - Tag creation and listing operations

Enhanced APIs

  • api_metrics.go - Added GetMetricByName endpoint with wildcard support for metro-level metrics (equinix.fabric.metro.{SOURCE_METRO_CODE}_{DESTINATION_METRO_CODE}.latency, equinix.fabric.metro.{SOURCE_METRO_CODE}_{DESTINATION_METRO_CODE}.jitter_avg)
  • api_ports.go - Enhanced functionality
  • api_service_profiles.go - Enhanced functionality
  • api_service_tokens.go - Enhanced functionality

New Models

  • model_company_metro.go - Company metro information
  • model_company_profile_sort_direction.go - Sort direction enum for company profile queries
  • model_get_metrics_by_name_response.go - Metrics query response with pagination support
  • model_platform_changelog.go - Change tracking metadata for platform updates
  • model_response_incomplete_details.go - Details about incomplete responses
  • model_response_incomplete_details_reason.go - Reason codes for incomplete responses
  • model_response_usage_input_tokens_details.go - Input token usage tracking
  • model_response_usage_output_tokens_details.go - Output token usage tracking
  • model_sort.go - Generic sort criteria model

Updated Models

  • model_attach_logo_response.go - Attach logo response model
  • model_cloud_event_asset_type.go - Cloud event asset type enum expansion
  • model_company_logo.go - Company logo model
  • model_company_profile_change.go - Company profile change tracking
  • model_company_profile_request.go - Company profile request model
  • model_company_profile_response.go - Company profile response model
  • model_company_profile_search_request.go - Company profile search request
  • model_connection_route_table_entry.go - Connection route table entry
  • model_equinix_status.go - Equinix status enum expansion
  • model_geo_scope_type.go - Geographic scope type enum expansion
  • model_logo_response.go - Logo response model
  • model_metric_resource.go - Metric resource model
  • model_metro.go - Metro information model
  • model_metro_response.go - Metro response model
  • model_patch_operation_op.go - Patch operation enum expansion
  • model_port_order_purchase_order.go - Port order purchase order model
  • model_port_order_purchase_order_selection_type.go - Purchase order selection type
  • model_port_order_purchase_order_type.go - Purchase order type
  • model_port_order_signature.go - Port order signature model
  • model_port_order_signature_delegate.go - Port order signature delegate
  • model_port_order_signature_signatory.go - Port order signature signatory
  • model_tag_response.go - Tag response model
  • model_virtual_port_price.go - Virtual port pricing model

Breaking Changes

  • model_company_profile_update_response.go - REMOVED (replaced by refactored response structure using CompanyMetro and other models)

v0.62.0

Compare Source

Features

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 087db25 to 3f0593c Compare January 8, 2026 19:49
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 8, 2026

Uncommitted changes were detected in the docs/ directory. Please run make docs and commit the changes to your branch.

@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 3f0593c to da59942 Compare January 8, 2026 19:58
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.62.0 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.63.0 Feb 17, 2026
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from da59942 to 9a3ce5b Compare February 17, 2026 22:38
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.63.0 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.64.0 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 9a3ce5b to e33d768 Compare April 22, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants