Skip to content

Release v0.9.1

Choose a tag to compare

@Gerome-Elassaad Gerome-Elassaad released this 01 Oct 20:43
· 90 commits to main since this release
Immutable release. Only release title and notes can be modified.
bd3abb0

API Integration Updates

  • Updated GitHub import component to use existing /api/github/ routes
  • Modified repository fetching to call /api/github/user, /api/github/repos, and /api/github/orgs
  • Created new /api/github/repos/[owner]/[repo] endpoint for repository content access
  • Fixed repository loading to support both user and organization repositories
  • Restored file fetching functionality using GitHub Contents API
  • Maintained compatibility with existing TypeScript interfaces and error handling

Technical Improvements

  • Replaced missing /api/integrations/github/* endpoints with functional alternatives
  • Added proper pagination and sorting support for repository lists
  • Implemented content encoding handling for file downloads
  • Enhanced error handling for GitHub API responses

Full Changelog: v0.9.0...v0.9.1