@powersync/service-module-postgres-storage 0.0.0-dev-20250910154512 → 0.0.0-dev-20251015143910

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @powersync/service-module-postgres-storage
2
2
 
3
- ## 0.0.0-dev-20250910154512
3
+ ## 0.0.0-dev-20251015143910
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,10 +9,20 @@
9
9
  - Updated dependencies [f1d187b]
10
10
  - Updated dependencies [0fad466]
11
11
  - Updated dependencies [a700ec9]
12
- - @powersync/service-core@0.0.0-dev-20250910154512
13
- - @powersync/service-types@0.0.0-dev-20250910154512
14
- - @powersync/lib-services-framework@0.0.0-dev-20250910154512
15
- - @powersync/lib-service-postgres@0.0.0-dev-20250910154512
12
+ - Updated dependencies [704553e]
13
+ - @powersync/service-core@0.0.0-dev-20251015143910
14
+ - @powersync/service-types@0.0.0-dev-20251015143910
15
+ - @powersync/lib-services-framework@0.0.0-dev-20251015143910
16
+ - @powersync/service-sync-rules@0.0.0-dev-20251015143910
17
+ - @powersync/lib-service-postgres@0.0.0-dev-20251015143910
18
+ - @powersync/service-jpgwire@0.0.0-dev-20251015143910
19
+
20
+ ## 0.10.7
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [d976830]
25
+ - @powersync/service-core@1.15.7
16
26
 
17
27
  ## 0.10.6
18
28
 
package/README.md CHANGED
@@ -2,10 +2,6 @@
2
2
 
3
3
  This module provides a `BucketStorageProvider` which uses a Postgres database for persistence.
4
4
 
5
- ## Beta
6
-
7
- This feature is currently in a beta release. See [here](https://docs.powersync.com/resources/feature-status#feature-status) for more details.
8
-
9
5
  ## Configuration
10
6
 
11
7
  Postgres storage can be enabled by selecting the appropriate storage `type` and providing connection details for a Postgres server.