Releases: kevinanielsen/go-fast-cdn
Releases · kevinanielsen/go-fast-cdn
0.1.8
Changelog
- a661fa2 chore: fix typos across files (#121)
- d923d0a docs(fix): hosting guide release image (#105)
- 9982727 feat: add UI option for viewing file metadata (#108)
- 5b1715c feat: add support for txt files (#120)
- 4649cf6 feat: support for more OS (#117)
- 0fe47fe feat: upload multiple files (#116)
- e8e97aa fix(ui): file input causes 404 (#115)
0.1.7
What's Changed
- docs(fix): hosting guide release image by @kevinanielsen in #105
- feat: add UI option for viewing file metadata by @kevinanielsen in #108
- docs: home page spanish by @Caixetadev in #107
Full Changelog: 0.1.6...0.1.7
0.1.6
What's Changed
- fix: adding file name validation before adding file to database by @Caixetadev in #103
- fix: adding file name validation before adding file to database (upload image) by @Caixetadev in #104
- refactor/handlers by @Caixetadev in #100
Full Changelog: 0.1.5...0.1.6
0.1.5
What's Changed
- refactor: code formatting by @Caixetadev in #99
- fix: adding correct path to rename the document by @Caixetadev in #102
Full Changelog: 0.1.4...0.1.5
0.1.4
What's Changed
- [CI] Add make target and actions job to execute tests by @kaiiorg in #85
- [Feat] Add Image Metadata endpoint by @raj3k in #86
- Add api/cdn/resize/image endpoint to openapi spec by @raj3k in #87
- feat: add delete img button by @kevinanielsen in #88
- chore(deps-dev): bump follow-redirects from 1.15.3 to 1.15.4 in /ui by @dependabot in #89
- refactor: format openapi spec by @kevinanielsen in #93
- chore(deps): bump vite from 5.0.10 to 5.0.12 in /docs by @dependabot in #95
- chore(deps-dev): bump vite from 5.0.7 to 5.0.12 in /ui by @dependabot in #96
- feat: add button for renaming image by @kevinanielsen in #97
Full Changelog: 0.1.3...0.1.4
0.1.3
0.1.2
What's Changed
- [CI] Implement labeler workflow by @kevinanielsen in #51
- [Security] New filename go through FilterFilename function while renaming by @raj3k in #52
- test: implement cypress e2e by @kevinanielsen in #53
- docs: add code documentation by @kevinanielsen in #54
- [Test] Switch to playwright by @kevinanielsen in #55
- [Documentation] Add commit convention to contribution docs by @kevinanielsen in #60
- remove: duplicate variable initialization by @juroberttyb in #61
- [CI] Implement Goreleaser by @kevinanielsen in #64
- fix: missing path in docker build by @juroberttyb in #67
- docs: implement i18n by @kevinanielsen in #68
- [Test] Add test for get content size endpoint by @kevinanielsen in #71
- feat: add image resize handler by @juroberttyb in #72
- chore(deps): bump golang/x/image to v0.14.0 by @kevinanielsen in #74
- ci: fix release on goreleaser by @kevinanielsen in #79
- [ImgBot] Optimize images by @imgbot in #80
New Contributors
- @raj3k made their first contribution in #52
- @juroberttyb made their first contribution in #61
Full Changelog: 0.1.1...0.1.2
v0.1.1
Thanks to the new contributors
Thank you to @ankit-pn and @webstradev for their contributions! 🚀
What's Changed
- docs: add docs with astro/starlight by @kevinanielsen in #13
- ci: update workflow file by @kevinanielsen in #15
- [ImgBot] Optimize images by @imgbot in #14
- [Documentation] Add documentation for contributing by @kevinanielsen in #16
- [Fix] code scanning alert uncontrolled data used in path expression by @kevinanielsen in #22
- [Fix] code scanning alert uncontrolled data used in path expression by @kevinanielsen in #23
- [Documentation] Fix broken links by @kevinanielsen in #24
- added fix for CGO_ENABLED bug by @ankit-pn in #26
- added delete apis by @ankit-pn in #28
- feat: Add API endpoint for renaming files by @webstradev in #27
- BUG: fix renaming files not working on fs by @webstradev in #30
- [Documentation] Add delete, rename endpoints to OpenAPI specification by @kevinanielsen in #32
- [Documentation] Add README for contributing to docs by @kevinanielsen in #35
- [CI] implement prettier and eslint by @kevinanielsen in #36
- [Chore] Remove .vscode by @kevinanielsen in #37
- [Fix] Fix typo in OpenAPI specification by @kevinanielsen in #38
- [Fix] Typo in OpenAPI specification by @kevinanielsen in #39
- [Feature] Endpoint for seeing the total size of the content stored by @kevinanielsen in #40
- [Documentation] Add contributing.md by @kevinanielsen in #43
- fix(api): size included binaries by @kevinanielsen in #44
- chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #45
- [Feature] Add content size to sidebar by @kevinanielsen in #46
New Contributors
- @ankit-pn made their first contribution in #26
- @webstradev made their first contribution in #27
Full Changelog: 0.1.0...0.1.1
v0.1.0
Version 0.1.0 is now out!
Binaries for MacOS, Linux, and Windows are attached and can be downloaded.
For hosting in a container on a platform like fly.io, the go-fast-cdn-x86_64-linux.zip is recommended.
Support me and my work by giving this repo a star!
What's Changed
- docs(api): add missing endpoints by @kevinanielsen in #2
- refactor: switch to sqlite database by @kevinanielsen in #3
- [Feature] Add ui for interaction with CDN by @kevinanielsen in #4
- [Docs] Update .gitignore and readme by @kevinanielsen in #5
- Various new features by @kevinanielsen in #6
- Chores and fixes by @kevinanielsen in #7
- [Major fixes] by @kevinanielsen in #8
- [Feature] rework UI upload page by @kevinanielsen in #9
- [Refactor] Add styling and performance to upload page by @kevinanielsen in #10
- [Feature] Change the filename from uuid to existing or declared filename by @kevinanielsen in #11
- [Release] Bump version to 0.1.0 by @kevinanielsen in #12
Full Changelog: https://github.com/kevinanielsen/go-fast-cdn/commits/0.1.0