propel_facets 0.3.1.4 → 0.3.1.6
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 +16 -0
- data/lib/propel_facets.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c075aba77633255c589fc488b16edaf9b39100e30f183635b4898fae1f9ed91b
|
4
|
+
data.tar.gz: 3d5a18465cc0fdf018982a96956b09a8131d572f9cd6323e13384b81a5ddadbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 264b79faa90b0a91892ffe9b31132f9620d64f68fbf7fd14bf2c1cf864d1213376f5e657b1710c7e10c54e693b8c55839dd23337ac82f9e671f1a4c4eadd1f4a
|
7
|
+
data.tar.gz: 67cac633cc4aaed0d28fd3b7cc0d85c97dc1166ae4f745a9803cb5691b3e99906c5c9b24b79f38d9e6a60a66fa962b89779c730cbe1e8388f0ef52cbd6ebdf9b
|
data/CHANGELOG.md
CHANGED
@@ -14,6 +14,22 @@ 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.6] - 2025-09-13
|
18
|
+
|
19
|
+
### 🔧 Version Synchronization
|
20
|
+
- **Version Consistency**: Updated version to maintain consistency with PropelApi 0.3.1.6 enhanced multi-tenancy support
|
21
|
+
- No functional changes in this release
|
22
|
+
- Synchronized release with PropelApi template tenancy improvements
|
23
|
+
- Enhanced coordination with PropelApi's improved agent reference handling and validation improvements
|
24
|
+
|
25
|
+
## [0.3.1.5] - 2025-09-11
|
26
|
+
|
27
|
+
### 🔧 Enhanced JSONB Coordination
|
28
|
+
- **JSONB Template Consistency**: Enhanced coordination with PropelApi 0.3.1.5's improved JSONB template consistency
|
29
|
+
- Better facet rendering coordination for JSONB fields across all templates
|
30
|
+
- Enhanced serialization reliability for JSONB data types
|
31
|
+
- Improved integration with PropelApi's consistent JSONB handling
|
32
|
+
|
17
33
|
## [0.3.1.4] - 2025-09-11
|
18
34
|
|
19
35
|
### 🔧 Version Synchronization
|
data/lib/propel_facets.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Propel Team
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|