Skip to content

Commit 43b7484

Browse files
committed
rebuild logs
1 parent 6b8ebed commit 43b7484

File tree

4 files changed

+23
-17
lines changed

4 files changed

+23
-17
lines changed

.vscode/launch.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": []
7+
}

src/_data/changelogs/analytics-android.yml

+10-8
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,37 @@ releases:
44
- version: 4.9.4
55
url: 'https://github.com/segmentio/analytics-android/releases/tag/4.9.4'
66
date: '2021-05-04T00:16:56Z'
7-
notes: "Version 4.9.4 (May 3, 2021)\r\n============================\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/761): Map product_id for a Product\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/767): Safely handle bad URIs when tracking deep links"
7+
notes: "* [Fix](https://github.com/segmentio/analytics-android/pull/761): Map product_id for a Product\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/767): Safely handle bad URIs when tracking deep links"
88
- version: 4.9.3
99
url: 'https://github.com/segmentio/analytics-android/releases/tag/4.9.3'
1010
date: '2021-03-30T00:39:13Z'
11-
notes: "Version 4.9.3 (Mar 29, 2021)\r\n============================\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/755): Check Float NaN and Infinity\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/758): Fix Incorrect Timestamps"
11+
notes: "* [Fix](https://github.com/segmentio/analytics-android/pull/755): Check Float NaN and Infinity\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/758): Fix Incorrect Timestamps"
1212
- version: 4.9.2
1313
url: 'https://github.com/segmentio/analytics-android/releases/tag/4.9.2'
1414
date: '2021-03-22T19:13:24Z'
15-
notes: "Version 4.9.2 (Mar 19, 2021)\r\n============================\r\n* [New](https://github.com/segmentio/analytics-android/pull/734): Make new lifecycle methods opt-out\r\n* [New](https://github.com/segmentio/analytics-android/pull/731): Kotlin Demo App\r\n* [New](https://github.com/segmentio/analytics-android/pull/739): Custom apiHost for Segment.IO and support multi-regional Segment\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/750): Add NonNull annotations to params for analytics constructor\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/749): Retry hasPermission in case of failure due to package manager being inactive\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/752): Marshal NaN and other special numbers to 0.0 and not produce malformed JSON"
15+
notes: "* [New](https://github.com/segmentio/analytics-android/pull/734): Make new lifecycle methods opt-out\r\n* [New](https://github.com/segmentio/analytics-android/pull/731): Kotlin Demo App\r\n* [New](https://github.com/segmentio/analytics-android/pull/739): Custom apiHost for Segment.IO and support multi-regional Segment\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/750): Add NonNull annotations to params for analytics constructor\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/749): Retry hasPermission in case of failure due to package manager being inactive\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/752): Marshal NaN and other special numbers to 0.0 and not produce malformed JSON"
1616
- version: 4.9.0
1717
url: 'https://github.com/segmentio/analytics-android/releases/tag/4.9.0'
1818
date: '2020-10-16T00:33:56Z'
19-
notes: "Version 4.9.0 (Oct 15, 2020)\r\n============================\r\n* [New](https://github.com/segmentio/analytics-android/pull/707): Remove the ability to natively report attribution information via Segment integrations\r\n* [New](https://github.com/segmentio/analytics-android/pull/727): Edge Function Support\r\n* [New](https://github.com/segmentio/analytics-android/pull/715): Add a Webhook Integration for viewing payloads\r\n* [New](https://github.com/segmentio/analytics-android/pull/728): Enable faster project settings refresh when debugging enabled"
19+
notes: "* [New](https://github.com/segmentio/analytics-android/pull/707): Remove the ability to natively report attribution information via Segment integrations\r\n* [New](https://github.com/segmentio/analytics-android/pull/727): Edge Function Support\r\n* [New](https://github.com/segmentio/analytics-android/pull/715): Add a Webhook Integration for viewing payloads\r\n* [New](https://github.com/segmentio/analytics-android/pull/728): Enable faster project settings refresh when debugging enabled"
2020
- version: 4.8.2
2121
url: 'https://github.com/segmentio/analytics-android/releases/tag/4.8.2'
2222
date: '2020-07-30T20:07:08Z'
23-
notes: "Version 4.8.2 (Jul 30, 2020)\r\n============================\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/686): Generate timestamps at call site rather than asynchronously"
23+
notes: >-
24+
* [Fix](https://github.com/segmentio/analytics-android/pull/686): Generate
25+
timestamps at call site rather than asynchronously
2426
- version: 4.8.0
2527
url: 'https://github.com/segmentio/analytics-android/releases/tag/4.8.0'
2628
date: '2020-07-13T18:14:35Z'
27-
notes: "Version 4.8.0 (Jul 13, 2020)\r\n============================\r\n\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/668): Fix: Proguard/R8 configuration for createValueMap\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/670): handle RuntimeException when calling `getActivityInfo`\r\n* [New](https://github.com/segmentio/analytics-android/pull/671): Experimental Nanosecond timestamps"
29+
notes: "\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/668): Fix: Proguard/R8 configuration for createValueMap\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/670): handle RuntimeException when calling `getActivityInfo`\r\n* [New](https://github.com/segmentio/analytics-android/pull/671): Experimental Nanosecond timestamps"
2830
- version: 4.7.1
2931
url: 'https://github.com/segmentio/analytics-android/releases/tag/4.7.1'
3032
date: '2020-06-08T23:32:57Z'
31-
notes: "Version 4.7.1 (Jun 8, 2020)\r\n============================\r\n\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/667): Use AndroidX lifecycle functions for App Fore/Backgrounded\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/666): Fix alias not overridden by cached value\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/663): Catch null intent data"
33+
notes: "\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/667): Use AndroidX lifecycle functions for App Fore/Backgrounded\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/666): Fix alias not overridden by cached value\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/663): Catch null intent data"
3234
- version: 4.7.0
3335
url: 'https://github.com/segmentio/analytics-android/releases/tag/4.7.0'
3436
date: '2020-06-01T22:03:42Z'
35-
notes: "Version 4.7.0 (Jun 1, 2020)\r\n============================\r\n\r\n* [New](https://github.com/segmentio/analytics-android/pull/655): Add type to device context\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/665): Prevent Global Context modification for one-time op\r\n* [New](https://github.com/segmentio/analytics-android/pull/664): Add support for Destination Middleware\r\n"
37+
notes: "\r\n* [New](https://github.com/segmentio/analytics-android/pull/655): Add type to device context\r\n* [Fix](https://github.com/segmentio/analytics-android/pull/665): Prevent Global Context modification for one-time op\r\n* [New](https://github.com/segmentio/analytics-android/pull/664): Add support for Destination Middleware\r\n"
3638
- version: 4.6.0
3739
url: 'https://github.com/segmentio/analytics-android/releases/tag/4.6.0'
3840
date: '2020-05-21T18:17:59Z'

src/_data/changelogs/analytics-ios.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ releases:
1212
- version: 4.1.2
1313
url: 'https://github.com/segmentio/analytics-ios/releases/tag/4.1.2'
1414
date: '2020-11-12T23:26:21Z'
15-
notes: "Version 4.1.2 *(12 November, 2020)*\r\n-----------------------------\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/966) Standarized all SDK versions between dependency managers. Migrated to importing modules vs headers. Removed all linked frameworks.\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/963) Fixed missing userId in traits.\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/962) Fixed an issue with NSCopying preceding SEGSerialization.\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/957) Output log messages when events are trimmed from the queue.\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/956) Added category option to screen calls."
15+
notes: "* [Fix](https://github.com/segmentio/analytics-ios/pull/966) Standarized all SDK versions between dependency managers. Migrated to importing modules vs headers. Removed all linked frameworks.\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/963) Fixed missing userId in traits.\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/962) Fixed an issue with NSCopying preceding SEGSerialization.\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/957) Output log messages when events are trimmed from the queue.\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/956) Added category option to screen calls."
1616
- version: 4.1.1
1717
url: 'https://github.com/segmentio/analytics-ios/releases/tag/4.1.1'
1818
date: '2020-10-27T22:37:42Z'
19-
notes: "Version 4.1.1 *(27 October, 2020)*\r\n-----------------------------\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/955) Fixed example projects using old branch for SPM.\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/953) Repaired mac example project.\r\n* [Fix] Fixed carthage support for main library and destinations."
19+
notes: "* [Fix](https://github.com/segmentio/analytics-ios/pull/955) Fixed example projects using old branch for SPM.\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/953) Repaired mac example project.\r\n* [Fix] Fixed carthage support for main library and destinations."
2020
- version: 4.1.0
2121
url: 'https://github.com/segmentio/analytics-ios/releases/tag/4.1.0'
2222
date: '2020-10-19T22:41:54Z'
23-
notes: "Version 4.1.0 *(19 October, 2020)*\r\n-----------------------------\r\n* [New](https://github.com/segmentio/analytics-ios/pull/945) Added Webhook Integration.\r\n* [New](https://github.com/segmentio/analytics-ios/pull/942) Renamed module from `Analytics` to `Segment`.\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/941) Removed unused mobile attribution.\r\n* [New](https://github.com/segmentio/analytics-ios/pull/940) Added ability for customer to make their types serializable.\r\n* [New](https://github.com/segmentio/analytics-ios/pull/950) Added necessary changes for Edge Functions.\r\n"
23+
notes: "* [New](https://github.com/segmentio/analytics-ios/pull/945) Added Webhook Integration.\r\n* [New](https://github.com/segmentio/analytics-ios/pull/942) Renamed module from `Analytics` to `Segment`.\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/941) Removed unused mobile attribution.\r\n* [New](https://github.com/segmentio/analytics-ios/pull/940) Added ability for customer to make their types serializable.\r\n* [New](https://github.com/segmentio/analytics-ios/pull/950) Added necessary changes for Edge Functions.\r\n"
2424
- version: 4.0.5 (pre-release)
2525
url: 'https://github.com/segmentio/analytics-ios/releases/tag/4.0.5'
2626
date: '2020-08-28T18:52:32Z'
@@ -32,11 +32,11 @@ releases:
3232
- version: 4.0.3
3333
url: 'https://github.com/segmentio/analytics-ios/releases/tag/4.0.3'
3434
date: '2020-07-07T00:06:33Z'
35-
notes: "Version 4.0.3 (6 July, 2020)\r\n-----------------------------\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/917) Fixed an issue with old traits overwriting new traits.\r\n* [New](https://github.com/segmentio/analytics-ios/pull/915) Added full example flow with Swift Package Manager compatibility.\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/914) Fixed SwiftUI previews in macOS Catalyst builds."
35+
notes: "* [Fix](https://github.com/segmentio/analytics-ios/pull/917) Fixed an issue with old traits overwriting new traits.\r\n* [New](https://github.com/segmentio/analytics-ios/pull/915) Added full example flow with Swift Package Manager compatibility.\r\n* [Fix](https://github.com/segmentio/analytics-ios/pull/914) Fixed SwiftUI previews in macOS Catalyst builds."
3636
- version: 4.0.2
3737
url: 'https://github.com/segmentio/analytics-ios/releases/tag/4.0.2'
3838
date: '2020-06-25T21:27:56Z'
39-
notes: "Version 4.0.2 (25 June, 2020)\r\n-----------------------------\r\n* [New](https://github.com/segmentio/analytics-ios/pull/913) Separate public utils from private utils appropriately.\r\n* [New](https://github.com/segmentio/analytics-ios/pull/912) Payload Info & Traits Fixes.\r\n* [New](https://github.com/segmentio/analytics-ios/pull/911) Updated SPM for code coverage compatibility.\r\n* [New](https://github.com/segmentio/analytics-ios/pull/909) Removed Quick and Nimble, updated unit tests."
39+
notes: "* [New](https://github.com/segmentio/analytics-ios/pull/913) Separate public utils from private utils appropriately.\r\n* [New](https://github.com/segmentio/analytics-ios/pull/912) Payload Info & Traits Fixes.\r\n* [New](https://github.com/segmentio/analytics-ios/pull/911) Updated SPM for code coverage compatibility.\r\n* [New](https://github.com/segmentio/analytics-ios/pull/909) Removed Quick and Nimble, updated unit tests."
4040
- version: 4.0.1
4141
url: 'https://github.com/segmentio/analytics-ios/releases/tag/4.0.1'
4242
date: '2020-06-18T22:07:31Z'
@@ -68,7 +68,7 @@ releases:
6868
- version: 3.8.0-beta.2
6969
url: 'https://github.com/segmentio/analytics-ios/releases/tag/3.8.0-beta.2'
7070
date: '2020-04-15T21:29:25Z'
71-
notes: "Version 3.8.0-beta.2 *(15th April, 2020)*\r\n-----------------------------------------\r\n * [Fix](https://github.com/segmentio/analytics-ios/pull/861) Move SEGQueue from UserDefaults to caches directory.\r\n * [Fix](https://github.com/segmentio/analytics-ios/pull/862) Fix issues around plist->json conversion and nil values.\r\n * [Fix](https://github.com/segmentio/analytics-ios/pull/851) Expect dictionary as well as bool for integration enablement.\r\n * [Fix](https://github.com/segmentio/analytics-ios/pull/864) Differences observed in how iOS/android pass userId/anonId; Corrected.\r\n * [Fix](https://github.com/segmentio/analytics-ios/pull/866) Look at previously cached settings before blowing them away.\r\n * [Fix](https://github.com/segmentio/analytics-ios/pull/876) Added experimental feature to enable nanosecond granularity on timestamps.\r\n"
71+
notes: " * [Fix](https://github.com/segmentio/analytics-ios/pull/861) Move SEGQueue from UserDefaults to caches directory.\r\n * [Fix](https://github.com/segmentio/analytics-ios/pull/862) Fix issues around plist->json conversion and nil values.\r\n * [Fix](https://github.com/segmentio/analytics-ios/pull/851) Expect dictionary as well as bool for integration enablement.\r\n * [Fix](https://github.com/segmentio/analytics-ios/pull/864) Differences observed in how iOS/android pass userId/anonId; Corrected.\r\n * [Fix](https://github.com/segmentio/analytics-ios/pull/866) Look at previously cached settings before blowing them away.\r\n * [Fix](https://github.com/segmentio/analytics-ios/pull/876) Added experimental feature to enable nanosecond granularity on timestamps.\r\n"
7272
- version: 3.7.1
7373
url: 'https://github.com/segmentio/analytics-ios/releases/tag/3.7.1'
7474
date: '2020-02-21T20:14:06Z'

src/_data/changelogs/analytics-ruby.yml

-3
This file was deleted.

0 commit comments

Comments
 (0)