Skip to content
Merged
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
6 changes: 0 additions & 6 deletions .changeset/fix-orm-versioning.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/public-endpoints.md

This file was deleted.

2 changes: 2 additions & 0 deletions libs/async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @cleverbrush/async

## 4.2.0

## 4.1.0

## 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion libs/async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "4.1.0"
"version": "4.2.0"
}
6 changes: 6 additions & 0 deletions libs/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cleverbrush/auth

## 4.2.0

### Patch Changes

- @cleverbrush/schema@4.2.0

## 4.1.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "andrew_zol@cleverbrush.com"
},
"dependencies": {
"@cleverbrush/schema": "^4.1.0"
"@cleverbrush/schema": "^4.2.0"
},
"description": "Transport-agnostic authentication & authorization — JWT, cookies, role-based policies, schema-typed principals",
"files": [
Expand Down Expand Up @@ -43,5 +43,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "4.1.0"
"version": "4.2.0"
}
12 changes: 12 additions & 0 deletions libs/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @cleverbrush/client

## 4.2.0

### Minor Changes

- c0bd823: Add `.public()` method to `EndpointBuilder`, `ScopedEndpointFactory`, and `SubscriptionBuilder` to explicitly mark endpoints as public (no authentication required). The server's authentication middleware now skips costly `authenticate()` calls for public endpoints, and the client skips sending `Authorization` headers and WS `?token=` query parameters for endpoints with `authRoles === null`.

### Patch Changes

- Updated dependencies [c0bd823]
- @cleverbrush/server@4.2.0
- @cleverbrush/schema@4.2.0

## 4.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"email": "andrew_zol@cleverbrush.com"
},
"dependencies": {
"@cleverbrush/schema": "^4.1.0",
"@cleverbrush/server": "^4.1.0"
"@cleverbrush/schema": "^4.2.0",
"@cleverbrush/server": "^4.2.0"
},
"devDependencies": {
"@tanstack/react-query": "^5.75.0",
Expand Down Expand Up @@ -102,5 +102,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "4.1.0"
"version": "4.2.0"
}
2 changes: 2 additions & 0 deletions libs/deep/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @cleverbrush/deep

## 4.2.0

## 4.1.0

## 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion libs/deep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "4.1.0"
"version": "4.2.0"
}
6 changes: 6 additions & 0 deletions libs/di/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cleverbrush/di

## 4.2.0

### Patch Changes

- @cleverbrush/schema@4.2.0

## 4.1.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/di/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "andrew_zol@cleverbrush.com"
},
"dependencies": {
"@cleverbrush/schema": "^4.1.0"
"@cleverbrush/schema": "^4.2.0"
},
"description": ".NET-style dependency injection container for TypeScript — schema-driven service registration, three lifetimes, function injection",
"files": [
Expand Down Expand Up @@ -43,5 +43,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "4.1.0"
"version": "4.2.0"
}
6 changes: 6 additions & 0 deletions libs/env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cleverbrush/env

## 4.2.0

### Patch Changes

- @cleverbrush/deep@4.2.0

## 4.1.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "andrew_zol@cleverbrush.com"
},
"dependencies": {
"@cleverbrush/deep": "^4.1.0"
"@cleverbrush/deep": "^4.2.0"
},
"peerDependencies": {
"@cleverbrush/schema": "^4.0.0"
Expand Down Expand Up @@ -50,5 +50,5 @@
"@types/node": "^25.4.0"
},
"types": "./dist/index.d.ts",
"version": "4.1.0"
"version": "4.2.0"
}
7 changes: 7 additions & 0 deletions libs/knex-clickhouse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cleverbrush/knex-clickhouse

## 4.2.0

### Patch Changes

- @cleverbrush/deep@4.2.0
- @cleverbrush/async@4.2.0

## 4.1.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/knex-clickhouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"email": "andrew_zol@cleverbrush.com"
},
"dependencies": {
"@cleverbrush/async": "^4.1.0",
"@cleverbrush/deep": "^4.1.0",
"@cleverbrush/async": "^4.2.0",
"@cleverbrush/deep": "^4.2.0",
"@clickhouse/client": "^1.18.2"
},
"peerDependencies": {
Expand Down Expand Up @@ -45,5 +45,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "4.1.0"
"version": "4.2.0"
}
6 changes: 6 additions & 0 deletions libs/knex-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cleverbrush/knex-schema

## 4.2.0

### Patch Changes

- @cleverbrush/schema@4.2.0

## 4.1.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/knex-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "andrew_zol@cleverbrush.com"
},
"dependencies": {
"@cleverbrush/schema": "^4.1.0"
"@cleverbrush/schema": "^4.2.0"
},
"peerDependencies": {
"knex": ">=3.1.0"
Expand Down Expand Up @@ -52,5 +52,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "4.1.0"
"version": "4.2.0"
}
7 changes: 7 additions & 0 deletions libs/log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cleverbrush/log

## 4.2.0

### Patch Changes

- @cleverbrush/schema@4.2.0
- @cleverbrush/async@4.2.0

## 4.1.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"clean": "rm -rf dist tsconfig.tsbuildinfo"
},
"dependencies": {
"@cleverbrush/schema": "^4.1.0",
"@cleverbrush/async": "^4.1.0"
"@cleverbrush/schema": "^4.2.0",
"@cleverbrush/async": "^4.2.0"
},
"peerDependencies": {
"@cleverbrush/di": "^4.0.0",
Expand All @@ -65,5 +65,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "4.1.0"
"version": "4.2.0"
}
6 changes: 6 additions & 0 deletions libs/mapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cleverbrush/mapper

## 4.2.0

### Patch Changes

- @cleverbrush/schema@4.2.0

## 4.1.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/mapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "andrew_zol@cleverbrush.com"
},
"dependencies": {
"@cleverbrush/schema": "^4.1.0"
"@cleverbrush/schema": "^4.2.0"
},
"description": "Type-safe, schema-driven object mapper for @cleverbrush/schema — compile-time completeness, selector-based field mapping, auto-mapping",
"files": [
Expand Down Expand Up @@ -42,5 +42,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "4.1.0"
"version": "4.2.0"
}
7 changes: 7 additions & 0 deletions libs/orm-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cleverbrush/orm-cli

## 4.2.0

### Patch Changes

- 9c7359c: Fix wrong version numbers for `@cleverbrush/orm` and `@cleverbrush/orm-cli` — they were at 1.0.0 instead of matching the rest of the framework. Both packages are now added to the fixed release group so they stay in sync with all other `@cleverbrush/*` packages going forward.
- @cleverbrush/knex-schema@4.2.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/orm-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "4.1.0"
"version": "4.2.0"
}
8 changes: 8 additions & 0 deletions libs/orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cleverbrush/orm

## 4.2.0

### Patch Changes

- 9c7359c: Fix wrong version numbers for `@cleverbrush/orm` and `@cleverbrush/orm-cli` — they were at 1.0.0 instead of matching the rest of the framework. Both packages are now added to the fixed release group so they stay in sync with all other `@cleverbrush/*` packages going forward.
- @cleverbrush/schema@4.2.0
- @cleverbrush/knex-schema@4.2.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"email": "andrew_zol@cleverbrush.com"
},
"dependencies": {
"@cleverbrush/schema": "^4.0.0",
"@cleverbrush/knex-schema": "^4.0.0"
"@cleverbrush/schema": "^4.2.0",
"@cleverbrush/knex-schema": "^4.2.0"
},
"peerDependencies": {
"knex": ">=3.1.0"
Expand Down Expand Up @@ -53,5 +53,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "4.1.0"
"version": "4.2.0"
}
2 changes: 2 additions & 0 deletions libs/otel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @cleverbrush/otel

## 4.2.0

## 4.1.0

## 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion libs/otel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "4.1.0"
"version": "4.2.0"
}
6 changes: 6 additions & 0 deletions libs/react-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cleverbrush/react-form

## 4.2.0

### Patch Changes

- @cleverbrush/schema@4.2.0

## 4.1.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/react-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "andrew_zol@cleverbrush.com"
},
"dependencies": {
"@cleverbrush/schema": "^4.1.0"
"@cleverbrush/schema": "^4.2.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
Expand Down Expand Up @@ -47,5 +47,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "4.1.0"
"version": "4.2.0"
}
6 changes: 6 additions & 0 deletions libs/scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cleverbrush/scheduler

## 4.2.0

### Patch Changes

- @cleverbrush/schema@4.2.0

## 4.1.0

### Patch Changes
Expand Down
Loading