Skip to content

Releases: mehmetumit/dexus

1.1.0

07 Nov 14:46
Compare
Choose a tag to compare

Changelog

  • 44355c7 feat: Add config loading from env with default option

1.0.0

06 Nov 12:58
Compare
Choose a tag to compare

Changelog

  • be624e3 build: Include ldflags in run command
  • 7366c0f ci: Change ci to run pipeline only on main branch
  • d510efd ci: Check the container's health after running the image
  • 598f705 feat: Add app and implementation of FindRedirect
  • 8ce76e5 feat: Add app runner port
  • 93e167a feat: Add health handler
  • b3b059a feat: Add logging to FindRedirect
  • 724cc2a feat: Add optional caching to rest server
  • 719cd7a feat: Implement cache interceptor middleware
  • 4f8bce4 feat: Implement cacher and logger ports
  • 44bdaf3 feat: Implement composition root of application
  • f4e175c feat: Implement memcache adapter
  • f0b6749 feat: Implement proxy response writer middleware
  • 3c0a3eb feat: Implement rest http adapter with redirections
  • 654649d feat: Implement stdlog adapter
  • 92549ad feat: Implement yaml redirect adapter
  • a6acc63 fix: Add configs properly to final image
  • ec9cffe fix: Change server address to accept all requests
  • 80d019e fix: Check not checked return errors in memcache and app tests
  • 940c96c fix: Handle unhandled errors and remove unnecessary SIGKILL handling
  • a41cb14 refactor: Pull out caching from core/app to make it optional and more dynamic

0.0.1

30 Oct 22:06
Compare
Choose a tag to compare

Changelog

  • 0e304e8 Initial commit
  • 5c117d9 build: Add Makefile
  • c60bdcc build: Add Version and Commit ldflags
  • 9ab4154 build: Add docker image
  • d87ae64 build: Add goreleaser
  • 5d32ceb build: Fix multiple app build in docker image
  • 5cb87bc chore: Update license
  • 4b403a0 ci: Add build, test, release workflow pipelines
  • 4299822 feat: Add main and gitignore