Skip to content

Releases: yuchanns/copilot-openai-api

Release v0.0.7

24 Apr 04:36
ab3ae45
Compare
Choose a tag to compare

What's Changed

  • refactor: improve lock mechanism with separate validation task by @yuchanns in #2
  • feat: enhance release workflow with draft and auto-publish stages by @yuchanns in #3
  • fix: auto-release by @yuchanns in #4

Full Changelog: v0.0.6...v0.0.7

v0.0.6

24 Apr 03:17
d85c634
Compare
Choose a tag to compare
  • enhance: improve error handling and logging for token refresh

  • Add detailed error handling and logging for debug purposes

  • Implement stale lock detection and cleanup

  • Use atomic file operations for token saving

  • Add self-write detection for file change monitoring

v0.0.4

08 Apr 13:38
5c9d4da
Compare
Choose a tag to compare

v0.0.4 (Initial Release)

🌟 Key Features

  • ✨ OpenAI-compatible streaming API endpoint (/chat/completion)
  • 🚀 High-performance multiprocess architecture
  • 🔒 Robust token management with conflict-free strategy
  • 🔑 Secure authentication system with virtual key support for GitHub Copilot subscriptions
  • 🐳 Seamless Docker deployment support
  • 💻 Full cross-platform compatibility (Windows, Linux, macOS)