pullrequests Search Results · language:Dune language:TypeScript language:TypeScript language:HTML language:Java
Filter by
140M results
🚀 Related issue
Closes #29
#️⃣ Summary
- 디자이너 회원가입 포트폴리오 업로드를 presigned URL 방식으로 변경하고, 임시 저장 후 가입 완료 시 정식 위치로 승격하도록 구현
🔧 Changes
- [x] 포트폴리오 업로드를 멀티파트 → presigned PUT URL 방식으로 전환
- [x] presign ...
✨ Feature
Bumps the serverlessworkflow group in /backend with 1 update: io.serverlessworkflow:serverlessworkflow-bom.
Updates io.serverlessworkflow:serverlessworkflow-bom from 7.21.1.Final to 7.21.2.Final details ...
The test suite for the block tests was removed from Testiny by accident. Due to it now being re-created the tests
received new test ids.
What Changed
- Change the Usage page to fetch summary data from /usage and request events from /usage/details.
- Add paged Request Events loading and request_id-based request log download actions. ...
- Added a real-time launch countdown timer to the main interface.
- Implemented new administrative tools to streamline site management.
- Enhanced video playback quality to provide a higher-fidelity ...
v0
Belt-and-braces hardening of the SSE endpoint shipped in #271.
The /api/subscriptions/stream endpoint already streams un-buffered because the nginx location sets proxy_buffering off.
This adds the X-Accel-Buffering: ...