Skip to content

Releases: bastean/codexgo

v4.14.2

21 Feb 16:27
v4.14.2
bdf243a
Compare
Choose a tag to compare

4.14.2 (2025-02-21)

Chores

  • devcontainer: add desktop lite feature (baa7fe1)

Bug Fixes

  • release-it: override dependency to generate changelog (fec0cc8)

v4.14.1

19 Feb 01:33
v4.14.1
db5999d
Compare
Choose a tag to compare

4.14.1 (2025-02-19)

  • fix(git): use czg to create commit messages (3016737)
  • refactor(compose): use rabbitmq management image (206d0b6)
  • refactor(server): remove air proxy log (ce59961)
  • test(unit): add missing mock assertion (9c1e557)

v4.14.0

18 Feb 01:14
v4.14.0
da36680
Compare
Choose a tag to compare

4.14.0 (2025-02-18)

  • chore(deps): upgrade (cffedf1)
  • docs(readme): add env demo files configuration (802ddaa)
  • fix(rabbitmq): enable management plugin (a3cfb98)
  • fix(server): clear captcha only after a successful command (205acdd)
  • feat: add smtp mailpit testing tool (9902916)

v4.13.0

15 Feb 18:05
v4.13.0
893cae9
Compare
Choose a tag to compare

4.13.0 (2025-02-15)

  • docs(readme): add description about cli demo (e205f7a)
  • feat(cli): add demo flag to run with preset env values (08883c6)
  • refactor(domain): change where of panic errors in messages (60acb93)
  • chore(go): upgrade to go1.24.0 (898ae20)

v4.12.1

13 Feb 23:05
v4.12.1
1e55d42
Compare
Choose a tag to compare

4.12.1 (2025-02-13)

  • fix(task): mark upgrade taskfile as optional (c690846)
  • chore(deps): upgrade (7f22c86)
  • docs(readme): add account recovery message sent via terminal (a2a89a7)
  • test(acceptance): skip rate limit to avoid flaky tests (73224ca)

v4.12.0

09 Feb 18:24
v4.12.0
8b254d9
Compare
Choose a tag to compare

4.12.0 (2025-02-09)

  • fix(mother): use index values directly (36b6f3e)
  • docs(readme): add captcha in security section (125dc9b)
  • test(acceptance): add captcha in features (aef8ebd)
  • test(mother): change email generator (07f8430)
  • feat: add bun (0b6d03b)
  • feat: add task (dc5e938)
  • feat(server): add captcha for register and forgot forms (297a497)
  • refactor(upgrade): use task (388f35c)
  • chore(deps): upgrade (c285749)

v4.11.0

05 Feb 04:17
v4.11.0
6b0b40a
Compare
Choose a tag to compare

4.11.0 (2025-02-05)

  • docs(readme): add password reset mail to showcase (8680436)
  • refactor(context): rename message key (bbff45b)
  • refactor(context): segregate role interfaces (9abfea6)
  • refactor(context): use new on empty struct literals (c6e30c6)
  • refactor(internal): change initialization of services (ea88c84)
  • refactor(presentation): change account password reset ui (dbb89d5)
  • refactor(server): rename string formatter (b864943)
  • fix(infrastructure): change mail transfer adapter errors (f6e3450)
  • test(cipher): add happy path test to compare (310ffff)
  • feat(context): add user account password reset logic (95d07db)
  • feat(presentation): consume user account password reset logic (f3006b8)
  • chore(deps): upgrade (531c138)

v4.10.0

13 Jan 00:54
v4.10.0
4563f47
Compare
Choose a tag to compare

4.10.0 (2025-01-13)

  • chore(deps): upgrade (d89072b)
  • chore(deps): upgrade (3939bc9)
  • docs(readme): add sqlite to the tech stack (94bdc32)
  • refactor: use a random id to verify users (5f929cf)
  • refactor(context): remove message type aliases (6436fbb)
  • refactor(domain): remove verify method from repository (a644d00)
  • test(domain): add unit test to root aggregate (74f3332)
  • feat(context): add metadata to aggregates (60779a3)

v4.9.1

14 Dec 00:06
v4.9.1
8396b5f
Compare
Choose a tag to compare

4.9.1 (2024-12-14)

  • chore(application): rename use case files (b06f57f)
  • chore(deps): upgrade (7d50c12)
  • refactor(mongo): change error validation when no result is found (b2881fb)
  • test: add test suite for logger adapters (d9a3469)
  • test: standardize testing of adapters (cbf53f7)

v4.9.0

01 Dec 22:59
v4.9.0
784efcc
Compare
Choose a tag to compare

4.9.0 (2024-12-01)

  • docs(readme): add sqlite implementation (864e7c6)
  • fix(mongodb): check duplicate value error when updating a document (bd59245)
  • fix(sqlite): add username in search criteria (31b1070)
  • fix(sqlite): remove gorm error translation (12009a4)
  • chore(deps): upgrade (e01098f)
  • chore(devcontainer): add python feature for dependencies that need it (0b146a6)
  • test: change error assertions (25b8596)
  • feat: add user repository sqlite adapter (1388999)
  • feat: allow login with username (750c13c)
  • refactor(context): move responsibility for password hashing to use cases (3b08b43)