Skip to content

Releases: masoncfrancis/urled

v0.1.4

01 Jul 21:38
Compare
Choose a tag to compare

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

Full Changelog: 0.1.3...0.1.4

0.1.3

10 May 01:12
Compare
Choose a tag to compare

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

22 Apr 01:09
Compare
Choose a tag to compare

Initial Release