2022-11-02
- Field grouping is now displayed in the Data panel. If using the
Looker Studio Service to define a field, the group is
set with the
setGroup
method. If you define fields using JSON, the group is defined by thegroup
property.
2022-05-03
- Added the
PATH_KEY
AuthType
to support authentication methods that require a path and key/token. See Authentication for details. - The manifest
dataStudio.authType
property now supports thePATH_USER_PASS
andPATH_KEY
auth types.- Fixes Issue #198756420 appscript.json won't save with authType PATH_USER_PASS.
2022-03-24
- Chart cross-filtering is turned on by default for charts based on community connectors. When turned ON, cross-filtering may increase user interactions and the number of requests sent to your connector. For more information see Release notes: March 24, 2022.
2020-10-06
- Query config for
getSchema()
is now supported with advanced services. - Deprecated
useQueryConfig
in manifest and replaced it withadvancedServices.data
andadvancedServices.schema
- Added support for new
AuthType
:PATH_USER_PASS
. See Authentication for details.
2020-01-08
- Overriding config parameters via URL now uses a flattened JSON structure. Existing parameterized URLs will continue to work. See Modifying parameter values.
2019-09-09
- Added support for
YEAR_MONTH_DAY_SECOND
SemanticType.
2019-08-28
- Added Stepped Configuration. Connector configurations can now be dynamic based on user provided input.
2019-07-25
- Filter information is now passed to connectors via the getData() request object. This allows connectors to apply filters which can drastically improve performance in some cases. Existing connectors are backwards compatible with this change and do not require any changes. See the Filters guide for more details.
2019-06-25
- Removed
cachedData
from thegetData
response.
2019-04-18
- Added a local development guide for community connectors. This guide outlines best practices & scripts that can be used to improve the quality of your connectors.
2019-04-16
- Added support for
HYPERLINK
,IMAGELINK
, andIMAGE
semantic types. See Formula Semantic Types.
2019-04-03
- Improved the user experience for connectors using viewer's credentials. See the Improved Viewer's Credentials Authorization Flow announcement post for more details.
2019-02-27
- Added advanced services. If your connector uses BigQuery, you can now have Looker Studio fetch the data for you.
- Added the
useQueryConfig
property to the manifest.
2019-01-22
- Updated Authentication and Authorization to use the newAuthTypeResponse() builder.
2018-12-19
- Concluded the developer preview. See The Year in Looker Studio Community Connectors for a reflection on 2018!
2018-12-14
- Updated error handling and debugging guides with new error handling functionality.
- Deprecatated
DS_USER
prefix for throwing user-facing errors. Will be removed in June 2019.
2018-11-30
- Added support for the
USER_TOKEN
authentication type. See Authentication and Authorization for details. helpUrl
can be set forUSER_TOKEN
,USER_PASS
, orKEY
AuthType
s. This optional url can be provided to give users more details on how to authenticate the connector.- Added support to force viewer's credentials for data sources created from a
community connector. See the
forceViewersCredentials
key in the manifest reference
2018-11-28
- Fixed an issue where
resetAuth()
wasn't being called when a connector was removed from the gallery.
2018-10-18
- Added the option to hide a field. See
Field
for details.
2018-10-16
2018-10-11
- Added Apps Script Service. This service provides builders for creating a config and schema, and has helper functions for many common connector patterns. See announcement for details on new features and how to migrate.
2018-09-26
- Updated Using calculated fields to clarify that a
$
must be prepended before names of fields in formulas.
2018-08-29
- Enhanced error handling. Error messages are now shown to users for errors
that happen during the execution of
getSchema
,getConfig
, andgetAuthType
. See error handling and messages for additional details.
2018-07-30
- The Community Connector Gallery has been moved and is now available at https://lookerstudio.google.com/data.
2018-07-19
- Clarified OSCC requirements.
2018-07-11
- Added functionality to connector links. Connector configuration can now be populated through query parameters. See Creating A Pre-Populated Link for details.
2018-06-19
- Added support for
USER_PASS
andKEY
authentication. See Authentication for details.
2018-05-29
- Added parameters support to the connector configuration. If enabled by the data source creator, config entries can be changed after data source configuration. See Overriding connector parameters in reports for details.
2017-12-13
Added support for new metadata for schema fields.
Added detail to Data types and semantic types to explain how to manually define semantic types.
2017-11-02
- Launched Open Source repo on GitHub and added the Open Source Community Connectors page.
2017-09-06
- Developer Launch for Looker Studio Community Connectors!