Skip to content

Releases: rluders/httpsuite

v2.1.0

31 Jan 19:39
1909b26
Compare
Choose a tag to compare

✨ New Features

  • 🚀 RFC 9457 Compliance: The Response helper now adheres to RFC 9457, standardizing error responses by including ProblemDetails in the response body and setting the Content-Type to application/problem+json; charset=utf-8.

    ⚠️ Important Note: Due to RFC 9457 compliance, the error response format has changed, which may cause incompatibilities with existing implementations using this library.

📚 Documentation Updates

  • 📝 Updated documentation to reflect the new error handling standards.

📦 Dependency Updates

  • 🔧 Upgraded dependencies in sample projects to ensure compatibility with the latest changes.

Full Changelog: v2.0.0...v2.1.0

v2.0.0

29 Jan 21:53
f081d27
Compare
Choose a tag to compare

🔄 What's New?

🛑 Bye-bye, chi dependency!

No more chi in our lives! We are now lighter and more flexible without it. 🏋️‍♀️💨

🔀 Router Party! 🎉

You can now use the router of your dreams:

  • 🦍 Gorilla MUX
  • 🐐 Chi (if you still want it, no hard feelings)
  • 📦 Go Standard Router

🛠️ Improved Request Handling

Say hello to ParamExtractor! 🧙‍♂️ It makes pulling out parameters from requests a breeze!

📚 More Docs, More Fun

  • 🔍 Updated README with installation & router instructions.
  • 🛣️ Code examples to show you the ropes for each router.

For full details, check out the PR here! ✨

v1.0.1

24 Nov 12:10
3363c15
Compare
Choose a tag to compare

What's Changed

  • fix: adding chartset to the response by @rluders in #7

Full Changelog: v1.0.0...v1.0.1

v1.0.0

12 Nov 09:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/rluders/httpsuite/commits/v1.0.0