Skip to content

3.0.0

Compare
Choose a tag to compare
@stevenclouston stevenclouston released this 14 Oct 05:15
· 14 commits to main since this release
8f6ee23

✨ New Features & Improvements

  • Camelize keys in JSON request bodies to align with API expectations.
  • Snakecase keys in JSON response bodies to ensure Ruby-friendly object structures.
  • Handles text/plain responses gracefully for more flexible API interactions.
  • Basic retry mechanism added to handle transient errors.

🐛 Fixes

  • Relative URI prefix fix: Use /v1 for API paths, ensuring proper resolution with relative URIs.

🔧 Chores & Maintenance

  • Added debug and retry configuration options for better control and troubleshooting.