Skip to content

Releases: mutugading/goapps-backend

iam-service: v0.13.0

22 Apr 07:09
bcc8d8d

Choose a tag to compare

0.13.0 (2026-04-22)

Features

  • implement raw material grouping and cost management modules with associated gRPC services and database migrations (f67d111)
  • implement raw material grouping and cost management modules with associated gRPC services and database migrations (a24776a)

finance-service: v0.10.0

22 Apr 07:09
1179409

Choose a tag to compare

0.10.0 (2026-04-22)

Features

  • implement raw material grouping and cost management modules with associated gRPC services and database migrations (f67d111)
  • implement raw material grouping and cost management modules with associated gRPC services and database migrations (a24776a)

Bug Fixes

  • centralize group head ID parsing and apply consistent formatting to colourant field labels (cbeb463)
  • improve file handling, add linting annotations, and fix formatting across finance services (365f51b)
  • rename Colourant to Colorant throughout the codebase and update minor internal helpers (25e8f5c)

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)