propel_rails 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +32 -0
  3. data/lib/propel_rails.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a996c32cd23d74f45dd85d71a77b29dacba039058396d8266a8e624dfedb7fe
4
- data.tar.gz: c84c118865158d1134e85569b97f7de304d9d818d90297793dadb8283730a5f9
3
+ metadata.gz: 973f752a5d7fd0ac7527861b1a2b10825b77b0f1fbd579773a453932c722b11b
4
+ data.tar.gz: c7d33e541b06f8f584afffb38dfaffc18b3d7343bb74ab1323eeb3c5a21f2657
5
5
  SHA512:
6
- metadata.gz: 8e64ae8e5b2040190cb2625400123556050f4a5f9c2735725f5fd27e14b90d350bc08dfe2fd5f2797128e65b86839fbca595df7bd7ae7c7c9100d5d6a2d42fa4
7
- data.tar.gz: 568a5b761d7d2c767b241cc7655151e031d60cb6255b95acc85821fda5ee2a264c24a19d21d02cb8a8174ed5bed31d174f95129decb4436a4d85c63572861e73
6
+ metadata.gz: 3b56f237dbbbc78c3bcc500a51660d334e75737fa33696f90ea9485eaa67c98b5f44400bc09d81f3aaee3da800a898b51f9abbb552afd7df317ab05b6af3ca8d
7
+ data.tar.gz: e40315373193f661862de48e2025c5e9fb7b33d20a0b5eabcbbb217b5a4a8614cf913b10c28d07b1b62f67f02e0b76f7b1a6af54fc27beb9a31b556cbfe61bd2
data/CHANGELOG.md CHANGED
@@ -12,6 +12,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
  - Cross-component integration patterns
13
13
  - Advanced orchestration features
14
14
 
15
+ ## [0.3.1.6] - 2025-09-13
16
+
17
+ ### 🔧 Enhanced Multi-Tenancy Orchestration
18
+ - **Improved Tenancy Coordination**: Enhanced orchestration of multi-tenancy features across all Propel gems
19
+ - Better coordination of PropelApi's enhanced agent reference handling and validation improvements
20
+ - Improved template consistency for tenancy-related functionality across all components
21
+ - Enhanced integration patterns for multi-tenant application architectures
22
+
23
+ ### 🔧 Dependency Updates
24
+ - **PropelApi 0.3.1.6**: Enhanced multi-tenancy support with improved template generation and agent reference handling
25
+ - **PropelAuthentication 0.3.1.6**: Version synchronization
26
+ - **PropelFacets 0.3.1.6**: Version synchronization
27
+
28
+ ### 🛠️ Template Coordination Improvements
29
+ - **Enhanced Generator Orchestration**: Better coordination of tenancy improvements across all generator templates
30
+ - Improved consistency in multi-tenant model validation across the ecosystem
31
+ - Enhanced test template coordination for tenancy reference handling
32
+ - Better integration patterns for agent, user, and agency reference management
33
+
34
+ ## [0.3.1.5] - 2025-09-11
35
+
36
+ ### 🔧 Template Consistency Improvements
37
+ - **Enhanced JSONB Support Coordination**: Coordinated improvements to JSONB template consistency across all Propel gems
38
+ - Better orchestration of JSONB field handling in all generator templates
39
+ - Enhanced consistency in JSON/JSONB field processing across the ecosystem
40
+ - Improved developer experience with reliable JSONB support
41
+
42
+ ### 🔧 Dependency Updates
43
+ - **PropelApi 0.3.1.5**: JSONB template consistency improvements and enhanced documentation
44
+ - **PropelAuthentication 0.3.1.5**: Version synchronization
45
+ - **PropelFacets 0.3.1.5**: Enhanced JSONB coordination
46
+
15
47
  ## [0.3.1.4] - 2025-09-11
16
48
 
17
49
  ### 🐛 Critical Bug Fixes
data/lib/propel_rails.rb CHANGED
@@ -4,7 +4,7 @@ require "pathname"
4
4
 
5
5
  module Propel
6
6
  module Rails
7
- VERSION = "0.3.1.4"
7
+ VERSION = "0.3.1.6"
8
8
 
9
9
  class Error < StandardError; end
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propel_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.4
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-12 00:00:00.000000000 Z
11
+ date: 2025-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler