8000 Tags · aziontech/lib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: aziontech/lib

Tags

v2.0.0-stage.1

Toggle v2.0.0-stage.1's commit message
chore(release): 2.0.0-stage.1

[skip ci]
## [2.0.0-stage.1](v1.21.0-stage.1...v2.0.0-stage.1) (2025-07-09)

### ⚠ BREAKING CHANGES

* - Remove `clientId`, `createdAt`, `updatedAt`, and `deletedAt` from the `AzionDatabase` interface.
- Add `active`, `lastModified`, `lastEditor`, and `productVersion` to the `AzionDatabase` interface.
- Update `useExecute` and `useQuery` hooks to reflect the new API structure.
- Update `AzionDatabaseQueryResponse` and `AzionDatabaseExecutionResponse` to include the new fields.
- Add an `error` field to `QueryResult` to capture errors when any statement fails during query execution.
- Remove `id` from the `AzionDatabaseDeleteResponse` interface.
- Update `status` in `AzionDatabase` interface to `creating | created | deleting`
- Update README examples to reflect the new API structure and usage patterns.

### Code Refactoring

* major enhancements and breaking changes in `packages/sql` with SQL API v4 update (#187) ([55188ee](55188ee))

v1.21.0-stage.1

Toggle v1.21.0-stage.1's commit message
chore(release): 1.21.0-stage.1

[skip ci]
## [1.21.0-stage.1](v1.20.1...v1.21.0-stage.1) (2025-07-07)

### Features

*  azion api v4 (#171) ([ad875f1](ad875f1))

v1.20.1

Toggle v1.20.1's commit message
chore(release): 1.20.1

[skip ci]
### [1.20.1](v1.20.0...v1.20.1) (2025-06-27)

### Bug Fixes

* **config:** rm validation function from defineConfig method (#184) ([f4e6a22](f4e6a22))

v1.20.1-stage.1

Toggle v1.20.1-stage.1's commit message
chore(release): 1.20.1-stage.1

[skip ci]
### [1.20.1-stage.1](v1.20.0...v1.20.1-stage.1) (2025-06-27)

### Bug Fixes

* **config:** rm validation function from defineConfig method (#184) ([f4e6a22](f4e6a22))

v1.20.0

Toggle v1.20.0's commit message
chore(release): 1.20.0

[skip ci]
## [1.20.0](v1.19.1...v1.20.0) (2025-06-25)

### Features

* add OpenNextjs preset (#179) ([ca726ad](ca726ad))
* add type safety for storage edge_access parameter ([a450f78](a450f78))
* **config:** azion api v4 (#161) ([49c3f02](49c3f02))
* purge api v4 (#167) ([f779d6a](f779d6a))
* upgrade unenv 1.x to 2.x (#159) ([60ef725](60ef725))

### Bug Fixes

* add Azion.Storage to globalThis for polyfill (#163) ([cd659db](cd659db))
* add polyfill for clearInterval and update injection in unenv preset (#172) ([ea99874](ea99874))
* api v4  (#168) ([dc33e5a](dc33e5a))
* polyfills for Node.js compatibility (#170) ([329f4c4](329f4c4))
* **presets:** add missing prebuild command in preact preset ([8674785](8674785))
* **presets:** astro prebuild ([846990f](846990f))
* **preset:** update ruleset of html preset ([90b0def](90b0def))
* rename skipProjectBuild to skipFrameworkBuild in BuildContext (#180) ([5252f0a](5252f0a))
* revert exported name (presets) ([94a1739](94a1739))
* rm worker property ([8673494](8673494))
* streamline OpenNextjs prebuild execution by removing conditional checks for production (#181) ([8d513d9](8d513d9))
* streamline stream polyfills and enhance process, module, setInterval (#169) ([118f7bb](118f7bb))
* wasm-image-processor resize wrapper (#164) ([a02d941](a02d941))

### Reverts

* api v4  (#176) ([e93e073](e93e073))

v1.20.0-stage.18

Toggle v1.20.0-stage.18's commit message
chore(release): 1.20.0-stage.18

[skip ci]
## [1.20.0-stage.18](v1.20.0-stage.17...v1.20.0-stage.18) (2025-06-25)

### Features

* add type safety for storage edge_access parameter ([a450f78](a450f78))

v1.20.0-stage.17

Toggle v1.20.0-stage.17's commit message
chore(release): 1.20.0-stage.17

[skip ci]
## [1.20.0-stage.17](v1.20.0-stage.16...v1.20.0-stage.17) (2025-06-24)

### Bug Fixes

* streamline OpenNextjs prebuild execution by removing conditional checks for production (#181) ([8d513d9](8d513d9))

v1.20.0-stage.16

Toggle v1.20.0-stage.16's commit message
chore(release): 1.20.0-stage.16

[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))

v1.20.0-stage.15

Toggle v1.20.0-stage.15's commit message
chore(release): 1.20.0-stage.15

[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))

v1.20.0-stage.14

Toggle v1.20.0-stage.14's commit message
chore(release): 1.20.0-stage.14

[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))
0