Skip to content

Releases: mutugading/goapps-backend

iam-service: v0.12.0

17 Apr 08:13
b185456

Choose a tag to compare

0.12.0 (2026-04-17)

Features

  • finance: implement job execution tracking, Oracle sync, and RabbitMQ integration with migrations and handlers (8f9896c)
  • finance: implement job execution tracking, Oracle sync, and RabbitMQ integration with migrations and handlers (02db90f)

Bug Fixes

  • finance: enhance Oracle sync system with improved error handling, concurrency safety, and refined data validation (4ce67ee)

finance-service: v0.9.1

17 Apr 09:14
6ec235b

Choose a tag to compare

0.9.1 (2026-04-17)

Bug Fixes

  • finance: correct Oracle column mappings and update comments for consistency and accuracy (8caee5d)
  • finance: correct Oracle column mappings and update comments for consistency and accuracy (6b87199)

finance-service: v0.9.0

17 Apr 08:10
740c1f5

Choose a tag to compare

0.9.0 (2026-04-17)

Features

  • finance: implement job execution tracking, Oracle sync, and RabbitMQ integration with migrations and handlers (8f9896c)
  • finance: implement job execution tracking, Oracle sync, and RabbitMQ integration with migrations and handlers (02db90f)

Bug Fixes

  • finance: enhance Oracle sync system with improved error handling, concurrency safety, and refined data validation (4ce67ee)
  • finance: standardize "canceled" spelling, update identifiers and comments to match proto/DB conventions (3747f0a)
  • finance: update Oracle sync procedure and schema, align period logic, and refine tests (fe45bc0)

iam-service: v0.11.0

16 Apr 02:38
c09109f

Choose a tag to compare

0.11.0 (2026-04-16)

Features

  • iam: add Employee Group management module with migrations, handlers, gRPC, and protobuf changes (00581ce)
  • iam: add Employee Group management module with migrations, handlers, gRPC, and protobuf changes (18e9d06)

iam-service: v0.10.3

16 Apr 01:43
20f928e

Choose a tag to compare

0.10.3 (2026-04-16)

Bug Fixes

  • iam: exclude permissions from JWT to prevent oversized cookie (fd9cbce)
  • iam: exclude permissions from JWT to prevent oversized cookie (d7c3f81)

iam-service: v0.10.2

15 Apr 08:55
206cf66

Choose a tag to compare

0.10.2 (2026-04-15)

Bug Fixes

  • iam: include role-based permissions in GetRolesAndPermissions query (1b659bb)
  • iam: include role-based permissions in GetRolesAndPermissions query (0d457ef)

iam-service: v0.10.1

15 Apr 07:22
6771aa0

Choose a tag to compare

0.10.1 (2026-04-15)

Bug Fixes

  • chore: add shared module copy step to Dockerfile iam and finance svc for dependency resolution (ea159be)

iam-service: v0.10.0

15 Apr 07:08
b9bcd15

Choose a tag to compare

0.10.0 (2026-04-15)

Features

  • implement employee level management module and fix admin email verification migration (45cff67)
  • implement employee level management module and fix admin email verification migration (92428c6)

Bug Fixes

  • improve code safety and maintainability by implementing safe integer conversions, extracting entity validation methods, and enforcing linting standards. (bf248da)

finance-service: v0.8.1

15 Apr 07:21
e14d201

Choose a tag to compare

0.8.1 (2026-04-15)

Bug Fixes

  • chore: add shared module copy step to Dockerfile iam and finance svc for dependency resolution (ea159be)
  • chore: add shared module copy step to Dockerfile iam and finance svc for dependency resolution (a0e2c65)

iam-service: v0.9.0

14 Apr 06:07
eeb35c4

Choose a tag to compare

0.9.0 (2026-04-14)

Features

  • Add build and copy steps for the iam-seed binary. (b55b3f8)
  • Add golang-migrate and migration files to the IAM service Dockerfile for database migrations. (1de4a14)
  • Add MinIO storage integration and user profile picture upload functionality. (2754734)
  • Add MinIO storage integration and user profile picture upload functionality. (8c8d7c0)
  • add UOM category management with CRUD, import/export, and seed migration (29e4c43)
  • add UOM category management with CRUD, import/export, and seed migration (f4cbaaa)
  • Implement 2FA recovery codes in IAM, add gRPC authentication and permission interceptors to IAM and Finance, and update local development infrastructure. (c82c258)
  • Implement 2FA recovery codes in IAM, add gRPC authentication and permission interceptors to IAM and Finance, and update local development infrastructure. (a1ad398)
  • implement CMS module with CRUD operations, database schema, and gRPC gateway support (5eb8515)
  • implement CMS module with CRUD operations, database schema, and gRPC gateway support (c0df3b4)
  • implement finance parameter management module with CRUD, import/export, and UI components (9505fd1)
  • implement formula management service with CRUD operations, gRPC definitions, and database schema (ee9831c)
  • implement formula management service with CRUD operations, gRPC definitions, and database schema (1faa10c)
  • Implement IAM audit log APIs, enhance Swagger documentation with security and persistent authorization, and add a swagger merge script. (55c70c8)
  • Implement session idle timeout, add comprehensive E2E tests, and include a backend run guide. (5610f2c)
  • Implement the initial Identity and Access Management (IAM) serv… (f950837)
  • Implement the initial Identity and Access Management (IAM) service with migrations, application logic, infrastructure, and gRPC delivery. (96fe69f)

Bug Fixes

  • email: add SMTP client timeouts to prevent indefinite hanging (020a81a)
  • email: add SMTP client timeouts to prevent indefinite hanging (331f073)
  • email: handle errors when closing SMTP connection after SetDeadline failure (9e1b2c3)
  • iam: consolidate error mapping logic into mapUnknownError helper and include ErrEmailAlreadyVerified in conflict checks (2f7d0ab)
  • iam: implement email verification flow including database schema, cache storage, and gRPC service methods (084bcac)
  • iam: implement email verification flow including database schema, cache storage, and gRPC service methods (b1b0b3d)
  • Implement IAM audit log APIs, enhance Swagger documentation with security and persistent authorization, and add a swagger merge script. (3387841)
  • lint check. (84ef101)
  • Seed raw material categories with IAM menu and permissions, and refactor sort order strings to constants. (1330c63)