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
5 changes: 0 additions & 5 deletions .changeset/common-hoops-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-teeth-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/free-pianos-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-geckos-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaky-candles-fall.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-needles-camp.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/log-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lightmill/log-api

## 5.0.0

### Major Changes

- 6651c93: Removes typescript-openapi type export. The prefered way to rely on our contract's type is now to use the zod schemas directly. openapi.yaml is still being generated so typescript-openapi types can be generated from it if needed.
- 6651c93: Switch openapi.json export to openapi.yaml. This aligns with openapi most widespread use. Author should update their code to use openapi.yamd instead of .json, and switch to corresponding parser.
- 6651c93: Update validation error codes to be more explicit. Refer to openapi.yaml or the exported schemas to update your code if needed.

### Minor Changes

- 6651c93: Export zod schemas that may be used to validate request and reponses.

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/log-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightmill/log-api",
"version": "4.0.1",
"version": "5.0.0",
"description": "API for Lightmill log server",
"author": "Quentin Roy <contact@quentinroy.fr>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/log-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lightmill/log-client

## 5.0.0

### Minor Changes

- 9f107be: Slightly improve some client's errors.

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/log-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightmill/log-client",
"version": "4.0.0",
"version": "5.0.0",
"description": "Client for LightMill's log server.",
"license": "MIT",
"type": "module",
Expand Down
14 changes: 14 additions & 0 deletions packages/log-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @lightmill/log-server

## 5.0.0

### Major Changes

- 72effc7: Change some validation error codes to match new log-api. Please refer to @lightmill/log-api openapi.yaml for the new validation error codes.

### Patch Changes

- Updated dependencies [6651c93]
- Updated dependencies [6651c93]
- Updated dependencies [6651c93]
- Updated dependencies [6651c93]
- @lightmill/log-api@5.0.0

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/log-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightmill/log-server",
"version": "4.1.0",
"version": "5.0.0",
"description": "Server, and middleware to receive, store and export lightmill logs",
"author": "Quentin Roy <contact@quentinroy.fr>",
"license": "MIT",
Expand Down