Skip to content

Releases: hannesill/Gatelet

v0.2.4

03 Mar 19:15

Choose a tag to compare

What's changed

  • Proactive token refresh: Expired OAuth tokens are now refreshed before execution, avoiding wasted round-trips to the provider
  • Improved auth error detection: Auth errors are now detected by HTTP status code (401/403) in addition to message string patterns
  • OAuth callback warning: Logs a warning when the OAuth callback receives no refresh_token from the provider
  • New tests: Added tests for proactive refresh and token-refresh utilities

This fixes the bug of needing to re-authorize Goolge connections every hour.

v0.2.3

01 Mar 21:43

Choose a tag to compare

Increase TTL length to 48 hours for longer sessions, improve tool output relevance to the model, and update the website.

v0.2.1

28 Feb 17:25

Choose a tag to compare

Bug fix & update notifications on host installs

v0.2.0

27 Feb 23:32

Choose a tag to compare

Initial release.