propel_rails 0.1.4 → 0.2.0

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 +25 -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: 6d984fd6b885b008f28ced43f26aeba9bbf333c2dfd5dedfeb4705f4981e1b37
4
+ data.tar.gz: bb7ee80057ccb8abbeb915fc1bdd075578488ddfe2b81b13c7757399250e8513
5
5
  SHA512:
6
- metadata.gz: 635e6dbaccc78b6e811ecb0d6ec1bb026cb71c6563bbb07d86684c7ebb25f258e8b8711b360c851d006a4f9becfbb23d72765b2bde329e39ddc0af6317a58686
7
- data.tar.gz: 38a6c033d121aaacf10b1cecca13bec69d6a61492523fd28a4e6d1a149c89b1bb8fb584076ea0c52fe98eed38aeb58b88bf45f1f63eeeec6be1e3d88d138b822
6
+ metadata.gz: 8ea927c29b5ce2daa0677a3906e32779850f5940c87dc9c780aa23701649c7711301d7f9f1096960aa2c89ba4f90e3198131c00e201bfe948b54a3b18c53fe67
7
+ data.tar.gz: 5b923359aa3c3db152e2d81f0ec097d54e355bc07d6eb3f0bf5c0699c92515590497dfa064e80b484d64a3346fdbb776f73a01e2031eeffdf66c7368c51f0b4e
data/CHANGELOG.md CHANGED
@@ -12,6 +12,30 @@ 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.0] - 2025-09-02
16
+
17
+ ### Added
18
+ - **Security-first framework architecture** - Comprehensive multi-tenant API framework with security-first design
19
+ - Complete integration of PropelAuthentication 0.2.0, PropelApi 0.2.0, and PropelFacets 0.2.0
20
+ - Unified configuration hierarchy across all components
21
+ - Configurable tenancy requirements with developer-friendly defaults
22
+
23
+ ### Fixed
24
+ - **Component coordination** - Enhanced orchestration of authentication and API security systems
25
+ - Updated framework loading to handle `PropelAuthenticationConcern` properly
26
+ - Improved component integration patterns for security-first architecture
27
+ - Configuration ownership properly distributed across component gems
28
+
29
+ ### Improved
30
+ - **Framework stability** - Better error handling and component loading
31
+ - Enhanced gem auto-loading with proper fallback handling
32
+ - Improved development environment messaging
33
+ - Comprehensive test coverage across all 345 integration tests
34
+ - **Developer experience** - Seamless integration of all security and multi-tenancy features
35
+ - Zero configuration required for basic multi-tenant setup
36
+ - Enterprise-ready strict mode available when needed
37
+ - Complete test suite with adaptive behavior based on configuration
38
+
15
39
  ## [0.1.4] - 2025-01-23
16
40
 
17
41
  ### Fixed
@@ -61,3 +85,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
61
85
  - **Rails conventions first** - Follows established Rails patterns and practices
62
86
  - **Developer control** - Full customization and modification capabilities
63
87
  - **Production ready** - Battle-tested patterns with comprehensive test coverage
88
+
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.0"
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.0
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