Commit Graph

  • 01e4b2a046
    changes copilot/fix-axios-waiting-memory-issue Arthur Fiorette 2025-12-08 14:28:17 -03:00
  • 8bb7f8e6ca Remove redundant condition check in waiting-timeout copilot-swe-agent[bot] 2025-12-08 15:45:44 +00:00
  • 6b65a72b35 Update documentation to reference diagrams and explain Pragma header requirement copilot/update-documentation-debug-messages copilot-swe-agent[bot] 2025-12-08 15:41:31 +00:00
  • 2fc0f2df4a Code cleanup: simplify comment and remove unnecessary variable copilot-swe-agent[bot] 2025-12-08 15:41:04 +00:00
  • 8f5d432215 Add comprehensive mermaid diagrams for request/response flow and debug messages copilot-swe-agent[bot] 2025-12-08 15:39:27 +00:00
  • 6bda1baae0
    Add enabled flag for opt-in cache control (#1141) main Copilot 2025-12-08 12:34:00 -03:00
  • 3423415861 Initial plan copilot-swe-agent[bot] 2025-12-08 15:32:51 +00:00
  • 6062bd1461 Simplify configuration: Remove waitingTimeout property, use config.timeout copilot-swe-agent[bot] 2025-12-08 15:27:49 +00:00
  • 4287dce5b3 Remove deprecation warnings from docs, keep cache: false for backward compatibility copilot/add-cache-opt-in-functionality copilot-swe-agent[bot] 2025-12-08 15:23:30 +00:00
  • 183f086704 Address PR feedback: Add configurable waitingTimeout and improve implementation copilot-swe-agent[bot] 2025-12-08 15:12:46 +00:00
  • b1b0eea50b Implement timeout-based cleanup for waiting entries copilot-swe-agent[bot] 2025-12-08 13:58:15 +00:00
  • 636596c05c Improve JSDoc comment for DeprecatedFalse type copilot-swe-agent[bot] 2025-12-08 13:46:45 +00:00
  • 03d0046915 Fix deprecated annotation to only apply to cache: false, add documentation for enabled flag copilot-swe-agent[bot] 2025-12-08 13:43:46 +00:00
  • 47bb5b0c6a
    Fix: Skip conditional headers when cache.override is true (#1137) Copilot 2025-12-08 13:41:47 +00:00
  • ffb02a8866 docs: Add comment explaining why conditional headers are skipped when override is true copilot/fix-if-none-match-header copilot-swe-agent[bot] 2025-12-08 13:37:23 +00:00
  • 9ad2ce4f79
    Add max-age=0 to Cache-Control header for Safari compatibility (#1138) Copilot 2025-12-08 10:34:37 -03:00
  • d1b571a640 Refactor: Extract resolveWaiting helper to reduce code duplication copilot-swe-agent[bot] 2025-12-08 13:33:27 +00:00
  • ce817c7279
    Fix interceptor documentation: replace FILO with LIFO and improve clarity (#1139) Copilot 2025-12-08 10:32:06 -03:00
  • bebc2fbb6a Remove pnpm-workspace.yaml build artifact and add to gitignore copilot-swe-agent[bot] 2025-12-08 13:29:51 +00:00
  • 8e877e0a6a Add enabled flag to CacheProperties with full implementation and tests copilot-swe-agent[bot] 2025-12-08 13:29:17 +00:00
  • af86478014 Fix axios.waiting memory leak when maxEntries is set copilot-swe-agent[bot] 2025-12-08 13:29:10 +00:00
  • e49506e31b Fix grammar: change 'ran' to 'run' in interceptor documentation copilot/fix-interceptors-documentation copilot-swe-agent[bot] 2025-12-08 13:27:25 +00:00
  • 9f917b76cd Fix interceptor documentation: use LIFO instead of FILO and clarify execution order copilot-swe-agent[bot] 2025-12-08 13:26:10 +00:00
  • 0569de517b Initial analysis of interceptor documentation issue copilot-swe-agent[bot] 2025-12-08 13:24:54 +00:00
  • e5577630a1 Add max-age=0 to Cache-Control header for Safari compatibility copilot/fix-safari-cache-takeover copilot-swe-agent[bot] 2025-12-08 13:24:24 +00:00
  • 23cdaa2350 Fix: Prevent If-None-Match and If-Modified-Since headers when override is true copilot-swe-agent[bot] 2025-12-08 13:24:10 +00:00
  • 1cd5f74213 Initial plan copilot-swe-agent[bot] 2025-12-08 13:23:21 +00:00
  • 1c700577ef Initial plan copilot-swe-agent[bot] 2025-12-08 13:21:26 +00:00
  • 0c21c91cc1 Initial plan copilot-swe-agent[bot] 2025-12-08 13:20:21 +00:00
  • 01d451bc30
    build(deps): bump github/codeql-action from 3 to 4 (#1106) dependabot[bot] 2025-12-08 10:19:43 -03:00
  • 3f2baaa524
    build(deps): bump actions/setup-node from 4 to 6 (#1112) dependabot[bot] 2025-12-08 10:18:50 -03:00
  • f9ca3fb703
    build(deps): bump actions/checkout from 5 to 6 (#1134) dependabot[bot] 2025-12-08 10:18:42 -03:00
  • 78110104b4 Initial plan copilot-swe-agent[bot] 2025-12-08 13:18:16 +00:00
  • da02a9f6d4 Initial plan copilot-swe-agent[bot] 2025-12-08 13:18:00 +00:00
  • feaf762748
    build(deps-dev): bump @biomejs/biome from 2.3.7 to 2.3.8 (#1136) dependabot[bot] 2025-11-28 08:04:39 +00:00
  • 6cce2b06bd
    build(deps-dev): bump @biomejs/biome from 2.3.6 to 2.3.7 (#1135) dependabot[bot] 2025-11-24 08:06:28 +00:00
  • 786dcfc622
    build(deps-dev): bump @biomejs/biome from 2.3.5 to 2.3.6 (#1133) dependabot[bot] 2025-11-18 08:05:14 +00:00
  • 18555df125
    build(deps-dev): bump vitepress-plugin-llms from 1.9.1 to 1.9.3 (#1132) dependabot[bot] 2025-11-18 08:04:44 +00:00
  • 961b3e3330
    build(deps-dev): bump @biomejs/biome from 2.3.4 to 2.3.5 (#1131) dependabot[bot] 2025-11-12 08:04:50 +00:00
  • 02f4e6e52a
    build(deps-dev): bump @types/node from 24.10.0 to 24.10.1 (#1130) dependabot[bot] 2025-11-12 08:04:39 +00:00
  • 45c82f05c5
    build(deps-dev): bump vitepress-plugin-llms from 1.9.0 to 1.9.1 (#1129) dependabot[bot] 2025-11-10 08:04:58 +00:00
  • fbc838419d
    build(deps-dev): bump vitepress-plugin-llms from 1.8.1 to 1.9.0 (#1128) dependabot[bot] 2025-11-06 08:06:06 +00:00
  • 7c6601ef3b
    build(deps-dev): bump @biomejs/biome from 2.3.3 to 2.3.4 (#1127) dependabot[bot] 2025-11-06 08:05:11 +00:00
  • 7d30a4328d
    build(deps-dev): bump axios from 1.13.1 to 1.13.2 (#1126) dependabot[bot] 2025-11-05 08:04:56 +00:00
  • 4bb968ae51
    build(deps-dev): bump @biomejs/biome from 2.3.2 to 2.3.3 (#1125) dependabot[bot] 2025-11-04 08:05:19 +00:00
  • 0d4d7eacf7
    build(deps-dev): bump @types/node from 24.9.2 to 24.10.0 (#1124) dependabot[bot] 2025-11-03 08:11:47 +00:00
  • 19c1b18562
    build(deps-dev): bump axios from 1.13.0 to 1.13.1 (#1123) dependabot[bot] 2025-10-29 08:09:11 +00:00
  • 79759e7141
    build(deps-dev): bump @biomejs/biome from 2.3.1 to 2.3.2 (#1122) dependabot[bot] 2025-10-29 08:05:44 +00:00
  • 09b50f2aaa
    build(deps-dev): bump @types/node from 24.9.1 to 24.9.2 (#1121) dependabot[bot] 2025-10-29 08:05:33 +00:00
  • a2b0258a6a
    build(deps-dev): bump axios from 1.12.2 to 1.13.0 (#1119) dependabot[bot] 2025-10-28 08:04:45 +00:00
  • 960e1e7453
    build(deps-dev): bump @biomejs/biome from 2.2.7 to 2.3.1 (#1118) dependabot[bot] 2025-10-27 08:23:32 +00:00
  • 6ba5c1db58
    build(deps-dev): bump vitepress-plugin-llms from 1.8.0 to 1.8.1 (#1117) dependabot[bot] 2025-10-24 08:05:26 +00:00
  • 7652a5c804
    build(deps-dev): bump @biomejs/biome from 2.2.5 to 2.2.7 (#1116) dependabot[bot] 2025-10-23 08:06:13 +00:00
  • 4eb9004562
    build(deps-dev): bump @types/node from 24.8.1 to 24.9.1 (#1115) dependabot[bot] 2025-10-21 08:06:24 +00:00
  • d39b424904
    build(deps-dev): bump @types/node from 24.7.2 to 24.8.1 (#1114) dependabot[bot] 2025-10-17 08:05:06 +00:00
  • e9d6469564 Deploy docs for latest gh-pages arthurfiorette 2025-10-14 14:22:39 +00:00
  • 511de661e1
    fixed docs typo seconds -> milliseconds (#1109) Viktor Kalajo 2025-10-14 16:21:19 +02:00
  • 0e6e06bcc3
    build(deps-dev): bump @types/node from 24.7.1 to 24.7.2 (#1111) dependabot[bot] 2025-10-13 08:21:40 +00:00
  • 1af538030f
    build(deps-dev): bump @types/node from 24.7.0 to 24.7.1 (#1107) dependabot[bot] 2025-10-10 08:05:05 +00:00
  • 66f09aea8b
    build(deps-dev): bump @types/node from 24.6.2 to 24.7.0 (#1105) dependabot[bot] 2025-10-06 08:05:14 +00:00
  • 1847d8fbcd
    build(deps-dev): bump @biomejs/biome from 2.2.4 to 2.2.5 (#1104) dependabot[bot] 2025-10-03 08:04:40 +00:00
  • 41f7370889
    build(deps-dev): bump vitepress-plugin-llms from 1.7.5 to 1.8.0 (#1103) dependabot[bot] 2025-10-02 08:08:59 +00:00
  • fc32b2df70
    build(deps-dev): bump @types/node from 24.6.1 to 24.6.2 (#1102) dependabot[bot] 2025-10-02 08:05:22 +00:00
  • 7dbb36aee0
    build(deps-dev): bump @types/node from 24.6.0 to 24.6.1 (#1101) dependabot[bot] 2025-10-01 08:16:39 +00:00
  • 361996bca3
    build(deps-dev): bump typescript from 5.9.2 to 5.9.3 (#1100) dependabot[bot] 2025-10-01 08:04:43 +00:00
  • 4f51794998
    build(deps-dev): bump @types/node from 24.5.2 to 24.6.0 (#1099) dependabot[bot] 2025-09-30 08:05:45 +00:00
  • 28f47cec4c
    build(deps-dev): bump @types/node from 24.5.1 to 24.5.2 (#1097) dependabot[bot] 2025-09-18 08:04:40 +00:00
  • 023b71fc2c
    build(deps-dev): bump @types/node from 24.5.0 to 24.5.1 (#1096) dependabot[bot] 2025-09-17 08:05:15 +00:00
  • 3ab50c1c21
    build(deps): bump object-code from 1.3.3 to 1.3.4 (#1093) dependabot[bot] 2025-09-16 08:11:58 +00:00
  • 7ac4f8f964
    build(deps): bump cache-parser from 1.2.5 to 1.2.6 (#1094) dependabot[bot] 2025-09-16 08:11:42 +00:00
  • 9c3a0a09e5
    build(deps): bump fast-defer from 1.1.8 to 1.1.9 (#1095) dependabot[bot] 2025-09-16 08:08:27 +00:00
  • 2c72e703a8
    build(deps-dev): bump @types/node from 24.4.0 to 24.5.0 (#1092) dependabot[bot] 2025-09-16 08:04:56 +00:00
  • cb80754514
    fix environment url Arthur Fiorette 2025-09-15 12:54:53 -03:00
  • a9ca72206f
    Update dependencies and migrate to OIDC publishing v1.8.3 Arthur Fiorette 2025-09-15 12:49:26 -03:00
  • 55da840f7b
    refactor: remove Object.freeze Arthur Fiorette 2025-09-15 12:39:16 -03:00
  • 10c467dbd2
    tag: v1.8.3 Arthur Fiorette 2025-09-15 12:37:05 -03:00
  • 2c8910b848
    Update Cache-Control header to prevent caching (#1091) Arthur Fiorette 2025-09-15 12:36:51 -03:00
  • 0471444941
    code arthurfiorette/safari-takeover Arthur Fiorette 2025-09-15 12:34:45 -03:00
  • 136f34eadd
    code Arthur Fiorette 2025-09-15 12:18:54 -03:00
  • be4bda43e9
    Update Cache-Control header to prevent caching Arthur Fiorette 2025-09-15 12:16:11 -03:00
  • 3236cd3a10
    build(deps-dev): bump axios from 1.12.0 to 1.12.2 (#1087) dependabot[bot] 2025-09-15 09:00:20 +00:00
  • 350db501da
    build(deps-dev): bump axios from 1.11.0 to 1.12.0 (#1085) dependabot[bot] 2025-09-12 08:04:37 +00:00
  • 1ef993dc85
    build(deps-dev): bump vitepress-plugin-llms from 1.7.4 to 1.7.5 (#1086) dependabot[bot] 2025-09-12 08:04:34 +00:00
  • 9396b44be3
    build(deps-dev): bump @biomejs/biome from 2.2.3 to 2.2.4 (#1084) dependabot[bot] 2025-09-11 08:11:43 +00:00
  • 1556b108b5
    build(deps-dev): bump @biomejs/biome from 2.2.2 to 2.2.3 (#1083) dependabot[bot] 2025-09-08 08:20:22 +00:00
  • 0d1dbeeecd
    build(deps-dev): bump @types/node from 24.3.0 to 24.3.1 (#1082) dependabot[bot] 2025-09-05 08:08:32 +00:00
  • 4c67a886d3
    build(deps-dev): bump vitepress-plugin-llms from 1.7.3 to 1.7.4 (#1081) dependabot[bot] 2025-09-05 08:04:55 +00:00
  • c278bc804d
    build(deps-dev): bump @biomejs/biome from 2.2.0 to 2.2.2 (#1078) dependabot[bot] 2025-08-25 15:07:47 +00:00
  • 2a3f7b3ca0 Deploy docs for latest arthurfiorette 2025-08-21 16:07:18 +00:00
  • 2bd7a3a51b
    tag: v1.8.2 v1.8.2 Arthur Fiorette 2025-08-21 12:53:08 -03:00
  • 186d294b6d
    chore: remove console.log Arthur Fiorette 2025-08-21 12:52:31 -03:00
  • 9a553a39a7
    style: fix linting issues Arthur Fiorette 2025-08-21 12:51:43 -03:00
  • eefd2728c7
    tag: v1.8.1 v1.8.1 Arthur Fiorette 2025-08-21 12:46:04 -03:00
  • 85ce654e0a
    docs: clarify interceptor usage in guide (#1066) MahekG936 2025-08-21 21:15:45 +05:30
  • fbb6a57ca8
    build(deps): bump actions/checkout from 4 to 5 (#1071) dependabot[bot] 2025-08-21 12:44:45 -03:00
  • 970516bb48
    build(deps-dev): bump @swc-node/register from 1.10.10 to 1.11.1 (#1075) dependabot[bot] 2025-08-19 20:50:28 +00:00
  • e939fe7645
    build(deps-dev): bump @types/node from 24.2.1 to 24.3.0 (#1074) dependabot[bot] 2025-08-15 08:49:03 +00:00
  • 2197cc553d
    build(deps-dev): bump @biomejs/biome from 2.1.4 to 2.2.0 (#1073) dependabot[bot] 2025-08-15 08:48:59 +00:00
  • 9e9f71c366
    build(deps-dev): bump vitepress-plugin-llms from 1.7.2 to 1.7.3 (#1072) dependabot[bot] 2025-08-14 08:15:46 +00:00
  • 91648af920
    build(deps-dev): bump @types/node from 24.2.0 to 24.2.1 (#1070) dependabot[bot] 2025-08-11 13:31:51 +00:00