Skip to content

Release 22.13.1 #2675

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 41 commits into from
Mar 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
fbe9e7d
Merge pull request #280 from segmentio/repo-sync
bot-docsteam Mar 23, 2022
c4b85d2
Niall/kinesis base64 remove (#2640)
niallzato Mar 23, 2022
9b9673e
Merge pull request #2645 from segmentio/repo-sync
bot-docsteam Mar 23, 2022
3afb7a0
Merge pull request #281 from segmentio/repo-sync
bot-docsteam Mar 23, 2022
65f2f2a
these are not partner owned
Mar 24, 2022
6ec5a19
REST vs. SOAP endpoint
gyeuttersegment Mar 24, 2022
df8a42d
Merge pull request #2648 from segmentio/gyeuttersegment-marketo2
pwseg Mar 24, 2022
fbf2497
Catalog updates for new integrations (#2650)
Mar 24, 2022
0f4a74b
Merge pull request #2647 from segmentio/niall/update_partner_ownership
rchinn1 Mar 24, 2022
e668504
Swift/Kotlin no longer in beta (#2649)
niallzato Mar 24, 2022
2f88ef1
Prevent mistakes when setting up Marketo (#2646)
gyeuttersegment Mar 24, 2022
ebd108b
Add Groundswell Destination to Segment Doc (#2644)
sneha-shashidhar Mar 24, 2022
ee8f7e5
Merge pull request #2651 from segmentio/repo-sync
bot-docsteam Mar 24, 2022
c7ebec9
Merge pull request #282 from segmentio/repo-sync
bot-docsteam Mar 24, 2022
caf1243
Merge branch 'master' into develop
Mar 24, 2022
4d8c585
Bump minimist from 1.2.5 to 1.2.6
dependabot[bot] Mar 24, 2022
1e16e29
Merge pull request #2654 from segmentio/repo-sync
bot-docsteam Mar 24, 2022
5f277e1
Merge pull request #283 from segmentio/repo-sync
bot-docsteam Mar 24, 2022
4f16cd4
add info about device id could be empty
wenxi-zeng Mar 24, 2022
3d0e927
Apply suggestions from code review
stayseesong Mar 25, 2022
192792d
Merge pull request #2653 from segmentio/dependabot/npm_and_yarn/minim…
stayseesong Mar 25, 2022
2f519a4
Merge pull request #2660 from segmentio/repo-sync
bot-docsteam Mar 25, 2022
69528e3
Merge pull request #284 from segmentio/repo-sync
bot-docsteam Mar 25, 2022
985e240
Update runtime.md
sudojatin Mar 28, 2022
0b666f3
add required imports for kotlin
Mar 28, 2022
fa18ce1
Merge pull request #2664 from segmentio/update-func-libs
forstisabella Mar 28, 2022
db94a00
add docs for amberflo integration (#2662)
muhammadatifjav Mar 28, 2022
456b53e
Merge pull request #2666 from segmentio/repo-sync
bot-docsteam Mar 28, 2022
13bd1bc
Script to add id to integration frontmatter (#2656)
Mar 28, 2022
72da4f7
Merge pull request #285 from segmentio/repo-sync
bot-docsteam Mar 28, 2022
862d077
Merge pull request #2665 from segmentio/niall/add_imports
pwseg Mar 28, 2022
32c2e3c
Merge pull request #2667 from segmentio/repo-sync
bot-docsteam Mar 28, 2022
fabe887
Merge pull request #286 from segmentio/repo-sync
bot-docsteam Mar 28, 2022
e376375
Merge pull request #2655 from segmentio/wenxi/android-and-kotlin-devi…
wenxi-zeng Mar 28, 2022
f0807f3
Merge pull request #2670 from segmentio/repo-sync
bot-docsteam Mar 28, 2022
91fe646
Merge pull request #287 from segmentio/repo-sync
bot-docsteam Mar 28, 2022
afc8719
authentication.md: a -> an
RobertKeyser Mar 28, 2022
8a90dbd
some Vale rule updates (#2672)
Mar 29, 2022
bf8ec1a
Fix broken external links (#2668)
Mar 29, 2022
d877bcc
Merge pull request #2671 from RobertKeyser/patch-2
pwseg Mar 29, 2022
bda806b
Merge pull request #2674 from segmentio/repo-sync
bot-docsteam Mar 29, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .github/Vocab/Docs/accept.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(?:C|c)annonical
(?:C|c)onfig
(?:D|d)eduplicate
(?:D|d)eduplication
(?:G|g)tag
Expand All @@ -11,21 +12,28 @@
(?:U|u)nlinks?\b
(?:U|u)nmaps?\b
(?:U|u)rls?\b
adset
Adwords
allowlist
Amberflo
Appboy
blocklist
boolean
Chargebee
CloudFront
Cocoapods
csv
deeplink
Dev
Doubleclick
endfor
endif
eu
Friendbuy
ga
gmail
Gradle
html
http
HTTP
https
Expand Down Expand Up @@ -57,8 +65,10 @@ Subnet
Totango
Twilio
upsert
US
utm
Vero
viewability
WebKit
Wootric
Zendesk
Zendesk
6 changes: 6 additions & 0 deletions .github/styles/segment/spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extends: spelling
message: "Did you really mean '%s'?"
level: error
# ignore liquid tags
filters:
- '({%).*(%})'
Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ vendor/bundle:
update:
@node scripts/update.js

.PHONY: add-id
add-id:
@node scripts/add_id.js

.PHONY: lint
lint: node_modules
@echo "Checking yml files..."
Expand Down
3 changes: 2 additions & 1 deletion ignore-links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ https://support.autopilothq.com/hc/en-us/categories/200396835-Segment
https://support.autopilothq.com/hc/en-us/requests/new
https://support.cloudflare.com/hc/en-us/articles/360020348832-How-do-I-do-CNAME-setup-
https://support.twilio.com/hc/en-us/articles/223136127-Twilio-Support-business-hours
https://talkable.helpjuice.com/questions/45313-Where-do-I-find-my-site-ID
https://www.braze.com/documentation/Web/#step-5-configure-safari-push
https://www.getdrip.com/settings/site
https://www.linkedin.com/company/segment-io/
https://www.navilytics.com/member/code_settings
https://www.navilytics.com/member/code_settings
https://www.navilytics.com/member/code_settings
Loading