Skip to content

Commit

Permalink
feat: better reporting. Unpack zenroom trace (#66)
Browse files Browse the repository at this point in the history
* feat: better reporting. Unpack zenroom trace

* fix: Fix tests and allow reply with broken schema
  • Loading branch information
puria authored Feb 28, 2024
1 parent a433c4f commit a7b0cb4
Show file tree
Hide file tree
Showing 12 changed files with 607 additions and 327 deletions.
14 changes: 5 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,27 @@
# [1.16.0](https://github.com/forkbombeu/ncr/compare/v1.15.1...v1.16.0) (2024-02-27)


### Features

* warn missing schema when introspect brokes ([#64](https://github.com/forkbombeu/ncr/issues/64)) ([be8cbf7](https://github.com/forkbombeu/ncr/commit/be8cbf7573f445de44501b16a36f9f74d5fa50d6))
- warn missing schema when introspect brokes ([#64](https://github.com/forkbombeu/ncr/issues/64)) ([be8cbf7](https://github.com/forkbombeu/ncr/commit/be8cbf7573f445de44501b16a36f9f74d5fa50d6))

## [1.15.1](https://github.com/forkbombeu/ncr/compare/v1.15.0...v1.15.1) (2024-02-27)


### Bug Fixes

* tests with new zenroom version up ([706106f](https://github.com/forkbombeu/ncr/commit/706106fb57bb8485a3e2ef3869ff54da574f6afd))
* update deps @slangroom/zencode ([#63](https://github.com/forkbombeu/ncr/issues/63)) ([4329a84](https://github.com/forkbombeu/ncr/commit/4329a84c4ec47473b9c159662d91938fc6bca9a3))
- tests with new zenroom version up ([706106f](https://github.com/forkbombeu/ncr/commit/706106fb57bb8485a3e2ef3869ff54da574f6afd))
- update deps @slangroom/zencode ([#63](https://github.com/forkbombeu/ncr/issues/63)) ([4329a84](https://github.com/forkbombeu/ncr/commit/4329a84c4ec47473b9c159662d91938fc6bca9a3))

# [1.15.0](https://github.com/forkbombeu/ncr/compare/v1.14.2...v1.15.0) (2024-02-27)


### Features

* enahnce a little bit the error handling ([#62](https://github.com/forkbombeu/ncr/issues/62)) ([67e33e1](https://github.com/forkbombeu/ncr/commit/67e33e1b949a1c0010a3b3513e1b2dd806497e2e)), closes [#54](https://github.com/forkbombeu/ncr/issues/54)
- enahnce a little bit the error handling ([#62](https://github.com/forkbombeu/ncr/issues/62)) ([67e33e1](https://github.com/forkbombeu/ncr/commit/67e33e1b949a1c0010a3b3513e1b2dd806497e2e)), closes [#54](https://github.com/forkbombeu/ncr/issues/54)

## [1.14.2](https://github.com/forkbombeu/ncr/compare/v1.14.1...v1.14.2) (2024-02-27)


### Bug Fixes

* update also the package.json on release ([#61](https://github.com/forkbombeu/ncr/issues/61)) ([1c9931c](https://github.com/forkbombeu/ncr/commit/1c9931c86166fccabc4005110494e5ed692ad35f))
- update also the package.json on release ([#61](https://github.com/forkbombeu/ncr/issues/61)) ([1c9931c](https://github.com/forkbombeu/ncr/commit/1c9931c86166fccabc4005110494e5ed692ad35f))

## [1.14.1](https://github.com/forkbombeu/ncr/compare/v1.14.0...v1.14.1) (2024-02-27)

Expand Down
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,24 @@
"@slangroom/fs": "^1.14.1",
"@slangroom/git": "^1.14.1",
"@slangroom/http": "^1.14.1",
"@slangroom/json-schema": "^1.14.1",
"@slangroom/oauth": "^1.16.0",
"@slangroom/pocketbase": "^1.17.0",
"@slangroom/wallet": "^1.14.1",
"@slangroom/zencode": "^1.18.0",
"@tgwf/co2": "^0.14.3",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/parser": "^7.1.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"commander": "^11.1.0",
"commander": "^12.0.0",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"live-directory": "^3.0.3",
"lodash": "^4.17.21",
"mime": "^4.0.1",
"pino": "^8.19.0",
"prom-client": "^15.0.0",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#semver:^20",
"zenroom": "^4.12.2"
"zenroom": "^4.13.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
Expand All @@ -72,13 +73,16 @@
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"@sinclair/typebox": "^0.32.14",
"@slangroom/qrcode": "^1.14.1",
"@slangroom/redis": "^1.14.1",
"@slangroom/shell": "^1.15.0",
"@swc/core": "^1.4.2",
"@swc/helpers": "^0.5.6",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.21",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20.11.20",
"@types/tgwf__co2": "^0.14.1",
"jest": "^29.7.0",
"lodash.isequal": "^4.5.0",
Expand All @@ -95,6 +99,8 @@
"stepci": "^2.8.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"tslog": "^4.9.2",
"typescript": "^5.3.3",
"winston": "^3.11.0"
}
}
Loading

0 comments on commit a7b0cb4

Please sign in to comment.