-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: octokit/plugin-rest-endpoint-methods.js
base: v8.0.0-beta.2
head repository: octokit/plugin-rest-endpoint-methods.js
compare: v8.0.0-beta.3
- 9 commits
- 6 files changed
- 6 contributors
Commits on Jun 10, 2023
-
chore(deps): update dependency esbuild to ^0.18.0 (#648)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d53b9e9 - Browse repository at this point
Copy the full SHA d53b9e9View commit details -
fix: bump version of
@octokit/types, update template to use type im……ports (#647) Co-authored-by: wolfy1339 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4308c1c - Browse repository at this point
Copy the full SHA 4308c1cView commit details
Commits on Jun 12, 2023
-
build(deps): lock file maintenance
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2f8e9fa - Browse repository at this point
Copy the full SHA 2f8e9faView commit details
Commits on Jun 13, 2023
-
build(deps): update
@octokit/types(#651)WIP octokit/openapi updated
Configuration menu - View commit details
-
Copy full SHA for ec6fd9b - Browse repository at this point
Copy the full SHA ec6fd9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b8950d - Browse repository at this point
Copy the full SHA 7b8950dView commit details
Commits on Jun 14, 2023
-
fix(performance): pre-compute and lazily initialize endpoint methods (#…
…622) We have observed that the octokit initialisation is quite slow, especially in combination with [probots](https://github.com/probot/probot) which creates a new octokit instance for each incoming request. This causes the main event loop to block for a considerable time. With our change we moved the preparation of the endpoints api object into the module scope and use a Proxy object to defer the initialisation of octokit defaults and decorations to the first API call per method. Although we have not measured it, we believe the overhead that comes from the proxied method call is insignificant in comparison to the network latency of an API call. Co-authored-by: wolfy1339 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7887d0 - Browse repository at this point
Copy the full SHA a7887d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55a9738 - Browse repository at this point
Copy the full SHA 55a9738View commit details
Commits on Jun 19, 2023
-
build(deps): lock file maintenance
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6761aef - Browse repository at this point
Copy the full SHA 6761aefView commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 85307b8 - Browse repository at this point
Copy the full SHA 85307b8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.0.0-beta.2...v8.0.0-beta.3