propel_rails 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 +13 -0
- data/lib/propel_rails.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: fdab2ad42e81030d9b3f0f2ca48a07bf950953f4bac3b97bec053edf21e753e0
|
4
|
+
data.tar.gz: effc8e760e6b08ca7504183d3248c9e37e57b3a60416465f8d915e6653c7761e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0105456d744ce713e02a4ffec7721c9a8b6a75cb45ec85486376ecff624ae3874b16dc1c7673c55b08e85a8a49bb95f388b7c7f217f9fc256824f03f6ce7c4b
|
7
|
+
data.tar.gz: f2614f05d68d33734b12ed4165c981f3f9a2e26d7ea2bcd7972f009acf3c6ccbdb7f057c855c6b5b3cd1f89d79e26a0edc3d19c107df64e2a272f4bc2e8b0289
|
data/CHANGELOG.md
CHANGED
@@ -12,6 +12,19 @@ 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.1] - 2025-09-11
|
16
|
+
|
17
|
+
### 🐛 Bug Fixes
|
18
|
+
- **PostgreSQL Migration Compatibility**: Fixed migration generation issues affecting PostgreSQL databases across all Propel gems
|
19
|
+
- Enhanced coordination of PostgreSQL-compatible migration generation
|
20
|
+
- Improved error handling for PostgreSQL foreign key constraints
|
21
|
+
- Better orchestration of database-specific migration templates
|
22
|
+
|
23
|
+
### 🔧 Dependency Updates
|
24
|
+
- **PropelApi 0.3.1.1**: PostgreSQL migration generation fixes
|
25
|
+
- **PropelAuthentication 0.3.1.1**: PostgreSQL migration template improvements
|
26
|
+
- **PropelFacets 0.3.1.1**: Enhanced PostgreSQL database support
|
27
|
+
|
15
28
|
## [0.3.1] - 2025-09-11
|
16
29
|
|
17
30
|
### 🏗️ Enhanced Architecture Support
|
data/lib/propel_rails.rb
CHANGED