Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-06 | chore: forward v1.26.1 release commit to main (#16178) | denobot | |
This is the release commit being forwarded back to main for 1.26.1 Please ensure: - [x] Everything looks ok in the PR - [x] The release has been published To make edits to this PR: ```shell git fetch upstream forward_v1.26.1 && git checkout -b forward_v1.26.1 upstream/forward_v1.26.1 ``` Don't need this PR? Close it. cc @cjihrig Co-authored-by: cjihrig <cjihrig@users.noreply.github.com> | |||
2022-10-05 | fix(ext/cache): prevent cache insert if body is not fully written (#16138) | Marcos Casagrande | |
2022-10-03 | chore(ext/cache): make helper functions public (#16117) | Satya Rohith | |
2022-10-03 | fix(ext/cache): close resource on error (#16129) | Marcos Casagrande | |
2022-10-02 | fix(ext/cache): acquire reader lock before async op (#16126) | Marcos Casagrande | |
2022-09-29 | refactor(ext/cache): remove extra headers iteration in cache.put (#16078) | Agustin Casagrande | |
2022-09-29 | 1.26.0 | denobot | |
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com> | |||
2022-09-28 | feat: implement Web Cache API (#15829) | Satya Rohith | |