Skip to content

Releases: icoretech/airbroke

v1.1.8

21 May 21:54
1fe0a47
Compare
Choose a tag to compare

1.1.8 (2023-05-21)

Full Changelog: v1.1.7...v1.1.8

v1.1.7

21 May 21:11
047b90c
Compare
Choose a tag to compare

1.1.7 (2023-05-21)

Full Changelog: v1.1.6...v1.1.7

v1.1.6

21 May 21:06
5b98922
Compare
Choose a tag to compare

1.1.6 (2023-05-21)

Full Changelog: v1.1.5...v1.1.6

v1.1.5

21 May 20:46
9071171
Compare
Choose a tag to compare

1.1.5 (2023-05-21)

Full Changelog: v1.1.4...v1.1.5

v1.1.4

21 May 20:14
b376173
Compare
Choose a tag to compare

1.1.4 (2023-05-21)

Full Changelog: v1.1.3...v1.1.4

v1.1.3

20 May 23:20
14354d1
Compare
Choose a tag to compare

1.1.3 (2023-05-20)

Features

  • README.md: replace old logo with new logo and update title to reflect the change (ace8d6d)

Bug Fixes

  • auth.ts: remove unused parameters from signIn callback function (b3ede4c)

v1.1.2

20 May 13:38
ac85af0
Compare
Choose a tag to compare

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

  • ConfirmationDialog: increase z-index to prevent overlapping with other elements (9065734)
  • route.ts: add authentication check to GET method (8a09b4a)

v1.1.1

19 May 16:21
Compare
Choose a tag to compare

1.1.1 (2023-05-19)

Full Changelog: v1.1.0...v1.1.1

v1.1.0

19 May 15:58
Compare
Choose a tag to compare

1.1.0 (2023-05-19)

Full Changelog: v1.0.0...v1.1.0

v1.0.0

19 May 00:22
Compare
Choose a tag to compare

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)