Releases: github-copilot-resources/copilot-metrics-viewer
Releases · github-copilot-resources/copilot-metrics-viewer
v2.0.7
v2.0.6 - support for enterprise teams
v2.0.5 - support for date filters
What's Changed
- Packages patching by @pkarpala-microsoft in #203
- Feat/tooltips for metrics definition by @rr-paras-patel in #208
- Update nodejs version by @thien-ch in #214
- Fix OAuth authentication error on initial page load by @karts in #213
- Fix null assignee handling in Seat model to prevent 500 Internal Server Error by @copilot-swe-agent in #217
- Add health check endpoints for Kubernetes liveness and readiness probes by @copilot-swe-agent in #216
- Update package.json with version 2.0.5 by @karpikpl in #221
- Bump esbuild from 0.25.5 to 0.25.6 in the npm_and_yarn group across 1 directory by @dependabot in #228
- Add date range filtering support for GitHub Copilot Metrics API beyond 28 days by @copilot-swe-agent in #220
- Add CSV export functionality for metrics data in API response tab by @copilot-swe-agent in #224
- Fix duplicate users in GitHub Enterprise with multiple organizations by @copilot-swe-agent in #227
- Fix hover styles for tabs and buttons after v2.0.5 regression by @copilot-swe-agent in #230
New Contributors
- @rr-paras-patel made their first contribution in #208
- @thien-ch made their first contribution in #214
- @karts made their first contribution in #213
- @copilot-swe-agent made their first contribution in #217
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- Add link to footer text by @ellsm in #170
- fix no show seats by @reyem in #181
- fix version for 2.0.3 by @jnhyperion in #192
- Update DEPLOYMENT.md by @cody-carlson in #198
- Fix Authentication token expiration check by @tonglil in #193
- nuxt upgrade to 3.17.5 by @pkarpala-microsoft in #201
New Contributors
- @ellsm made their first contribution in #170
- @reyem made their first contribution in #181
- @jnhyperion made their first contribution in #192
- @cody-carlson made their first contribution in #198
- @tonglil made their first contribution in #193
- @pkarpala-microsoft made their first contribution in #201
Full Changelog: v2.0.3...v2.0.4
v2.0.3
v2.0.2
v2.0.1
What's Changed
- feat: allow usage behind a corporate proxy by @Djiit in #152
- Bump vite from 5.4.11 to 5.4.14 in the npm_and_yarn group across 1 directory by @dependabot in #148
- fixing #149 missing seats paging by @karpikpl in #151
- Bump vitest from 2.1.9 to 3.0.5 in the npm_and_yarn group across 1 directory by @dependabot in #155
New Contributors
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- v1.9.1 by @karpikpl in #147
- include latest tag by @karpikpl in #146
- Move to nuxt3 by @karpikpl in #144
Warning
Breaking Changes
- It's required to have
NUXT_SESSION_PASSWORD
environment variable (at least 32 characters long) which is used to encrypt session cookies. - GitHub redirect URL was changed from
/callback
to/auth/github
Environment Variables Update:
- Updated environment variables in
.env
to useNUXT_PUBLIC
prefix instead ofVUE_APP
, and added new variables for GitHub OAuth and session password.
Docker Configuration:
- Updated
Dockerfile
to support different build modes (prod
andplaywright
) and re-mapped environment variables for backwards compatibility.
Documentation:
- Updated
DEPLOYMENT.md
to reflect changes in environment variables and deployment options, and removed references to the legacy-with-proxy
image.
Full Changelog: v1.9.1...v2.0.0
v1.9.1
v2.0.0-preview
What's Changed
- Better UI for Azure deployments by @karpikpl in #143
- Fix for the footer and release action by @karpikpl in #141
Breaking Changes
- Removed Proxy Image
- App is no longer a static web app - it's a Nuxt3 app with server side rendering
- It's required to have NUXT_SESSION_PASSWORD (at least 32 characters long) which is used to encrypt session cookies.
Full Changelog: v1.9.0...v2.0.0-preview