Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"packages/amqp": "4.0.0-beta.1",
"packages/async": "4.0.0-beta.1",
"packages/aws": "4.0.0-beta.1",
"packages/core": "4.0.0-beta.1",
"packages/amqp": "4.0.0-beta.2",
"packages/async": "4.0.0-beta.2",
"packages/aws": "4.0.0-beta.2",
"packages/core": "4.0.0-beta.2",
"packages/codmod": "3.0.0",
"packages/elasticsearch": "4.0.0-beta.1",
"packages/gcp": "4.0.0-beta.1",
"packages/google-auth": "4.0.0-beta.1",
"packages/graphql": "4.0.0-beta.1",
"packages/hawk": "4.0.0-beta.1",
"packages/kubernetes": "4.0.0-beta.1",
"packages/mongodb": "4.0.0-beta.1",
"packages/otel": "4.0.0-beta.1",
"packages/postgres": "4.0.0-beta.1",
"packages/runtime": "4.0.0-beta.1",
"packages/shell": "4.0.0-beta.1",
"packages/tsc-esm": "4.0.0-beta.1",
"packages/workout": "4.0.0-beta.1",
"packages/cloudevents": "4.0.0-beta.2",
"packages/ql": "4.0.0-beta.1"
"packages/elasticsearch": "4.0.0-beta.2",
"packages/gcp": "4.0.0-beta.2",
"packages/google-auth": "4.0.0-beta.2",
"packages/graphql": "4.0.0-beta.2",
"packages/hawk": "4.0.0-beta.2",
"packages/kubernetes": "4.0.0-beta.2",
"packages/mongodb": "4.0.0-beta.2",
"packages/otel": "4.0.0-beta.2",
"packages/postgres": "4.0.0-beta.2",
"packages/runtime": "4.0.0-beta.2",
"packages/shell": "4.0.0-beta.2",
"packages/tsc-esm": "4.0.0-beta.2",
"packages/workout": "4.0.0-beta.2",
"packages/cloudevents": "4.0.0-beta.3",
"packages/ql": "4.0.0-beta.2"
}
20 changes: 20 additions & 0 deletions packages/amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,26 @@
* devDependencies
* @webda/shell bumped from ^3.10.1 to ^3.11.0

## [4.0.0-beta.2](https://github.com/loopingz/webda.io/compare/amqp-v4.0.0-beta.1...amqp-v4.0.0-beta.2) (2024-10-16)


### ⚠ BREAKING CHANGES

* remove node 18 support

### Features

* remove node 18 support ([44e7de2](https://github.com/loopingz/webda.io/commit/44e7de29fbc40df9cfb9a707f58bc08d421a3ac1))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^4.0.0-beta.1 to ^4.0.0-beta.2
* devDependencies
* @webda/shell bumped from ^4.0.0-beta.1 to ^4.0.0-beta.2

## [4.0.0-beta.1](https://github.com/loopingz/webda.io/compare/amqp-v3.3.6...amqp-v4.0.0-beta.1) (2024-08-14)


Expand Down
6 changes: 3 additions & 3 deletions packages/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/amqp",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "Implements AMQP on webda",
"keywords": [
"activemq",
Expand All @@ -21,7 +21,7 @@
"format:fix": "prettier --write src/**/*"
},
"dependencies": {
"@webda/core": "^4.0.0-beta.1",
"@webda/core": "^4.0.0-beta.2",
"amqplib": "^0.10.0"
},
"files": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"@testdeck/mocha": "^0.3.3",
"@types/amqplib": "^0.10.0",
"@types/node": "20.0.0",
"@webda/shell": "^4.0.0-beta.1",
"@webda/shell": "^4.0.0-beta.2",
"sinon": "^19.0.2",
"tsx": "^4.17.0"
},
Expand Down
29 changes: 29 additions & 0 deletions packages/async/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,35 @@
* dependencies
* @webda/core bumped from ^3.15.1 to ^3.16.0

## [4.0.0-beta.2](https://github.com/loopingz/webda.io/compare/async-v4.0.0-beta.1...async-v4.0.0-beta.2) (2024-10-16)


### ⚠ BREAKING CHANGES

* remove node 18 support
* remove expose for Store

### Features

* remove expose for Store ([c8a36b1](https://github.com/loopingz/webda.io/commit/c8a36b19c81b830e9c03195388b402e53f987e6e))
* remove node 18 support ([44e7de2](https://github.com/loopingz/webda.io/commit/44e7de29fbc40df9cfb9a707f58bc08d421a3ac1))


### Bug Fixes

* optimize webda.module.json search ([e6db411](https://github.com/loopingz/webda.io/commit/e6db4111174d7e7428e1b1315f71d9027f4f6893))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/core bumped from ^4.0.0-beta.1 to ^4.0.0-beta.2
* @webda/ql bumped from ^4.0.0-beta.1 to ^4.0.0-beta.2
* @webda/workout bumped from ^4.0.0-beta.1 to ^4.0.0-beta.2
* devDependencies
* @webda/tsc-esm bumped from ^4.0.0-beta.1 to ^4.0.0-beta.2

## [4.0.0-beta.1](https://github.com/loopingz/webda.io/compare/async-v3.7.2...async-v4.0.0-beta.1) (2024-08-14)


Expand Down
10 changes: 5 additions & 5 deletions packages/async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/async",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "Async System",
"main": "lib/index.js",
"scripts": {
Expand All @@ -25,17 +25,17 @@
"package.json"
],
"dependencies": {
"@webda/core": "^4.0.0-beta.1",
"@webda/ql": "^4.0.0-beta.1",
"@webda/workout": "^4.0.0-beta.1",
"@webda/core": "^4.0.0-beta.2",
"@webda/ql": "^4.0.0-beta.2",
"@webda/workout": "^4.0.0-beta.2",
"axios": "^1.1.3",
"json-schema": "^0.4.0",
"node-cron": "^3.0.2"
},
"devDependencies": {
"@testdeck/mocha": "^0.3.3",
"@types/node": "20.0.0",
"@webda/tsc-esm": "^4.0.0-beta.1",
"@webda/tsc-esm": "^4.0.0-beta.2",
"mocha": "^10.0.0",
"sinon": "^19.0.2",
"source-map-support": "^0.5.19",
Expand Down
16 changes: 7 additions & 9 deletions packages/async/webda.module.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
"properties": {
"writable": {
"type": "boolean",
"description": "Is `true` if it is safe to call `writable.write()`, which means the stream has not been destroyed, errored or ended."
"description": "Is `true` if it is safe to call `writable.write()`, which means the stream has not been destroyed, errored, or ended."
},
"writableEnded": {
"type": "boolean",
Expand Down Expand Up @@ -412,7 +412,7 @@
},
"closed": {
"type": "boolean",
"description": "Is true after 'close' has been emitted."
"description": "Is `true` after `'close'` has been emitted."
},
"errored": {
"anyOf": [
Expand Down Expand Up @@ -442,7 +442,7 @@
},
"writableNeedDrain": {
"type": "boolean",
"description": "Is `true` if the stream's buffer has been full and stream will emit 'drain'."
"description": "Is `true` if the stream's buffer has been full and stream will emit `'drain'`."
}
},
"required": [
Expand Down Expand Up @@ -756,7 +756,7 @@
},
"hostname": {
"type": "string",
"description": "Gets and sets the host name portion of the URL. The key difference between`url.host` and `url.hostname` is that `url.hostname` does _not_ include the port.\n\n```js const myURL = new URL('https://example.org:81/foo'); console.log(myURL.hostname); // Prints example.org\n\n// Setting the hostname does not change the port myURL.hostname = 'example.com:82'; console.log(myURL.href); // Prints https://example.com:81/foo\n\n// Use myURL.host to change the hostname and port myURL.host = 'example.org:82'; console.log(myURL.href); // Prints https://example.org:82/foo ```\n\nInvalid host name values assigned to the `hostname` property are ignored."
"description": "Gets and sets the host name portion of the URL. The key difference between`url.host` and `url.hostname` is that `url.hostname` does _not_ include the port.\n\n```js const myURL = new URL('https://example.org:81/foo'); console.log(myURL.hostname); // Prints example.org\n\n// Setting the hostname does not change the port myURL.hostname = 'example.com'; console.log(myURL.href); // Prints https://example.com:81/foo\n\n// Use myURL.host to change the hostname and port myURL.host = 'example.org:82'; console.log(myURL.href); // Prints https://example.org:82/foo ```\n\nInvalid host name values assigned to the `hostname` property are ignored."
},
"href": {
"type": "string",
Expand All @@ -768,7 +768,7 @@
},
"password": {
"type": "string",
"description": "Gets and sets the password portion of the URL.\n\n```js const myURL = new URL('https://abc:xyz@example.com'); console.log(myURL.password); // Prints xyz\n\nmyURL.password = '123'; console.log(myURL.href); // Prints https://abc:123@example.com ```\n\nInvalid URL characters included in the value assigned to the `password` property are `percent-encoded`. The selection of which characters to percent-encode may vary somewhat from what the {@link parse } and {@link format } methods would produce."
"description": "Gets and sets the password portion of the URL.\n\n```js const myURL = new URL('https://abc:xyz@example.com'); console.log(myURL.password); // Prints xyz\n\nmyURL.password = '123'; console.log(myURL.href); // Prints https://abc:123@example.com/ ```\n\nInvalid URL characters included in the value assigned to the `password` property are `percent-encoded`. The selection of which characters to percent-encode may vary somewhat from what the {@link parse } and {@link format } methods would produce."
},
"pathname": {
"type": "string",
Expand Down Expand Up @@ -797,7 +797,7 @@
"required": [
"size"
],
"description": "Gets the `URLSearchParams` object representing the query parameters of the URL. This property is read-only but the `URLSearchParams` object it provides can be used to mutate the URL instance; to replace the entirety of query parameters of the URL, use the {@link search } setter. See `URLSearchParams` documentation for details.\n\nUse care when using `.searchParams` to modify the `URL` because, per the WHATWG specification, the `URLSearchParams` object uses different rules to determine which characters to percent-encode. For instance, the `URL` object will not percent encode the ASCII tilde (`~`) character, while `URLSearchParams` will always encode it:\n\n```js const myUrl = new URL('https://example.org/abc?foo=~bar');\n\nconsole.log(myUrl.search); // prints ?foo=~bar\n\n// Modify the URL via searchParams... myUrl.searchParams.sort();\n\nconsole.log(myUrl.search); // prints ?foo=%7Ebar ```"
"description": "Gets the `URLSearchParams` object representing the query parameters of the URL. This property is read-only but the `URLSearchParams` object it provides can be used to mutate the URL instance; to replace the entirety of query parameters of the URL, use the {@link search } setter. See `URLSearchParams` documentation for details.\n\nUse care when using `.searchParams` to modify the `URL` because, per the WHATWG specification, the `URLSearchParams` object uses different rules to determine which characters to percent-encode. For instance, the `URL` object will not percent encode the ASCII tilde (`~`) character, while `URLSearchParams` will always encode it:\n\n```js const myURL = new URL('https://example.org/abc?foo=~bar');\n\nconsole.log(myURL.search); // prints ?foo=~bar\n\n// Modify the URL via searchParams... myURL.searchParams.sort();\n\nconsole.log(myURL.search); // prints ?foo=%7Ebar ```"
},
"username": {
"type": "string",
Expand Down Expand Up @@ -839,9 +839,7 @@
"type": "string"
},
"stdio": {
"$ref": "#/definitions/StdioOptions",
"description": "Can be set to 'pipe', 'inherit', 'overlapped', or 'ignore', or an array of these strings. If passed as an array, the first element is used for `stdin`, the second for `stdout`, and the third for `stderr`. A fourth element can be used to specify the `stdio` behavior beyond the standard streams. See {@link ChildProcess.stdio } for more information.",
"default": "pipe"
"$ref": "#/definitions/StdioOptions"
},
"shell": {
"type": [
Expand Down
30 changes: 30 additions & 0 deletions packages/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* devDependencies
* @webda/shell bumped from ^3.10.1 to ^3.11.0

## [4.0.0-beta.2](https://github.com/loopingz/webda.io/compare/aws-v4.0.0-beta.1...aws-v4.0.0-beta.2) (2024-10-16)


### ⚠ BREAKING CHANGES

* remove node 18 support
* remove expose for Store

### Features

* remove expose for Store ([c8a36b1](https://github.com/loopingz/webda.io/commit/c8a36b19c81b830e9c03195388b402e53f987e6e))
* remove node 18 support ([44e7de2](https://github.com/loopingz/webda.io/commit/44e7de29fbc40df9cfb9a707f58bc08d421a3ac1))


### Bug Fixes

* **route53:** Do not run changeResourceRecordsSets if no changes ([b7c6efd](https://github.com/loopingz/webda.io/commit/b7c6efd583bd9ed84adc98d032d92e60e5551024))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/async bumped from ^4.0.0-beta.1 to ^4.0.0-beta.2
* @webda/core bumped from ^4.0.0-beta.1 to ^4.0.0-beta.2
* @webda/ql bumped from ^4.0.0-beta.1 to ^4.0.0-beta.2
* @webda/workout bumped from ^4.0.0-beta.1 to ^4.0.0-beta.2
* devDependencies
* @webda/shell bumped from ^4.0.0-beta.1 to ^4.0.0-beta.2

## [4.0.0-beta.1](https://github.com/loopingz/webda.io/compare/aws-v3.4.2...aws-v4.0.0-beta.1) (2024-08-14)


Expand Down
14 changes: 7 additions & 7 deletions packages/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/aws",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "Webda AWS Services implementation",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -50,13 +50,13 @@
"@aws-sdk/s3-request-presigner": "^3.58.0",
"@types/json-schema": "^7.0.8",
"@types/mocha": "^10.0.0",
"@webda/async": "^4.0.0-beta.1",
"@webda/core": "^4.0.0-beta.1",
"@webda/ql": "^4.0.0-beta.1",
"@webda/workout": "^4.0.0-beta.1",
"@webda/async": "^4.0.0-beta.2",
"@webda/core": "^4.0.0-beta.2",
"@webda/ql": "^4.0.0-beta.2",
"@webda/workout": "^4.0.0-beta.2",
"bluebird": "^3.7.2",
"commitlint": "^19.2.1",
"cookie": "^0.6.0",
"cookie": "^1.0.1",
"glob": "^10.0.0",
"iam-policy-optimizer": "^1.2.0",
"mime-types": "^2.1.35",
Expand All @@ -82,7 +82,7 @@
"@testdeck/mocha": "^0.3.2",
"@types/aws-lambda": "^8.10.97",
"@types/node": "20.0.0",
"@webda/shell": "^4.0.0-beta.1",
"@webda/shell": "^4.0.0-beta.2",
"aws-sdk-client-mock": "^4.0.0",
"node-fetch": "^3.3.1",
"sinon": "^19.0.2",
Expand Down
19 changes: 19 additions & 0 deletions packages/cloudevents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [4.0.0-beta.3](https://github.com/loopingz/webda.io/compare/cloudevents-v4.0.0-beta.2...cloudevents-v4.0.0-beta.3) (2024-10-16)


### ⚠ BREAKING CHANGES

* remove node 18 support

### Features

* add option to register filter type ([8fb4670](https://github.com/loopingz/webda.io/commit/8fb46708b0f3b3c74c28f87a30f24f6949419eaf))
* remove node 18 support ([44e7de2](https://github.com/loopingz/webda.io/commit/44e7de29fbc40df9cfb9a707f58bc08d421a3ac1))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @webda/tsc-esm bumped from 4.0.0-beta.1 to 4.0.0-beta.2

## [4.0.0-beta.2](https://github.com/loopingz/webda.io/compare/cloudevents-v4.0.0-beta.1...cloudevents-v4.0.0-beta.2) (2024-08-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/cloudevents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webda/cloudevents",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"description": "Discovery and Subscriptions for CloudEvents",
"keywords": [
"cloudevents",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/node": "20.0.0",
"@webda/tsc-esm": "4.0.0-beta.1",
"@webda/tsc-esm": "4.0.0-beta.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"tsx": "^4.17.0"
Expand Down
34 changes: 34 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.0-beta.2](https://github.com/loopingz/webda.io/compare/core-v4.0.0-beta.1...core-v4.0.0-beta.2) (2024-10-16)


### ⚠ BREAKING CHANGES

* remove node 18 support
* remove expose for Store

### Features

* add rest domain service ([bfc72e6](https://github.com/loopingz/webda.io/commit/bfc72e64728c3f1e1348322156f1b04835d6db37))
* remove expose for Store ([c8a36b1](https://github.com/loopingz/webda.io/commit/c8a36b19c81b830e9c03195388b402e53f987e6e))
* remove node 18 support ([44e7de2](https://github.com/loopingz/webda.io/commit/44e7de29fbc40df9cfb9a707f58bc08d421a3ac1))
* **rest:** add 201 - Created http code for creation ([#680](https://github.com/loopingz/webda.io/issues/680)) ([5db4dda](https://github.com/loopingz/webda.io/commit/5db4ddab838a25dc49bddd1705357187e2049a6c))
* test allow dynamic configuration in TestApplication ([3af8187](https://github.com/loopingz/webda.io/commit/3af8187ba6179e19c9db261f81075a86d09e0cc9))


### Bug Fixes

* MemoryQueue wait if no message available ([57d4bd8](https://github.com/loopingz/webda.io/commit/57d4bd834a8dcaa6f33f052c5e315079a58ffcce))
* optimize webda.module.json search ([e6db411](https://github.com/loopingz/webda.io/commit/e6db4111174d7e7428e1b1315f71d9027f4f6893))
* **ResourceService:** ensure we do not serve . files ([#678](https://github.com/loopingz/webda.io/issues/678)) ([8abbcda](https://github.com/loopingz/webda.io/commit/8abbcdae988f0ca3d6ecc1f70b4c6dee7f17002a))
* **rest:** restdomainservice parent query injector ([#683](https://github.com/loopingz/webda.io/issues/683)) ([7c8bf9b](https://github.com/loopingz/webda.io/commit/7c8bf9bb5b2dab0be890e9d5f1044f007eb6c76d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @webda/ql bumped from ^4.0.0-beta.1 to ^4.0.0-beta.2
* @webda/workout bumped from ^4.0.0-beta.1 to ^4.0.0-beta.2
* devDependencies
* @webda/tsc-esm bumped from ^4.0.0-beta.1 to ^4.0.0-beta.2

## [4.0.0-beta.1](https://github.com/loopingz/webda.io/compare/core-v3.16.0...core-v4.0.0-beta.1) (2024-08-14)


Expand Down
Loading