Skip to content

Commit 7efcca4

Browse files
authored
Merge pull request #4906 from segmentio/develop
Release 23.25.1
2 parents 4114ec3 + 7346181 commit 7efcca4

File tree

313 files changed

+508
-705
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

313 files changed

+508
-705
lines changed

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ GEM
119119
webrick (1.8.1)
120120

121121
PLATFORMS
122+
x86_64-darwin-19
122123
x86_64-darwin-20
123124

124125
DEPENDENCIES
@@ -139,4 +140,4 @@ DEPENDENCIES
139140
wdm (~> 0.1.0)
140141

141142
BUNDLED WITH
142-
2.2.2
143+
2.2.18

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2023-06-15
2+
# destination categories last updated 2023-06-20
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2023-06-15
2+
# destination data last updated 2023-06-20
33
items:
44
- id: 637e8d185e2dec264895ea89
55
display_name: 1Flow
@@ -47552,6 +47552,12 @@ items:
4755247552
the “API key”.
4755347553
required: true
4755447554
label: API Key
47555+
- name: environment
47556+
type: string
47557+
defaultValue: ''
47558+
description: Defaults to "main".
47559+
required: true
47560+
label: Environment
4755547561
actions: []
4755647562
presets: []
4755747563
- id: 5fd719e85f1569d6af775ec1
@@ -59932,6 +59938,10 @@ items:
5993259938
- code: https://github.com/singular-labs/segment-singular-android
5993359939
owner: PARTNER
5993459940
type: ANDROID
59941+
- code: >-
59942+
https://app.segment.com/partner-portal/integration/singular/direct-integration
59943+
owner: SEGMENT
59944+
type: SERVER
5993559945
browserUnbundlingSupported: false
5993659946
browserUnbundlingPublic: true
5993759947
replay: false
@@ -59941,9 +59951,9 @@ items:
5994159951
mobile: true
5994259952
server: false
5994359953
cloud:
59944-
web: false
59945-
mobile: false
59946-
server: false
59954+
web: true
59955+
mobile: true
59956+
server: true
5994759957
settings:
5994859958
- name: apiKey
5994959959
type: string

src/_data/catalog/destinations_private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2023-06-15
2+
# destination data last updated 2023-06-20
33
items:
44
- id: 54521fd725e721e32a72eec6
55
display_name: Intercom

src/_data/catalog/regional-supported.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED LIST OF CONNECTIONS THAT SUPPORT REGIONAL
2-
# Last updated 2023-06-15
2+
# Last updated 2023-06-20
33
warehouses:
44
- id: WcjBCzUGff
55
display_name: Azure SQL Data Warehouse

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# source cateogries last updated 2023-06-15
2+
# source cateogries last updated 2023-06-20
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2023-06-15
2+
# sources last updated 2023-06-20
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET
@@ -962,10 +962,16 @@ items:
962962
endpoints:
963963
- us
964964
source_type: cloud-app
965-
description: ''
965+
description: >-
966+
Combining Segment data with CRM data to create a single view of the
967+
customer, Inflection was built with marketing teams in mind, pricing a
968+
platform that can drive hyper-contextualized communications to support
969+
adoption, expansion, and engagement.
966970
logo:
967-
url: ''
968-
categories: []
971+
url: https://cdn.filepicker.io/api/file/CvO61NpSTEiMzi2lPfHG
972+
categories:
973+
- Marketing Automation
974+
- Email Marketing
969975
- id: S1lptUOqTq
970976
display_name: InMoment (formerly Wootric)
971977
isCloudEventSource: true

src/_data/sidenav/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,15 @@ sections:
152152
title: Set Up a Custom Domain Proxy in Segment
153153
- path: /connections/sources/visual-tagger
154154
title: Visual Tagger
155+
- section_title: Schema
156+
slug: connections/schema
157+
section:
158+
- path: /connections/sources/schema/
159+
title: Schema Controls
160+
- path: /connections/sources/schema/destination-data-control
161+
title: Using Schema Controls
162+
- path: /connections/sources/schema/schema-unique-limits
163+
title: Schema Unique Limits
155164
- section_title: Destinations
156165
slug: connections/destinations
157166
section:

src/_includes/components/code-example.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/_includes/components/faq.html

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)