@mastra/pg 0.3.0-alpha.8 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,18 +6,18 @@
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.4.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 11894ms
9
+ TSC ⚡️ Build success in 9814ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.2
13
13
  Writing package typings: /home/runner/work/mastra/mastra/stores/pg/dist/_tsup-dts-rollup.d.ts
14
14
  Analysis will use the bundled TypeScript version 5.8.2
15
15
  Writing package typings: /home/runner/work/mastra/mastra/stores/pg/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 12889ms
16
+ DTS ⚡️ Build success in 12934ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- ESM dist/index.js 48.21 KB
21
- ESM ⚡️ Build success in 1550ms
22
20
  CJS dist/index.cjs 48.63 KB
23
- CJS ⚡️ Build success in 1553ms
21
+ CJS ⚡️ Build success in 1511ms
22
+ ESM dist/index.js 48.21 KB
23
+ ESM ⚡️ Build success in 1512ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
8
+
9
+ ### Patch Changes
10
+
11
+ - c0f22b4: [MASTRA-3130] Metadata Filter Update for PG and Libsql
12
+ - 373458f: updated schema for storage config to align with pgvector and added validation for pg connections
13
+ - Updated dependencies [000a6d4]
14
+ - Updated dependencies [08bb78e]
15
+ - Updated dependencies [ed2f549]
16
+ - Updated dependencies [7e92011]
17
+ - Updated dependencies [9ee4293]
18
+ - Updated dependencies [03f3cd0]
19
+ - Updated dependencies [c0f22b4]
20
+ - Updated dependencies [71d9444]
21
+ - Updated dependencies [157c741]
22
+ - Updated dependencies [8a8a73b]
23
+ - Updated dependencies [0a033fa]
24
+ - Updated dependencies [fe3ae4d]
25
+ - Updated dependencies [9c26508]
26
+ - Updated dependencies [0f4eae3]
27
+ - Updated dependencies [16a8648]
28
+ - Updated dependencies [6f92295]
29
+ - @mastra/core@0.9.0
30
+
3
31
  ## 0.3.0-alpha.8
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/pg",
3
- "version": "0.3.0-alpha.8",
3
+ "version": "0.3.0",
4
4
  "description": "Postgres provider for Mastra - includes both vector and db storage capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "pg": "^8.13.3",
25
25
  "pg-promise": "^11.11.0",
26
26
  "xxhash-wasm": "^1.1.0",
27
- "@mastra/core": "^0.9.0-alpha.8"
27
+ "@mastra/core": "^0.9.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@microsoft/api-extractor": "^7.52.1",