moulivashisth commented on PR #8572: URL: https://github.com/apache/incubator-devlake/pull/8572#issuecomment-3305459364
Thanks for bringing this up! • Keyset pagination for /api/v4/users was introduced in 16.5, and 17.0+ requires it for large responses. I’ve updated the code to gate keyset by server version (≥16.5) and fallback to offset otherwise. Project members endpoints keep their existing offset behavior. This preserves compatibility with CE 11–16.4 while avoiding offset-cap failures on newer instances. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org