What's Changed
Bump to version 2. Upgrading should be relatively simple but will require type changes, especially with logging.
Replace logrus with slog. Go 1.21 added the log/slog
package to unify structured logging.
Upgrade echo
to v4.
Remove some libraries (sqlw
, jwtee
) which were useful in years past, but patterns have changed and there are alternative ways to do things now.
See #4
Full Changelog: v0.1.4...v2.0.0