@powersync/service-module-postgres-storage 0.10.5 → 0.10.7

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,5 +1,23 @@
1
1
  # @powersync/service-module-postgres-storage
2
2
 
3
+ ## 0.10.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d976830]
8
+ - @powersync/service-core@1.15.7
9
+
10
+ ## 0.10.6
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [221289d]
15
+ - @powersync/service-core@1.15.6
16
+ - @powersync/service-sync-rules@0.29.4
17
+ - @powersync/lib-services-framework@0.7.7
18
+ - @powersync/service-jpgwire@0.21.3
19
+ - @powersync/lib-service-postgres@0.4.11
20
+
3
21
  ## 0.10.5
4
22
 
5
23
  ### Patch Changes
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.