Skip to content

Update module github.com/equinix/equinix-sdk-go to v0.64.0#190

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

Update module github.com/equinix/equinix-sdk-go to v0.64.0#190
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 Apr 11, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/equinix/equinix-sdk-go v0.50.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

v0.61.0

Compare Source

Features

v0.60.0

Compare Source

Features

v0.59.0

Compare Source

Features
Bug Fixes

v0.58.0

Compare Source

Features
Bug Fixes

v0.57.0

Compare Source

Features
Bug Fixes
  • (ordersv2) Remove productType enum constraint to handle undocumented API values (efaef37)
  • add templates directory for ordersv2 so that CI code generation test can run (b71bb82)
  • Apply Patch changes for Updating AlertRulePutRequest schema (#​139) (ade5b7e)
  • regenerate ordersv2 with correct version and formatting (dfd90e2)
  • Remove priceType enum constraint to handle undocumented API values (61514ce)
  • yaml syntax update to address error reported by github action (29984ff)

v0.56.0

Compare Source

Features

v0.55.0

Compare Source

Features

v0.54.2

Compare Source

0.54.2 (2025-07-18)
Bug Fixes

v0.54.1

Compare Source

0.54.1 (2025-07-18)
Bug Fixes
  • docs: update examples to use built-in OAuth2 extension (#​122) (bbb8c4a)

v0.54.0

Compare Source

Features

v0.53.0

Compare Source

Features

v0.52.0

Compare Source

Features
Reverts
  • Remove Patch for Get all Stream Alert Rules Schema change (#​114) (01bad12)

v0.51.2

Compare Source

0.51.2 (2025-06-03)
Bug Fixes
  • Apply Patch changes for Updating Get All Stream Alert Rules schema (#​111) (c47cdd1)

v0.51.1

Compare Source

0.51.1 (2025-04-28)
Bug Fixes

v0.51.0

Compare Source

Features
Bug Fixes

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 becomes conflicted, 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 changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.51.0 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.51.1 Apr 28, 2025
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 463fb8e to f80e31b Compare April 28, 2025 23:13
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.51.1 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.51.2 Jun 3, 2025
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from f80e31b to 3009c42 Compare June 3, 2025 21:11
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 3009c42 to 82d988e Compare June 16, 2025 17:31
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.51.2 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.52.0 Jun 16, 2025
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 82d988e to 7825625 Compare June 18, 2025 16:48
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.52.0 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.53.0 Jun 18, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jun 18, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/oauth2 v0.24.0 -> v0.26.0

@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 7825625 to b6c1fe6 Compare July 2, 2025 23:01
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.53.0 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.54.0 Jul 2, 2025
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from b6c1fe6 to 18e6209 Compare July 18, 2025 19:15
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.54.0 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.54.1 Jul 18, 2025
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 18e6209 to 6a8f102 Compare July 18, 2025 23:41
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.54.1 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.54.2 Jul 18, 2025
@apiiro
Copy link
Copy Markdown

apiiro Bot commented Jul 19, 2025

WORKFLOW-6 · Product Org - SCA

Remediation actions:
To mitigate these risks, it is crucial to regularly update packages, monitor for vulnerabilities, and promptly address any identified vulnerabilities in your codebase.

You can learn more in Secure development Deep Dive under SCA chapter - https://EQUINIX.sumtotal.host/core/pillarRedirect?relyingParty=LM&url=app%2Fmanagement%2FLMS_ActDetails.aspx%3FActivityId%3D38267%26UserMode%3D0

Frameworks, Dependencies and Idioms

  • ⚠ Dependency declaration golang.org/x/oauth2: 0.26.0 (go.mod:56) that is containing high severity vulnerabilities
    • ⚠ Upgrade to golang.org/x/oauth2 0.27.0:
        1. Go to go.mod
        1. Replace vulnerable version 0.26.0 with fix version 0.27.0

Repository: terraform-equinix-fabric
Applications: Fabric,DIGIN - Panthers

View in Apiiro

@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 6a8f102 to 4035c2c Compare July 25, 2025 18:15
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.54.2 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.55.0 Jul 25, 2025
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 4035c2c to 8f73228 Compare August 12, 2025 20:26
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.55.0 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.56.0 Aug 12, 2025
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 8f73228 to eb07414 Compare September 5, 2025 23:17
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.56.0 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.57.0 Sep 5, 2025
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from eb07414 to 1c85581 Compare September 12, 2025 03:14
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.57.0 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.58.0 Sep 12, 2025
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 1c85581 to 9d45fb2 Compare September 25, 2025 16:35
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 9d45fb2 to a82fc50 Compare October 16, 2025 10:53
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.58.0 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.59.0 Oct 16, 2025
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from a82fc50 to 1bca6d9 Compare October 19, 2025 02:49
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.59.0 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.60.0 Oct 19, 2025
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 1bca6d9 to 30df3d6 Compare October 24, 2025 02:53
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.60.0 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.61.0 Oct 24, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/oauth2 v0.24.0 -> v0.26.0

@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch 2 times, most recently from d854f41 to 1323528 Compare December 18, 2025 10:02
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.61.0 fix(deps): update module github.com/equinix/equinix-sdk-go to v0.62.0 Dec 18, 2025
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 1323528 to 37a6ff3 Compare February 2, 2026 21:48
@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 37a6ff3 to c90649a Compare February 12, 2026 17:35
@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 c90649a to 7567f40 Compare February 17, 2026 21:32
@renovate renovate Bot changed the title fix(deps): update module github.com/equinix/equinix-sdk-go to v0.63.0 Update module github.com/equinix/equinix-sdk-go to v0.63.0 Apr 8, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 8, 2026

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

No release type found in pull request title "Update module github.com/equinix/equinix-sdk-go to v0.64.0". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

@renovate renovate Bot force-pushed the renovate/github.com-equinix-equinix-sdk-go-0.x branch from 7567f40 to d8ab249 Compare April 22, 2026 18:38
@renovate renovate Bot changed the title Update module github.com/equinix/equinix-sdk-go to v0.63.0 Update module github.com/equinix/equinix-sdk-go to v0.64.0 Apr 22, 2026
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