Skip to content

1.0.0

Compare
Choose a tag to compare
@mehmetumit mehmetumit released this 06 Nov 12:58
· 7 commits to main since this release

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