Releases: icoretech/airbroke
Releases · icoretech/airbroke
v1.1.8
1.1.8 (2023-05-21)
Full Changelog: v1.1.7...v1.1.8
v1.1.7
1.1.7 (2023-05-21)
Full Changelog: v1.1.6...v1.1.7
v1.1.6
1.1.6 (2023-05-21)
Full Changelog: v1.1.5...v1.1.6
v1.1.5
1.1.5 (2023-05-21)
Full Changelog: v1.1.4...v1.1.5
v1.1.4
1.1.4 (2023-05-21)
Full Changelog: v1.1.3...v1.1.4
v1.1.3
v1.1.2
1.1.2 (2023-05-20)
Features
- add authentication! (8a09b4a)
- auth.ts: add authentication providers and callbacks (8a09b4a)
- build.yml: set latest tag for all images (2fc170a)
- generate-release.yml: add versioning-strategy field to always bump patch version on release generation (7f587b8)
- HomeButton.tsx: add LoginButton and LogoutButton components (8a09b4a)
- middleware.ts: add middleware to protect all routes except for API and static files (8a09b4a)
- next.config.js: add external packages to serverComponentsExternalPackages option in experimental config (8a09b4a)
- notices: add new route for creating notices and refactor existing routes to use it (4a986db)
- package.json: update next-auth and octokit dependencies to latest versions to improve security and functionality (8a09b4a)
- page.tsx: add authentication check to HomePage component (8a09b4a)
- project: add Overview component to display project overview information (9065734)
- route.ts: add authentication middleware to auth route (8a09b4a)
- SidebarDesktop.tsx: add LogoutButton component to user profile section (8a09b4a)
Bug Fixes
v1.1.1
1.1.1 (2023-05-19)
Full Changelog: v1.1.0...v1.1.1
v1.1.0
1.1.0 (2023-05-19)
Full Changelog: v1.0.0...v1.1.0
v1.0.0
1.0.0 (2023-05-19)
Features
- occurrence: add occurrenceUtils module with flattenObject function to flatten nested objects into an array of key-value pairs (1ce5e68)
- page.tsx: add tab navigation to occurrence page for easier access to different occurrence details (7f65d04)
Bug Fixes
- route.ts: handle error and close writer in finally block to ensure proper cleanup (8ae4709)