-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: equinix/equinix-sdk-python
base: v0.6.0
head repository: equinix/equinix-sdk-python
compare: v0.7.0
- 9 commits
- 1,246 files changed
- 5 contributors
Commits on Oct 18, 2024
-
chore: take 2, avoid committing .openapi-generator dir during release (…
…#33) The `.openapi-generator` directory came back in the most recent release, despite the changes in #20. I _think_ that's because I didn't define the globs in `assets` as a nested dir, so they get evaluated separately instead of as a group. This pushes the asset globs down a level in an attempt to get the `semantic-release/git` plugin to exclude the files we want to exclude. This change is based on the following text from [the plugin docs](https://github.com/semantic-release/git?tab=readme-ov-file#assets): > Each entry in the `assets` `Array` is globbed individually. A [glob](https://github.com/micromatch/micromatch#matching-features) can be a `String` (`"dist/**/*.js"` or `"dist/mylib.js"`) or an `Array` of `String`s that will be globbed together (`["dist/**", "!**/*.css"]`).
Configuration menu - View commit details
-
Copy full SHA for bebbc83 - Browse repository at this point
Copy the full SHA bebbc83View commit details
Commits on Dec 12, 2024
-
chore: publish with attestation
Based on attestation warnings in the release pipeline, this PR removes the username and password combo, as advised in the GHA warnings and here: https://github.com/pypa/gh-action-pypi-publish?tab=readme-ov-file#trusted-publishing I've added the Trusted Publisher Management publisher profile for GitHub to the Pypi project. I'm leaving the token in GHA Secrets, for now, so that we can revert this PR and take the alternate approach of disabling attestation if there are additional hurdles in the publishing phase.
Configuration menu - View commit details
-
Copy full SHA for 8f73662 - Browse repository at this point
Copy the full SHA 8f73662View commit details
Commits on Dec 14, 2024
-
chore: publish with attestation (#36)
Based on [attestation warnings in the release pipeline](https://github.com/equinix/equinix-sdk-python/actions/runs/12290045589), this PR removes the username and password combo, as advised in the GHA warnings and here: https://github.com/pypa/gh-action-pypi-publish?tab=readme-ov-file#trusted-publishing I've added the Trusted Publisher Management publisher profile for GitHub to the Pypi project. https://pypi.org/manage/project/equinix/settings/publishing/ I'm leaving the token credential in GHA Secrets, for now, so that we can revert this PR and take the alternate approach of disabling attestation if there are additional hurdles in the publishing phase.
Configuration menu - View commit details
-
Copy full SHA for 6bfd52a - Browse repository at this point
Copy the full SHA 6bfd52aView commit details
Commits on Dec 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bfa1b04 - Browse repository at this point
Copy the full SHA bfa1b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d2edb - Browse repository at this point
Copy the full SHA f9d2edbView commit details -
chore(ci): only publish to PyPI if a new release was created (#38)
The semantic release GitHub Action will skip creating a new GitHub release if there are no new releasable changes. This is expected, but the release workflow assumed that there was always a new release to publish to PyPI. This PR updates the release workflow to move the PyPI publish steps to a separate job that will only run if the release job successfully creates a new release.
Configuration menu - View commit details
-
Copy full SHA for 7e6877f - Browse repository at this point
Copy the full SHA 7e6877fView commit details -
feat: Fabric 4.18 spec update (#39)
* Manual Commit to upgrade to Fabric 4.18 API Spec * Commit for Auto Generation of Fabric 4.18 Service ## Changes in SDK ### Enhancements **Additional methods->** - Methods added for Route Aggregation - Methods added for Route Aggregation Rules **Additional models ->** - Models added for Route Aggregation: - Connection Route Aggregation Data - Connection Route Aggregation Data Attachment Status - Connection Route Aggregation Data Type - Get All Connection Route Aggregations Response - Get Route Aggregation Get Connections Response - Route Aggregation Change Data - Route Aggregation Change Data Response - Route Aggregation Connections Data - Route Aggregation Sort Item - Route Aggregation Sort Item Property - Route Aggregation State - Route Aggregations Base - Route Aggregations Base Type - Route Aggregations Change - Route Aggregations Change Operation - Route Aggregations Change Type - Route Aggregations Data - Route Aggregations Data Project - Route Aggregations Patch Request Item - Route Aggregations Search Base - Route Aggregations Search Base Filter - Route Aggregations Search Filter Item - Route Aggregations Search Response - Models added for Route Aggregation Rules: - Get Route Aggregation Rules Response - Route Aggregation Rule State - Route Aggregation Rules Base - Route Aggregation Rules Change - Route Aggregation Rules Change Data - Route Aggregation Rules Change Data Response - Route Aggregation Rules Change Operation - Route Aggregation Rules Change Type - Route Aggregation Rules Data - Route Aggregation Rules Data Type - Route Aggregation Rules Patch Request Item - Route Aggregation Rules Post Request Item - Model added for End Customer - Model added for Precision Time Price - Model added for Router Filter Base Type - Model added for Stream Asset Type - Model added for Stream Subscription Selector - Models added for Time Service Price **Method extended->** - Cloud Routers added DryRun query parameter - Connections added DryRun query parameter - Networks added DryRun query parameter - Service Tokens added DryRun query parameter **Models extended->** - Asset added organizations and projects as Asset Values(Enum) - Connection Post Request added EndCustomer attribute - Port and Port Request added End Customer attribute - Precision Time added Pricing attribute - Price added TimeService attribute - Price Location added IBX attribute - Service Token added deprecated attributes Expiry and Issuerside - Stream Asset added Type attribute - Stream Subscription, Stream Subscription Post Request and Stream Subscription Put Request added MetricSelector, EventSelector attributes - Subscription Response added MetrocCodes attribute **Constants added->** - Asset added ASSET_ORGANIZATIONS and ASSET_PROJECTS - Geo Scope Type added GEOSCOPETYPE_JAPAN - Marketplace Subscription added MARKETPLACESUBSCRIPTIONTYPE_GCP_MARKETPLACE_SUBSCRIPTION and MARKETPLACESUBSCRIPTIONTYPE_AZURE_MARKETPLACE_SUBSCRIPTION - Precision Time Service Response added PRECISIONTIMESERVICERESPONSESTATE_CANCELLING - Product Type added PRODUCTTYPE_PRECISION_TIME_PRODUCT - Service Token Connection added SERVICETOKENCONNECTIONTYPE_EPL_VC ### Breaking Changes **Models changed->** - Conenction Route Filter Data : ConnectionRouteFilterDataAttachmentStatus changed to ConnectionRouteAggregationDataAttachmentStatus - Route Filters Base: ConnectionRouteFilterDataType changed to RouteFiltersBaseType - Route Filters Data: ConnectionRouteFilterDataType changed to RouteFiltersBaseType - Simplified Location Without IBX: Href renamed to MetroHref Stream: Changelog renamed to ChangeLog **Models Deleted->** - Cloud Router Package removed StaticIPv4RoutesMax, StaticIPv6RoutesMax, NaclsMax, NaclRulesMax, HaSupported, NatType attributes - Cloud Router Package removed Nat Type - CloudRouter removed BgpIpv4RoutesCount and BgpIpv6RoutesCount - Connection Route Filter Data Attachment removed - Service Token Issuer Side removed - Subscription Response removed Subscription Key
Configuration menu - View commit details
-
Copy full SHA for e30ee9b - Browse repository at this point
Copy the full SHA e30ee9bView commit details -
ci: regenerate code for version 0.7.0 triggered by @thogarty
equinix-labs@auto-commit-workflow committedDec 18, 2024 Configuration menu - View commit details
-
Copy full SHA for b554093 - Browse repository at this point
Copy the full SHA b554093View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc999b8 - Browse repository at this point
Copy the full SHA bc999b8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.6.0...v0.7.0