Skip to content

Releases: iamkaroko/GoBuzz

v1.2.0

10 Oct 20:06
3d3eed2

Choose a tag to compare

1.2.0 (2024-10-10)

Features

Bug Fixes

  • rate limiter locking bugfix 🐛 (c342c91)

v1.1.0

10 Oct 19:09
75514ff

Choose a tag to compare

1.1.0 (2024-10-10)

Features

  • Update api version automatically (96e0b7d)

v1.0.0

10 Oct 19:03
e88a675

Choose a tag to compare

1.0.0 (2024-10-10)

Features

  • Add database migrations for user invitations and user activation (2407c97)
  • Add email expiration to user registration and invitation (ba945e6)
  • Add jwt authentication 🔑 (e354948)
  • Add JWT authentication implementation (c79438c)
  • Add user activation endpoint 🎉 (a7dbf4c)
  • release please script (ccdf703)
  • Update db.Seed function to accept a database connection (05aca4c)

Bug Fixes

  • Fixed CI (60baa34)
  • fixed static checks ♻️ 🐛 (abb3d60)
  • Remove unused middleware code 🐛 (10ed92a)