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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +33 -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: a25c80c408b2fc42b63e30876293bfb69f0157712de03458ff71df9fd2a174d5
4
- data.tar.gz: a42acddc0fda2cabb5fb50568dfdfd5ee8a235a576e67fed74b2325107bd3b31
3
+ metadata.gz: b8d9833014a910a748573fe43ff6f37763e3020b73d4deaa65df719d0fdda310
4
+ data.tar.gz: 4e81e27da1fc241e74ec03b282677c108a3d0d6826ae281fb6e644a71e9e0588
5
5
  SHA512:
6
- metadata.gz: 635e6dbaccc78b6e811ecb0d6ec1bb026cb71c6563bbb07d86684c7ebb25f258e8b8711b360c851d006a4f9becfbb23d72765b2bde329e39ddc0af6317a58686
7
- data.tar.gz: 38a6c033d121aaacf10b1cecca13bec69d6a61492523fd28a4e6d1a149c89b1bb8fb584076ea0c52fe98eed38aeb58b88bf45f1f63eeeec6be1e3d88d138b822
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
@@ -4,7 +4,7 @@ require "pathname"
4
4
 
5
5
  module Propel
6
6
  module Rails
7
- VERSION = "0.1.4"
7
+ VERSION = "0.2.1"
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.1.4
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-08-15 00:00:00.000000000 Z
11
+ date: 2025-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler