-
Notifications
You must be signed in to change notification settings - Fork 2
Release 2.0.0 #165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jotanarciso
wants to merge
37
commits into
main
Choose a base branch
from
stage
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release 2.0.0 #165
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: update unenv to version 2.0.0-rc.15 * feat: add support for require in esbuild when production * chore: update package-lock.json * feat: add crypto polyfills to dev runtime and defining with external * fix: prepend 'node:' to non-external module paths in nodeBuiltInModules * refactor: remove unused handlePublicDir function and related logic * fix: update MEM_FILES declaration and improve path prefix handling in fixMappedFilesPaths function * feat: added stream imports to runtime dev * fix: enhance body parsing in handleFetchEvent for various Content-Types * feat: add promises context and related polyfills to bundler * docs: add deprecation notice for webpack bundler and update related documentation * refactor: remove deprecated stream polyfills and clean up related code * feat: add assert-browserify dependency and update polyfills mapping
[skip ci] ## [1.20.0-stage.1](v1.19.1...v1.20.0-stage.1) (2025-05-05) ### Features * upgrade unenv 1.x to 2.x (#159) ([60ef725](60ef725))
[skip ci] ## [1.20.0-stage.2](v1.20.0-stage.1...v1.20.0-stage.2) (2025-05-13) ### Bug Fixes * add Azion.Storage to globalThis for polyfill (#163) ([cd659db](cd659db))
* fix: wasm-image-processor resize wrapper * chore: rm typo
SCC Complexity Analysis
|
[skip ci] ## [1.20.0-stage.3](v1.20.0-stage.2...v1.20.0-stage.3) (2025-05-15) ### Bug Fixes * wasm-image-processor resize wrapper (#164) ([a02d941](a02d941))
jcbsfilho
previously approved these changes
May 15, 2025
* feat: api v4 applications * feat: api v4 workloads * feat: api v4 edge connectors * feat: presets config api v4 * feat: applications api v4 * fix: revert firewall * fix: standardize property names * refactor: rm presets workload * fix: rm setOrigin behavior * feat: edge connector behavior * fix: use setEdgeConnector for presets rules * feat(iac): edge storage and build bindings * test: fix config tests * fix: preset metadata schema * fix: property name * fix: rm build bindings * fix: function binding type * fix: typo * fix: validate bindings * fix: workloads * feat: firewall config array * fix: use english for messages * fix: standardize names * fix: functions strategy * fix: schema validation feedback * refactor: presets config structure * fix: is_active property * refactor: rm order property * fix; edge application modules * fix: rm tls from addresses * feat: edge connector type and type_property * refactor: presets edge connector * chore: improve feedback * fix: rm domains * fix: rm unused type * fix: setEdgeConnector validation * refactor: presets rules abstraction * refactor: export presets with capital letters * fix: default entry for compute presets * fix: nextp reset config
SCC Complexity Analysis
|
[skip ci] ## [1.20.0-stage.4](v1.20.0-stage.3...v1.20.0-stage.4) (2025-05-27) ### Features * **config:** azion api v4 (#161) ([49c3f02](49c3f02))
SCC Complexity Analysis
|
[skip ci] ## [1.20.0-stage.5](v1.20.0-stage.4...v1.20.0-stage.5) (2025-05-28) ### Bug Fixes * revert exported name (presets) ([94a1739](94a1739))
SCC Complexity Analysis
|
[skip ci] ## [1.20.0-stage.6](v1.20.0-stage.5...v1.20.0-stage.6) (2025-05-28) ### Features * purge api v4 (#167) ([f779d6a](f779d6a))
SCC Complexity Analysis
|
[skip ci] ## [1.20.0-stage.7](v1.20.0-stage.6...v1.20.0-stage.7) (2025-06-02) ### Bug Fixes * streamline stream polyfills and enhance process, module, setInterval (#169) ([118f7bb](118f7bb))
* feat: purge api v4 * refactor: input_value -> argument * refactor: behavior: target -> argument * fix: return empty array instead of object when no edgeFunctions are present
SCC Complexity Analysis
|
[skip ci] ## [1.20.0-stage.8](v1.20.0-stage.7...v1.20.0-stage.8) (2025-06-03) ### Bug Fixes * api v4 (#168) ([dc33e5a](dc33e5a))
SCC Complexity Analysis
|
[skip ci] ## [1.20.0-stage.9](v1.20.0-stage.8...v1.20.0-stage.9) (2025-06-06) ### Bug Fixes * polyfills for Node.js compatibility (#170) ([329f4c4](329f4c4))
SCC Complexity Analysis
|
[skip ci] ## [1.20.0-stage.10](v1.20.0-stage.9...v1.20.0-stage.10) (2025-06-09) ### Bug Fixes * add polyfill for clearInterval and update injection in unenv preset (#172) ([ea99874](ea99874))
fix(presets): add missing prebuild command in preact preset
SCC Complexity Analysis
|
[skip ci] ## [1.20.0-stage.11](v1.20.0-stage.10...v1.20.0-stage.11) (2025-06-18) ### Bug Fixes * **presets:** add missing prebuild command in preact preset ([8674785](8674785))
SCC Complexity Analysis
|
[skip ci] ## [1.20.0-stage.12](v1.20.0-stage.11...v1.20.0-stage.12) (2025-06-18) ### Reverts * api v4 (#176) ([e93e073](e93e073))
fix(preset): update ruleset of html preset
SCC Complexity Analysis
|
[skip ci] ## [1.20.0-stage.13](v1.20.0-stage.12...v1.20.0-stage.13) (2025-06-20) ### Bug Fixes * **preset:** update ruleset of html preset ([90b0def](90b0def))
* feat: add OpenNextjs preset * chore: update request rule name for consistency in OpenNextjs preset
SCC Complexity Analysis
|
[skip ci] ## [1.20.0-stage.14](v1.20.0-stage.13...v1.20.0-stage.14) (2025-06-20) ### Features * add OpenNextjs preset (#179) ([ca726ad](ca726ad))
v1.20.0-stage.15
SCC Complexity Analysis
|
[skip ci] ## [1.20.0-stage.15](v1.20.0-stage.14...v1.20.0-stage.15) (2025-06-20) ### Bug Fixes * **presets:** astro prebuild ([846990f](846990f)) * rm worker property ([8673494](8673494))
SCC Complexity Analysis
|
[skip ci] ## [1.20.0-stage.16](v1.20.0-stage.15...v1.20.0-stage.16) (2025-06-20) ### Bug Fixes * rename skipProjectBuild to skipFrameworkBuild in BuildContext (#180) ([5252f0a](5252f0a))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.