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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/lib/propel_facets.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31c8768419bbee336994dd170ba7a91a15bd41f40e2caaa4862f85e3b60c4100
4
- data.tar.gz: b5aab7dee456c83e485d2d1aeab809eeacca5cc9cd80036fbf5b4e8b227106c7
3
+ metadata.gz: 5599a4b4d7e996be7a054da68a2b7623853b41608612a20d6e666bf443ad5faf
4
+ data.tar.gz: 8544ddaed957da46254c05661699fe5d6f826018ca613f5820412dafec904479
5
5
  SHA512:
6
- metadata.gz: 38b9ea5be0bc2d1818104ae74ce188feaea907d916185d42fc2bad4afc86f9bc534fd0f96b61fbf29351c536d0cc18d3e37dd4c6863a2d04cd75c6ead31cf84a
7
- data.tar.gz: 3b4455f69475a4e887ad99e26bfd187381ef9dd3ad2188b6990fdb87881dec0bac60c2b187334f37392b8d18abe3097a635667b0daf1b4d22c68520e356bd9e2
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
@@ -1,3 +1,3 @@
1
1
  module PropelFacets
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propel_facets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Propel Team