propel_rails 0.3.1.5 → 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 +19 -0
- data/lib/propel_rails.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: 973f752a5d7fd0ac7527861b1a2b10825b77b0f1fbd579773a453932c722b11b
|
4
|
+
data.tar.gz: c7d33e541b06f8f584afffb38dfaffc18b3d7343bb74ab1323eeb3c5a21f2657
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b56f237dbbbc78c3bcc500a51660d334e75737fa33696f90ea9485eaa67c98b5f44400bc09d81f3aaee3da800a898b51f9abbb552afd7df317ab05b6af3ca8d
|
7
|
+
data.tar.gz: e40315373193f661862de48e2025c5e9fb7b33d20a0b5eabcbbb217b5a4a8614cf913b10c28d07b1b62f67f02e0b76f7b1a6af54fc27beb9a31b556cbfe61bd2
|
data/CHANGELOG.md
CHANGED
@@ -12,6 +12,25 @@ 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
|
+
|
15
34
|
## [0.3.1.5] - 2025-09-11
|
16
35
|
|
17
36
|
### 🔧 Template Consistency Improvements
|
data/lib/propel_rails.rb
CHANGED
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
|
+
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: bundler
|