Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Releases: qoppa-tech/api-core

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Dec 20:39

2.2.1 (2025-12-05)

Bug Fixes

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Dec 22:11

2.2.0 (2025-12-04)

Features

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Dec 04:58

2.1.0 (2025-12-03)

Features

  • update nginx port mapping to use environment variable (9edac7f)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Dec 04:34

2.0.0 (2025-12-03)

⚠ BREAKING CHANGES

  • update user role column

Features

  • added logger and implemented it (4a3e174)
  • added sso (e26cb18)
  • added sso and rbac (5a1335a)
  • added sso, env.local logic and improved usage of env vars (0d328fa)
  • added sso, env.local logic and improved usage of env vars (61b669a)
  • created user basic rbac (cfd06ef)
  • rbac (f0fc9fc)

Bug Fixes

  • fixed conflicts at routes.go (7fbbae8)
  • fixed refresh_token url (0b5bdff)
  • fixed refresh_token url (b7bf6b8)
  • nginx not starting up (0072e67)
  • rbac middleware and contact form handler (37d80e5)
  • rbac middleware and contact form handler (c210d52)
  • update user role column (fd66594)
  • updated sso roles and created services, controller and middleware (4290e4f)
  • updated sso roles and created services, controller and middleware (fa230ab)

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 29 Nov 01:02

1.5.0 (2025-11-29)

Features

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 29 Nov 01:55

1.4.1 (2025-11-29)

Bug Fixes

  • docker-compose and migrations down fixed (ade35e0)

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Nov 21:14

1.4.0 (2025-11-28)

Features

  • add migration to add uuidv7 as the default id for all tables (876e499)
  • add migration to add uuidv7 as the default id for all tables (4a15f5d)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Nov 20:14

1.3.0 (2025-11-28)

Features

  • add routes for contact form (327c5f0)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Nov 19:21

1.2.0 (2025-11-28)

Features

  • implement contact form functionality including database schema (10b578f)
  • implement contact form functionality including database schema, API endpoints, and handlers. (e27a463)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Nov 16:29

1.1.0 (2025-11-26)

Features

  • implement email handling with template management and MailTrap integration (e6be596)

Bug Fixes

  • fixed error at testhealth on database_test.go (14e2500)