propel_rails 0.1.4 → 0.2.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 +33 -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: b8d9833014a910a748573fe43ff6f37763e3020b73d4deaa65df719d0fdda310
|
4
|
+
data.tar.gz: 4e81e27da1fc241e74ec03b282677c108a3d0d6826ae281fb6e644a71e9e0588
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f85ae81c783e3d2b37fc11265513e750fc707f95525f43d1d5342f7b3997636e3be722e22eae95905e2fc7f38a84569714eb271eff43d5a1c9412b3f96fe3fa
|
7
|
+
data.tar.gz: 7558c43d24288742010c97d73077119c97a971e7b41adaebcd51bf57a65453ea6532326f84261395a7eefae8a2ba0f95bc8bb502f68e5e2cbdf8a657d2f307ed
|
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.2.1] - 2025-01-14
|
16
|
+
|
17
|
+
### Changed
|
18
|
+
- **Version synchronization**: Released alongside all Propel framework components
|
19
|
+
- Maintains version consistency across PropelFacets 0.2.1, PropelApi 0.2.1, and PropelAuthentication 0.2.1
|
20
|
+
- Ensures compatible gem ecosystem for reliable framework operation
|
21
|
+
- Updated auto-loading system to work with synchronized component versions
|
22
|
+
|
23
|
+
## [0.2.0] - 2025-09-02
|
24
|
+
|
25
|
+
### Added
|
26
|
+
- **Security-first framework architecture** - Comprehensive multi-tenant API framework with security-first design
|
27
|
+
- Complete integration of PropelAuthentication 0.2.0, PropelApi 0.2.0, and PropelFacets 0.2.0
|
28
|
+
- Unified configuration hierarchy across all components
|
29
|
+
- Configurable tenancy requirements with developer-friendly defaults
|
30
|
+
|
31
|
+
### Fixed
|
32
|
+
- **Component coordination** - Enhanced orchestration of authentication and API security systems
|
33
|
+
- Updated framework loading to handle `PropelAuthenticationConcern` properly
|
34
|
+
- Improved component integration patterns for security-first architecture
|
35
|
+
- Configuration ownership properly distributed across component gems
|
36
|
+
|
37
|
+
### Improved
|
38
|
+
- **Framework stability** - Better error handling and component loading
|
39
|
+
- Enhanced gem auto-loading with proper fallback handling
|
40
|
+
- Improved development environment messaging
|
41
|
+
- Comprehensive test coverage across all 345 integration tests
|
42
|
+
- **Developer experience** - Seamless integration of all security and multi-tenancy features
|
43
|
+
- Zero configuration required for basic multi-tenant setup
|
44
|
+
- Enterprise-ready strict mode available when needed
|
45
|
+
- Complete test suite with adaptive behavior based on configuration
|
46
|
+
|
15
47
|
## [0.1.4] - 2025-01-23
|
16
48
|
|
17
49
|
### Fixed
|
@@ -61,3 +93,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
61
93
|
- **Rails conventions first** - Follows established Rails patterns and practices
|
62
94
|
- **Developer control** - Full customization and modification capabilities
|
63
95
|
- **Production ready** - Battle-tested patterns with comprehensive test coverage
|
96
|
+
|
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.1
|
4
|
+
version: 0.2.1
|
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-
|
11
|
+
date: 2025-09-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|