Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
12 KiB
@astrojs/telemetry
3.1.0
Minor Changes
-
#10689
683d51a5eecafbbfbfed3910a3f1fbf0b3531b99
Thanks @ematipico! - Deprecate support for versions of Node.js older thanv18.17.1
for Node.js 18, older thanv20.0.3
for Node.js 20, and the complete Node.js v19 release line.This change is in line with Astro's Node.js support policy.
3.0.4
Patch Changes
-
#8900
341ef6578
Thanks @FredKSchott! - Track if the Astro CLI is running in aTTY
context.This information helps us better understand scripted use of Astro vs. direct terminal use of Astro CLI by a user, especially the
astro dev
command.
3.0.3
Patch Changes
-
#8737
6f60da805
Thanks @ematipico! - Add provenance statement when publishing the library from CI -
#8729
21e0757ea
Thanks @lilnasy! - Removed an unnecessary dependency.
3.0.2
Patch Changes
- #8600
ed54d4644
Thanks @FredKSchott! - Improve config info telemetry
3.0.1
Patch Changes
- #8363
0ce0720c7
Thanks @natemoo-re! - WrapJSON.parse
intry
/catch
3.0.0
Major Changes
-
#8188
d0679a666
Thanks @ematipico! - Remove support for Node 16. The lowest supported version by Astro and all integrations is now v18.14.1. As a reminder, Node 16 will be deprecated on the 11th September 2023. -
#8179
6011d52d3
Thanks @matthewp! - Astro 3.0 Release Candidate
Patch Changes
-
#8234
0c7b42dc6
Thanks @natemoo-re! - Update telemetry notice -
#8130
3e834293d
Thanks @Princesseuh! - Add some polyfills for Stackblitz until they support Node 18. Running Astro on Node 16 is still not officially supported, however. -
#8188
b675acb2a
Thanks @ematipico! - Remove undici dependency
3.0.0-rc.4
Patch Changes
- #8234
0c7b42dc6
Thanks @natemoo-re! - Update telemetry notice
3.0.0-rc.3
Major Changes
3.0.0-beta.2
Patch Changes
- #8130
3e834293d
Thanks @Princesseuh! - Add some polyfills for Stackblitz until they support Node 18. Running Astro on Node 16 is still not officially supported, however.
3.0.0-beta.1
Patch Changes
- #7952
b675acb2a
Thanks @astrobot-houston! - Remove undici dependency
3.0.0-beta.0
Major Changes
1eae2e3f7
Thanks @Princesseuh! - Remove support for Node 16. The lowest supported version by Astro and all integrations is now v18.14.1. As a reminder, Node 16 will be deprecated on the 11th September 2023.
2.1.1
Patch Changes
2.1.0
Minor Changes
- #6213
afbbc4d5b
Thanks @Princesseuh! - Updated compilation settings to disable downlevelling for Node 14
2.0.1
Patch Changes
- #6355
5aa6580f7
Thanks @ematipico! - Updateundici
to v5.20.0
2.0.0
Major Changes
- #5782
1f92d64ea
Thanks @Princesseuh! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0
2.0.0-beta.0
See changes in 2.0.0-beta.0
Major Changes
- #5782
1f92d64ea
Thanks @Princesseuh! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0
1.0.1
Patch Changes
- #4842
812658ad2
Thanks @bluwy! - Add missing dependencies, support strict dependency installation (e.g. pnpm)
1.0.0
Major Changes
-
04ad44563
- > Astro v1.0 is out! Read the official announcement post.No breaking changes. This package is now officially stable and compatible with
astro@1.0.0
!
0.4.1
Patch Changes
0.4.0
Minor Changes
- #3914
b48767985
Thanks @ran-dall! - Rollback supportednode@16
version. Minimum versions are nownode@14.20.0
ornode@16.14.0
.
0.3.1
Patch Changes
0.3.0
Minor Changes
- #3871
1cc5b7890
Thanks @natemoo-re! - Update supportednode
versions. Minimum versions are nownode@14.20.0
ornode@16.16.0
.
0.2.5
Patch Changes
- #3847
eedb32c7
Thanks @FredKSchott! - Detect package manager, improve types
0.2.4
Patch Changes
- #3822
e4b2dca1
Thanks @FredKSchott! - Fix an issue where handled error output was piped to the user
0.2.3
Patch Changes
0.2.2
Patch Changes
- #3750
dd176ca5
Thanks @FredKSchott! - Add basic error reporting to astro telemetry
0.2.1
Patch Changes
- #3753
cabd9dcc
Thanks @FredKSchott! - Fix issue where project id fallback was not getting hashed
0.2.0
Minor Changes
- #3713
ebd7e7ad
Thanks @FredKSchott! - Update telemetry to support a more anonymized project id.anonymousProjectId
is now hashed based on anonymous git data instead of your git remote URL.
0.1.3
Patch Changes
-
#3614
9c8a7c0b
Thanks @okikio! - Fix telemetry crashing astro build/dev when using optional integrationsTelemetry will now ignore falsy integration values but will gather a count of how many integrations out of the total are now optional integrations
0.1.2
Patch Changes
0.1.1
Patch Changes
- #3276
6d5ef41b
Thanks @FredKSchott! - fix "cannot exit astro" bug