Highlights
- Server: add
order
query parameter for sorting endpoints - Server: fix default sort order of endpoints to
desc
to match prod - Libs: add support for
prev_iterator
for application and endpoints - Libs/JS: fix sign function to support non-round dates
- Libs/Go: [Breaking] accept a context parameter in all Go lib methods
What's Changed
- Query parameter to list endpoints newest-to-oldest by @svix-andor in #815
- Add operation descriptions to generated OpenAPI by @svix-andor in #811
- Handle previous iterator on descending ordering by @svix-andor in #820
- Update OpenAPI by @svix-andor in #821
- JS: fix sign function to support non-round dates. by @tasn in #824
- Change default iteration of endpoints to descend by @svix-andor in #825
- Accept a context parameter in all Go lib methods by @svix-andor in #829
- Update OpenAPI with application list changes by @svix-andor in #831
- Remove unnecessary Clone trait bounds by @svix-gabriel in #830
- Add new event type and endpoint params to libs by @svix-andor in #833
- Bump version and update changelog. by @tasn in #832
Full Changelog: v0.77.0...v0.78.0