propel_facets 0.3.1 → 0.3.1.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/propel_facets.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5599a4b4d7e996be7a054da68a2b7623853b41608612a20d6e666bf443ad5faf
|
4
|
+
data.tar.gz: 8544ddaed957da46254c05661699fe5d6f826018ca613f5820412dafec904479
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db896aa272f7e6c931326403a610d8e96135caf743016c984aa97f60bae56c8eab8b464609bdaea2be9510b3c3f556bcea9687111e35d623e6b5654a3813aa2c
|
7
|
+
data.tar.gz: 27076499ee30a7bb9c78b7ea005e29090bbce62a949f3ccdf01923cfba2e99d14df6919406ae9a7fb3d66728c24bb42a4527ffd5b5c3720b436adb831d362a43
|
data/CHANGELOG.md
CHANGED
@@ -14,6 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
14
14
|
- Metadata inclusion (pagination, counts, etc.)
|
15
15
|
- Performance logging and optimization tools
|
16
16
|
|
17
|
+
## [0.3.1.1] - 2025-09-11
|
18
|
+
|
19
|
+
### 🐛 Bug Fixes
|
20
|
+
- **PostgreSQL Database Support**: Enhanced compatibility with PostgreSQL databases
|
21
|
+
- Updated facet-related migration handling to work correctly with PostgreSQL
|
22
|
+
- Fixed association handling issues that could affect PostgreSQL foreign key constraints
|
23
|
+
- Improved coordination with PropelApi migration generation for PostgreSQL compatibility
|
24
|
+
|
17
25
|
## [0.3.1] - 2025-09-11
|
18
26
|
|
19
27
|
### 🔧 Compatibility & Integration Improvements
|
data/lib/propel_facets.rb
CHANGED