Skyvia Connect - April 2026

Released: Apr 13, 2026

April 2026 での更新項目

機能

  • Connect Hybrid Deployment - Skyvia now allows hybrid deployment of the Connect runtime. You can now design OData and SQL endpoints on Skyvia and host them on your local computer.
    • In case of hybrid deployment, an agent application connects to Skyvia only to obtain the endpoint metadata metadata and connection parameters and passes them to the Connect runtime web service, deployed on IIS. The web service connects to the data source directly and performs all the read and write operations without sending any data from the underlying data source to Skyvia.
    • Hybrid deployment is currently supported for the following connectors:
      • PostgreSQL.
      • MySQL.
      • Oracle.
      • SQL Server.
      • AlloyDB.
      • Acumatica.
      • ODBC.
    • Hybrid deployment is not available by default.
  • Endpoint Wizard - The Endpoint wizard has been updated. It now guides you through endpoint setup step by step and provides clearer explanations for each stage of the process. By default, it starts automatically when you click Create New > Endpoint.
  • New Connectors:
    • Google Gemini is a generative artificial intelligence (AI) assistant that helps users with writing, planning, brainstorming, and more.
    • xAI Grok is an AI assistant built by xAI designed to chat, create images, write code, and get real-time answers from the web and X.
  • Connector Updates:
    • Facebook Ads - You can now get data for the current ongoing month in the *Monthly reports and for the current ongoing day in the *Daily reports. To do that enable the Allow Incomplete Data in Reports connection parameter.
    • Float - The fields ProjectTeam, ProjectTasks, and Expenses are now available in the Projects object. These fields are available for mapping with the enabled Nested Objects feature in Import, and in Data Flow and Automation.
    • HubSpot - The labeled associations are now available in the connector.
    • LinkedIn Ads - You can now get data for the current ongoing day and month in the *Report and Statistics objects. To do that enable the Allow Incomplete Data in Reports and Statistics connection parameter.
    • Stripe:
      • The newer version of Stripe API is now used - "2026-01-28.clover". Metadata of the following objects has been updated: Products, Prices, Coupons, TaxRates, CreditNotes, CustomerBalanceTransactions, Invoices, InvoiceItems, Plans, Quotes, QuotesLineItems, Accounts, ApplicationFees, AccountCapabilities, CountrySpecs, ExternalAccounts_BankAccounts, ExternalAccounts_Cards, Persons, Transfers, EarlyFraudWarnings, Reviews, ValueLists, Locations, Readers, WebhookEndpoints.
      • Added native filtering support for some fields of the CreditNotes and Readers objects.
      • Added support for the nested objects feature for the following fields:
        • The Lines, Refunds, and DiscountAmounts fields of the CreditNotes object.
        • The Lines field of the Invoices object.
        • The LineItems field of the Quotes object.
      • Added support for more operations for some of the objects:
        • The Coupons object now supports the UPDATE operation.
        • The WebhookEndpoints object now supports INSERT, UPDATE, and DELETE.
        • The ApplicationFees and Reviews object now allow selecting records by Id.
      • Support for the new BillingMeters object has been added.
      • The following deprecated objects are no longer available: Orders, Returns, SKUs, UsageRecords.
      • Use the new BillingMeters object instead of UsageRecords. Use Products and Prices objects instead of SKUs and Orders.

不具合の修正

  • Connector Updates:
    • Stripe:
      • The last field is not returned when querying data from the Quotes object, but it can be used when inserting or updating data in this object.