Skip to content

Commit 64b10f7

Browse files
committed
additional sources
1 parent f514f3c commit 64b10f7

File tree

14 files changed

+93
-3
lines changed

14 files changed

+93
-3
lines changed

scripts/changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const getLog = async (url = "") => {
1818
console.log(error)
1919
}
2020
}
21-
let libraries = ["analytics-android","analytics-ios", "analytics-react-native"]
21+
let libraries = ["analytics-android","analytics-ios", "analytics-react-native", "analytics-node", "analytics-python", "analytics-php", "analytics-go", "analytics-java", "analytics.NET"]
2222

2323
const replace_token = /.+\r\n(-{2,}\r\n)|.+\r\n(={2,}\r\n)/mg;
2424
const subst = ``

src/_data/changelogs/analytics-go.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# AUTOGENERATED FROM GITHUB API. DO NOT EDIT
2+
# Releases last updated 2021-05-07
3+
releases:
4+
- version: Fix vendor packages
5+
url: 'https://github.com/segmentio/analytics-go/releases/tag/v3.0.1'
6+
date: '2018-10-02T19:08:56Z'
7+
notes: >-
8+
analytics-go was failing to install correctly using vendored packages due to
9+
its use of git submodules. We've replaced the git submodules with proper
10+
Golang vendoring to fix this issue. In addition, we've updated some internal
11+
tooling for the library itself, namely our circle builds and adding a test
12+
CLI.
13+
- version: v3.0.0
14+
url: 'https://github.com/segmentio/analytics-go/releases/tag/v3.0.0'
15+
date: '2018-08-28T22:16:11Z'
16+
notes: "v3 is a rewrite of our v2 version of the Go Library. We recommend using v3 as it supports many new features, has significant design improvements and is better tested.\r\n\r\nDocumentation on migrating from v2 to v3 is available at https://segment.com/docs/sources/server/go/#migrating-from-v2.\r\n\r\nThis release is the same as https://github.com/segmentio/analytics-go/releases/tag/3.0.0, but has the `v` prefix to work with [Go modules](https://github.com/golang/go/wiki/Modules). See https://github.com/segmentio/analytics-go/issues/134."
17+
- version: 3.0.0
18+
url: 'https://github.com/segmentio/analytics-go/releases/tag/3.0.0'
19+
date: '2018-01-05T23:44:33Z'
20+
notes: "v3 is a rewrite of our v2 version of the Go Library. We recommend using v3 as it supports many new features, has significant design improvements and is better tested.\r\n\r\nDocumentation on migrating from v2 to v3 is available at https://segment.com/docs/sources/server/go/#migrating-from-v2."
21+
- version: ''
22+
url: 'https://github.com/segmentio/analytics-go/releases/tag/2.1.1'
23+
date: '2016-04-26T20:06:47Z'
24+
notes: |
25+
Version 2.1.1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# AUTOGENERATED FROM GITHUB API. DO NOT EDIT
2+
# Releases last updated 2021-05-07
3+
releases: []
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# AUTOGENERATED FROM GITHUB API. DO NOT EDIT
2+
# Releases last updated 2021-05-07
3+
releases:
4+
- version: v4.0.1
5+
url: 'https://github.com/segmentio/analytics-node/releases/tag/v4.0.1'
6+
date: '2021-02-25T03:39:10Z'
7+
notes: "* Fixed an issue where the optional axios instance passed as an option was ignored\r\n"
8+
- version: v4.0.0
9+
url: 'https://github.com/segmentio/analytics-node/releases/tag/v4.0.0'
10+
date: '2021-02-17T19:13:52Z'
11+
notes: "- **BREAKING**: throws error when message is over 32kb #268\r\n- Allow passing in Axios instance in options #270\r\n- Fix data parameter always undefined on callback for track method #231\r\n- Allow to update endpoint to send batch events #246\r\n- Vulnerability fixes #264, #243, #263, #226, #227, #228, #247, #248, #252, #253, #257, #261\r\n- Fixed a typo to reflect actual code behaviour #233\r\n"
12+
- version: v3.5.0
13+
url: 'https://github.com/segmentio/analytics-node/releases/tag/v3.5.0'
14+
date: '2021-01-06T01:07:04Z'
15+
notes: "- Update axios to fix the Server-Side Request Forgery vulnerability (#259)\r\n"
16+
- version: v3.4.0-beta.3
17+
url: 'https://github.com/segmentio/analytics-node/releases/tag/v3.4.0-beta.3'
18+
date: '2020-10-26T23:17:18Z'
19+
notes: "* Update axios to fix the infinite retry bug (#255) \r\n* Use a local instance of axios to prevent client options leaking to other contexts (#255)\r\n"
20+
- version: v3.4.0-beta.2
21+
url: 'https://github.com/segmentio/analytics-node/releases/tag/v3.4.0-beta.2'
22+
date: '2020-06-10T16:46:10Z'
23+
notes: "[Chore]\r\n- Update lodash (#222) (#221) from segmentio/dependabot/npm_and_yarn/lodash-4.17.11 8e9a91d\r\n- Fix typo (#220) \r\n- Update axios (#218)\r\n"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# AUTOGENERATED FROM GITHUB API. DO NOT EDIT
2+
# Releases last updated 2021-05-07
3+
releases:
4+
- version: 1.7.0
5+
url: 'https://github.com/segmentio/analytics-php/releases/tag/1.7.0'
6+
date: '2021-03-11T21:31:56Z'
7+
notes: "\r\n * Retry Network errors (#136)\r\n * Update Tests [Improvement] (#132)\r\n * Updtate Readme Status Badging (#139)\r\n * Bump e2e tests to latest version [Improvement] (#142)\r\n * Add Limits to message, batch and memeory usage [Feature] (#137)\r\n * Add Configurable flush parameters [Feature] (#135)\r\n * Add ability to use custom consumer [Feature] (#61)\r\n * Add ability to set file permmissions [Feature] (#122)\r\n * Fix curl error handler [Improvement] (#97)\r\n * Fix timestamp implementation for microseconds (#94)\r\n * Modify max queue size setting to match requirements (#153, #146)\r\n * Add ability to set userid as zero (#157)"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# AUTOGENERATED FROM GITHUB API. DO NOT EDIT
2+
# Releases last updated 2021-05-07
3+
releases: []
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# AUTOGENERATED FROM GITHUB API. DO NOT EDIT
2+
# Releases last updated 2021-05-07
3+
releases:
4+
- version: v3.7.1
5+
url: 'https://github.com/segmentio/Analytics.NET/releases/tag/3.7.1'
6+
date: '2021-04-16T22:37:50Z'
7+
notes: Version 3.7.1
8+
- version: v3.7.0
9+
url: 'https://github.com/segmentio/Analytics.NET/releases/tag/3.7.0'
10+
date: '2021-03-26T20:56:42Z'
11+
notes: ''
12+
- version: 3.6.0
13+
url: 'https://github.com/segmentio/Analytics.NET/releases/tag/3.6.0'
14+
date: '2021-03-10T19:18:50Z'
15+
notes: "Latest stable release.\r\n\r\nFull change log here: https://github.com/segmentio/Analytics.NET/blob/master/CHANGELOG.md"
16+
- version: 3.5.0
17+
url: 'https://github.com/segmentio/Analytics.NET/releases/tag/3.5.0'
18+
date: '2020-12-09T18:31:02Z'
19+
notes: "Latest stable release.\r\n\r\nFull change log here: https://github.com/segmentio/Analytics.NET/blob/master/CHANGELOG.md"
20+
- version: Release 3.4.2-beta
21+
url: 'https://github.com/segmentio/Analytics.NET/releases/tag/3.4.2-beta'
22+
date: '2020-07-17T16:57:28Z'
23+
notes: ''

src/_sass/components/_current-version.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
border-radius: 5px;
55
width: 33%;
66
padding: 10px;
7-
margin-right: 15px;
7+
margin-left: 15px;
88

99
p {
1010
font-size: 12px;

src/connections/sources/catalog/libraries/server/go/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Analytics for Go
33
sourceTitle: 'Go'
44
sourceCategory: 'Server'
5+
repo: analytics-go
56
---
67

78

src/connections/sources/catalog/libraries/server/java/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Analytics for Java
3+
repo: analytics-java
34
---
45

56
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.java/analytics/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.java/analytics)

0 commit comments

Comments
 (0)