Agora Next Updates: V2 Proposal API Launch
The team launched version 2 proposal APIs powered by archive data, delivering a medium-sized backend enhancement that affects multiple API routes including proposals, votes, and individual proposal lookups.
Duration: PT1M46S
Transcript
Good morning, this is your Agora Next briefing for June 2nd, 2026.
The major development this cycle is the launch of version 2 proposal APIs, now pulling from archive data instead of live sources. This represents a significant architectural shift in how proposal information is served to clients.
The new API version affects three core routes: the main proposals endpoint, individual proposal lookups, and the votes route. All now integrate with a new archive service that appears designed to improve data consistency and likely performance for historical proposal queries. Pull request 1546 from Sudheer shows this was implemented as a cohesive feature set rather than incremental changes, suggesting the team prioritized a clean migration path.
This archive-based approach has immediate implications for developers working with proposal data. Any existing integrations using the previous API version should continue working, but the new endpoints will likely offer more reliable historical data and potentially faster response times for older proposals. The scope indicates this touched multiple route handlers and introduced new service layer components, so thorough testing of proposal-related features is recommended.
Looking ahead, this foundation suggests the team is preparing for either increased proposal volume or more complex historical data queries. Teams integrating with Agora's proposal APIs should monitor the new endpoints and plan migration timelines if the previous version is eventually deprecated.
That's your update for today. Back tomorrow with more from the Agora Next codebase.