Releases: masoncfrancis/urled
Releases · masoncfrancis/urled
v0.1.4
Fixed security issue associated with Go Fiber
What's Changed
- Bump github.com/gofiber/fiber/v2 from 2.52.4 to 2.52.5 in the go_modules group across 1 directory by @dependabot in #7
New Contributors
- @dependabot made their first contribution in #7
Full Changelog: 0.1.3...0.1.4
0.1.3
What's Changed
URLed server now using Fiber instead of Gin. This was implemented by @masoncfrancis in #4
Why? Because Fiber is faster than Gin, uses less memory than Gin, and has less dependencies than Gin.
Full Changelog: 0.1.2...0.1.3
Note: There was an issue building for Windows 386, so that was not included in this release
v0.1.2
Initial Release