Skip to content

Releases: nednella/echo

api: v0.4.0

11 Nov 20:54
bc4742d

Choose a tag to compare

0.4.0 (2025-11-11)

Features

  • api: add flyway db migrations (#151) (7a2d786)
  • api: add flyway plugin (#161) (bb343f8)
  • api: add OAuth2AuthenticationException handler (#134) (8b15492)
  • api: annotate ErrorResponse with NotNull so OpenAPI spec infers as required fields (#130) (4c5f158)
  • api: improve db repeatables (#155) (f1931f2)
  • api: remove unused user status enum (#154) (dd24980)
  • api: update controller OpenAPI documentation (#128) (9dd81d1)

Bug Fixes

  • api: de-duplicate profile mentions (#156) (8f73e28)
  • api: ensure posts are cascade deleted on author_id, conversation_id, parent_id (#158) (b46233e)
  • api: update profile lookups and mentions to use case-insensitive usernames (#157) (ddd9d5b)

Performance Improvements

  • api: reduce application idle memory consumption (#162) (95833b0)

client: v0.3.0

20 Oct 01:04
7074b4e

Choose a tag to compare

0.3.0 (2025-10-19)

Features

  • api: update controller OpenAPI documentation (#128) (9dd81d1)
  • client: add & configure tanstack query (#127) (5b9587f)
  • client: add appearance dialog (#144) (aae8318)
  • client: add application layout (#142) (079feca)
  • client: add auth & error middleware to openapi-fetch client (#131) (710a94b)
  • client: add avatar size to UI button (#147) (8fbda96)
  • client: add generic 404 page (#148) (78d3ab7)
  • client: add npm generate script for regenerating openapi type file (#124) (7b4b86f)
  • client: add onboarding page (#132) (ca4aedf)
  • client: add sidebar account menu dropdown (#143) (cc6fd48)
  • client: add typecheck script (#126) (1e9e598)
  • client: adhere to Bulletproof React (#145) (e9d70a9)
  • client: set up shadcn & add light/dark theme support (#136) (9652272)

Bug Fixes

  • client: re-add black/white to tailwind palette (#137) (0c197e1)

client: v0.2.1

30 Sep 00:59
736e183

Choose a tag to compare

0.2.1 (2025-09-30)

Bug Fixes

api: v0.3.1

30 Sep 00:55
9118d04

Choose a tag to compare

0.3.1 (2025-09-30)

Bug Fixes

client: v0.2.0

29 Sep 23:42
1e0252f

Choose a tag to compare

0.2.0 (2025-09-29)

Features

  • client: add index.html title & favicon (#112) (0ac2d2d)
  • client: add type-safe api client using generated openapi spec (#109) (c4b6c7b)

Bug Fixes

api: v0.3.0

29 Sep 23:52
2d6a6cb

Choose a tag to compare

0.3.0 (2025-09-29)

Features

Bug Fixes

  • api: add missing protocol prefix to default CORS_ALLOWED_ORIGIN (#111) (b158386)

api: v0.2.0

24 Sep 00:36
a0482a2

Choose a tag to compare

0.2.0 (2025-09-24)

Features

client: v0.1.1

20 Sep 18:50
2c77012

Choose a tag to compare

0.1.1 (2025-09-20)

Bug Fixes

  • client: add vercel.json to enable deep linking for SPA Vite applications (#96) (37333eb)

client: v0.1.0

20 Sep 00:59
38ec0ab

Choose a tag to compare

0.1.0 (2025-09-20)

Features

Bug Fixes

  • release-please config & ignore CHANGELOG.md (#89) (4c49f14)

api: v0.1.0

20 Sep 01:05
b8ac6c9

Choose a tag to compare

0.1.0 (2025-09-20)

Features

Documentation

  • move application-specific docs to the app root & update README.md (#81) (3c3ed70)