Releases: huang-julien/nuxt-applicationinsights
Releases · huang-julien/nuxt-applicationinsights
v0.7.0
🚀 Enhancements
- Set route name--path--fullpath into request and pageView name (#101)
🩹 Fixes
- Force pnpm 9.10.0 (466a501)
- docs: Set prerender concurrency to 1 (ec4529b)
- deps: Update all non-major dependencies (#96)
- deps: Update all non-major dependencies (#98)
- deps: Update dependency nitro-applicationinsights to ^0.12.0 (#99)
- deps: Update all non-major dependencies (#100)
- deps: Update all non-major dependencies (#103)
- deps: Update all non-major dependencies (#104)
📖 Documentation
- Update homepage (e433e69)
- Update homapage (886605b)
- Fix applicationinsights web repo link (67d86be)
- Modify header and footer (943f55c)
- Add content (d699dec)
- Update getting started and config (a1506d8)
🏡 Chore
- app: Initial commit by Nuxt Studio (57eace0)
- Use workspaces (5c4dbbe)
- Exclude docs from TS (04c4833)
- Remove postinstall from docs (e11d46f)
- deployment: Add workflow file (63cc63b)
- deployment: Update workflow file (1ad1efe)
- Remove packageManager field (00d7ce2)
- deployment: Update workflow file (ad3bd92)
- Use nuxt.config.ts instead of .nuxtrc (#97)
- deployment: Update workflow file (b5d9ad7)
- docs: Update deps (69217ad)
- Move nitropack to devdeps (0d4a83c)
- Update eslint to v9 (#102)
- Update nitro-applicationinsights to 0.14.1 (a49c51c)
- 0.7.0 (81f67b5)
🤖 CI
- studio: Set pnpm to 9.10.0 (00755e1)
- studio: Fix build directory (e5d3e06)
- studio: Fix pkgman (5431a75)
- studio: Set pnpm version (a0880c8)
- studio: Increase RAM (026e6d7)
- Try with 8192... (b50bad1)
- studio: Set pnpm to 9.11.0 (60f294c)
❤️ Contributors
- Julien Huang (@huang-julien)
v0.6.1
What's Changed
- test: add fixtures tests for api by @huang-julien in #90
- fix: augment @nuxt/schema rather than nuxt/schema by @ThibaultVlacich in #94
- chore(deps): update actions/checkout action to v4 by @renovate in #91
- fix(deps): update all non-major dependencies by @renovate in #84
- chore: 0.6.1 by @huang-julien in #95
New Contributors
- @ThibaultVlacich made their first contribution in #94
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- fix: correct error telemetry content by @huang-julien in #80
- chore: add tsconfig in server runtime dir by @huang-julien in #81
- chore: create license by @huang-julien in #83
- fix(deps): update all non-major dependencies by @renovate in #78
- feat: applicationinsights:load:error hook by @huang-julien in #87
- chore: 0.6.0 by @huang-julien in #88
Full Changelog: v0.5.3...v0.6.0
v0.5.3
What's Changed
- fix: set connectionstring in options as default in runtime config by @huang-julien in #73
- fix(deps): update all non-major dependencies by @renovate in #71
- chore(deps): update all non-major dependencies by @renovate in #74
- chore: 0.5.3 by @huang-julien in #75
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- fix: access to raw runtime config by @huang-julien in #69
- chore: 0.5.2 by @huang-julien in #70
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- fix: fix nuxt/schema type augmentation by @huang-julien in #66
- fix: fix ModuleOptions interface name and set compatibility by @huang-julien in #64
- chore(deps): update all non-major dependencies by @renovate in #63
- chore: 0.5.1 by @huang-julien in #67
Full Changelog: v0.5.0...v0.5.1
v0.5.0
breaking changes
Behavior change
nuxt-applicationinsights will now stop grouping all request and client-side page view in a single operation id. It now use the default behavior of application insights. Incoming request are still correctly correlated server-side by nitro-applicationinsights.
What's Changed
- fix: stop grouping all operations within a single id by @huang-julien in #53
- ci: add ci by @huang-julien in #58
- ci: fix repo by @huang-julien in #59
- chore(deps): update all non-major dependencies by @renovate in #52
- fix: fix schema augmentation by @huang-julien in #62
- chore(deps): update all non-major dependencies by @renovate in #60
- chore: 0.5.0 by @huang-julien in #61
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- fix: move dependencies to peerDependencies, fix augment and stop extends tsconfig from playground by @huang-julien in #56
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Refactors and dependency update - breaking changes
- The build time configuration has now been moved to runtimeConfig
- The build time configuration for nitro-applicationinsights has now been moved to runtimeConfig
What's Changed
- chore(renovate): group PR for renovate bot by @huang-julien in #43
- fix(deps): update all non-major dependencies by @renovate in #44
- fix(deps): update all non-major dependencies by @renovate in #45
- fix(deps): update all non-major dependencies by @renovate in #46
- refactor!: rely on runtimeConfig for build-time configuration by @huang-julien in #42
- feat!: update nitro-applicationinsights to 0.8.0 by @huang-julien in #49
- fix(deps): update all non-major dependencies by @renovate in #48
- chore: add mlly as dependency by @huang-julien in #50
- chore: 0.4.0 by @huang-julien in #51
Full Changelog: v0.3.4...v0.4.0
v0.3.4
What's Changed
- fix: delete operation parentId field instead of setting undefined by @huang-julien in #38
Full Changelog: v0.3.3...v0.3.4