Skip to content

Commit 41912fa

Browse files
Version Packages
1 parent 2b25f9e commit 41912fa

File tree

12 files changed

+58
-21
lines changed

12 files changed

+58
-21
lines changed

.changeset/crazy-colts-march.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/upset-symbols-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/adapter-drizzle/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @vorsteh-queue/adapter-drizzle
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- aa22a40: **Dynamic Schema & Table Names**
8+
- All adapters (Drizzle, Kysely, Prisma) now support configurable schema and table names for queue jobs.
9+
- Enables an easier integration in existing DB setups.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [aa22a40]
14+
- @vorsteh-queue/core@0.5.0
15+
316
## 0.4.0
417

518
### Minor Changes

packages/adapter-drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vorsteh-queue/adapter-drizzle",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Drizzle ORM adapter for Vorsteh Queue with PostgreSQL support",
55
"keywords": [
66
"queue",

packages/adapter-kysely/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @vorsteh-queue/adapter-kysely
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- aa22a40: **Dynamic Schema & Table Names**
8+
- All adapters (Drizzle, Kysely, Prisma) now support configurable schema and table names for queue jobs.
9+
- Enables an easier integration in existing DB setups.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [aa22a40]
14+
- @vorsteh-queue/core@0.5.0
15+
316
## 0.2.0
417

518
### Minor Changes

packages/adapter-kysely/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vorsteh-queue/adapter-kysely",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Kysely adapter for Vorsteh Queue with PostgreSQL support",
55
"keywords": [
66
"queue",

packages/adapter-prisma/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @vorsteh-queue/adapter-prisma
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- aa22a40: **Dynamic Schema & Table Names**
8+
- All adapters (Drizzle, Kysely, Prisma) now support configurable schema and table names for queue jobs.
9+
- Enables an easier integration in existing DB setups.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [aa22a40]
14+
- @vorsteh-queue/core@0.5.0
15+
316
## 0.3.0
417

518
### Minor Changes

packages/adapter-prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vorsteh-queue/adapter-prisma",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Prisma ORM adapter for Vorsteh Queue with PostgreSQL support",
55
"keywords": [
66
"queue",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @vorsteh-queue/core
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- aa22a40: **Dynamic Schema & Table Names**
8+
- All adapters (Drizzle, Kysely, Prisma) now support configurable schema and table names for queue jobs.
9+
- Enables an easier integration in existing DB setups.
10+
311
## 0.4.0
412

513
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vorsteh-queue/core",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Core queue engine for Vorsteh Queue with TypeScript support, job scheduling, and event system",
55
"keywords": [
66
"queue",

0 commit comments

Comments
 (0)