diff --git a/current-status.md b/current-status.md index 8400c115d..de398a2e7 100644 --- a/current-status.md +++ b/current-status.md @@ -10,6 +10,7 @@ We now are issuing 1.0 release candidates weekly until all issues are either clo | Release
Date | Version | Open
Issues | Documentation
Sections
Draft Ready | Documentation
Sections
WIP | |--------------|---------|-------------|-------|------| +| April 5, 2021 | 1.0.alpha1.7 | 147 | 35 | 10 | | March 29, 2021 | 1.0.alpha1.6 | 167 | 35 | 10 | > Open issues includes enhancements, documentation, and discussion issues as well as few bugs. diff --git a/readme.md b/readme.md index 5fa92cd83..5a538c7c2 100644 --- a/readme.md +++ b/readme.md @@ -46,7 +46,7 @@ We now are issuing 1.0 release candidates weekly until all issues are either clo | Release
Date | Version | Open
Issues | Documentation
Sections
Draft Ready | Documentation
Sections
WIP | |--------------|---------|-------------|-------|------| -| March 29, 2021 | 1.0.alpha1.6 | 167 | 35 | 10 | +| April 5, 2021 | 1.0.alpha1.7 | 147 | 35 | 10 | > Open issues includes enhancements, documentation, and discussion issues as well as few bugs. > diff --git a/release-notes/1.0.alpha1.7.md b/release-notes/1.0.alpha1.7.md index 70fefff8e..3d5c82225 100644 --- a/release-notes/1.0.alpha1.7.md +++ b/release-notes/1.0.alpha1.7.md @@ -2,27 +2,35 @@ | Release
Date | Version | Open
Issues | Documentation
Sections
Draft Ready | Documentation
Sections
WIP | |--------------|---------|-------------|-------|------| -| April 5, 2021 | 1.0.alpha1.7 | ??? | ?? | ?? | +| April 5, 2021 | 1.0.alpha1.7 | 147 | 35 | 10 | | March 29, 2021 | 1.0.alpha1.6 | 167 | 35 | 10 | -> Open issues includes enhancements, documentation, and discussion issues as well as few bugs. +> Open issues includes enhancements, documentation, and discussion issues as well as few bugs. Additional issues +may be closed that are not documented below because of duplicates, documentation updates, and old issues previously closed. > > The documentation WIP (work in progress) numbers are approx, as more sections may be added. ### New Major Features +None ### Breaking Changes -### Security +None -### Added -+ [#116](https://github.com/hyperstack-org/hyperstack/issues/116) ActiveRecord `where` implemented +### Security Fixes + +None +### Feature Added ++ [#400](https://github.com/hyperstack-org/hyperstack/issues/400) Relationship and Scope Collections will delegate to the Target model on method missing. ++ [#116](https://github.com/hyperstack-org/hyperstack/issues/116) ActiveRecord `where` implemented ### Fixed -+ [#396](https://github.com/hyperstack-org/hyperstack/issues/396) Fixed: Rejected promises do not move operations to the failure track + [#399](https://github.com/hyperstack-org/hyperstack/issues/399) Pluck now takes multiple keys ++ [#396](https://github.com/hyperstack-org/hyperstack/issues/396) Fixed: Rejected promises do not move operations to the failure track ++ [#388](https://github.com/hyperstack-org/hyperstack/issues/388) HyperModel and HyperOperation will load without ActiveRecord + [#358](https://github.com/hyperstack-org/hyperstack/issues/358) Fixed: (again) changing primary_key causes some failures ++ [#322](https://github.com/hyperstack-org/hyperstack/issues/322) Fixed: Could not return falsy value from an observe block + [#127](https://github.com/hyperstack-org/hyperstack/issues/127) Complex expressions work better in on_client (due to upgrade in Parser gem) + [#123](https://github.com/hyperstack-org/hyperstack/issues/123) `public_columns_hash` now thread safe. + [#119](https://github.com/hyperstack-org/hyperstack/issues/119) `destroy` now updates errors properly and will not mark the record as destroyed unless destroy was successful @@ -30,7 +38,9 @@ ### Not Reproducible -+ [#47](https://github.com/hyperstack-org/hyperstack/issues/47) Added spec - passing a proc for children works fine. + [#108](https://github.com/hyperstack-org/hyperstack/issues/108) Can't repeat - possibly STI class != STI type field while data is loading ++ [#47](https://github.com/hyperstack-org/hyperstack/issues/47) Added spec - passing a proc for children works fine. ### Deprecated + +None diff --git a/ruby/hyper-component/lib/hyperstack/component/version.rb b/ruby/hyper-component/lib/hyperstack/component/version.rb index 75a70baa7..972624ade 100644 --- a/ruby/hyper-component/lib/hyperstack/component/version.rb +++ b/ruby/hyper-component/lib/hyperstack/component/version.rb @@ -1,5 +1,5 @@ module Hyperstack module Component - VERSION = '1.0.alpha1.6' # '1.0.alpha1.5' + VERSION = '1.0.alpha1.7' # '1.0.alpha1.5' end end diff --git a/ruby/hyper-console/lib/hyperloop/console/version.rb b/ruby/hyper-console/lib/hyperloop/console/version.rb index 0cd35bbc0..bb6cf77b4 100644 --- a/ruby/hyper-console/lib/hyperloop/console/version.rb +++ b/ruby/hyper-console/lib/hyperloop/console/version.rb @@ -1,5 +1,5 @@ module Hyperloop module Console - VERSION = '1.0.alpha1.6' + VERSION = '1.0.alpha1.7' end end diff --git a/ruby/hyper-i18n/lib/hyper-i18n/version.rb b/ruby/hyper-i18n/lib/hyper-i18n/version.rb index 3ddc5a0f4..32802d9f0 100644 --- a/ruby/hyper-i18n/lib/hyper-i18n/version.rb +++ b/ruby/hyper-i18n/lib/hyper-i18n/version.rb @@ -1,3 +1,3 @@ module HyperI18n - VERSION = '1.0.alpha1.6' + VERSION = '1.0.alpha1.7' end diff --git a/ruby/hyper-i18n/lib/hyperstack/i18n/version.rb b/ruby/hyper-i18n/lib/hyperstack/i18n/version.rb index 88a1fb701..6fbb26b65 100644 --- a/ruby/hyper-i18n/lib/hyperstack/i18n/version.rb +++ b/ruby/hyper-i18n/lib/hyperstack/i18n/version.rb @@ -1,5 +1,5 @@ module Hyperstack module I18n - VERSION = '1.0.alpha1.6' + VERSION = '1.0.alpha1.7' end end diff --git a/ruby/hyper-model/lib/hyper_model/version.rb b/ruby/hyper-model/lib/hyper_model/version.rb index b43d6bfe4..e990965a4 100644 --- a/ruby/hyper-model/lib/hyper_model/version.rb +++ b/ruby/hyper-model/lib/hyper_model/version.rb @@ -1,3 +1,3 @@ module HyperModel - VERSION = '1.0.alpha1.6' + VERSION = '1.0.alpha1.7' end diff --git a/ruby/hyper-operation/lib/hyper-operation/version.rb b/ruby/hyper-operation/lib/hyper-operation/version.rb index 4e2c99f4d..503992a35 100644 --- a/ruby/hyper-operation/lib/hyper-operation/version.rb +++ b/ruby/hyper-operation/lib/hyper-operation/version.rb @@ -1,5 +1,5 @@ module Hyperstack class Operation - VERSION = '1.0.alpha1.6' + VERSION = '1.0.alpha1.7' end end diff --git a/ruby/hyper-router/lib/hyperstack/router/version.rb b/ruby/hyper-router/lib/hyperstack/router/version.rb index 9e4fcdffa..aa74b24fb 100644 --- a/ruby/hyper-router/lib/hyperstack/router/version.rb +++ b/ruby/hyper-router/lib/hyperstack/router/version.rb @@ -1,3 +1,3 @@ module HyperRouter - VERSION = '1.0.alpha1.6' + VERSION = '1.0.alpha1.7' end diff --git a/ruby/hyper-spec/lib/hyper-spec/version.rb b/ruby/hyper-spec/lib/hyper-spec/version.rb index 694943e86..60e2f4f6e 100644 --- a/ruby/hyper-spec/lib/hyper-spec/version.rb +++ b/ruby/hyper-spec/lib/hyper-spec/version.rb @@ -1,3 +1,3 @@ module HyperSpec - VERSION = '1.0.alpha1.6' + VERSION = '1.0.alpha1.7' end diff --git a/ruby/hyper-state/lib/hyperstack/state/version.rb b/ruby/hyper-state/lib/hyperstack/state/version.rb index 8e4691e4d..014a96712 100644 --- a/ruby/hyper-state/lib/hyperstack/state/version.rb +++ b/ruby/hyper-state/lib/hyperstack/state/version.rb @@ -1,5 +1,5 @@ module Hyperstack module State - VERSION = '1.0.alpha1.6' + VERSION = '1.0.alpha1.7' end end diff --git a/ruby/hyper-store/lib/hyperstack/legacy/store/version.rb b/ruby/hyper-store/lib/hyperstack/legacy/store/version.rb index 17e0bf336..c5d9f089d 100644 --- a/ruby/hyper-store/lib/hyperstack/legacy/store/version.rb +++ b/ruby/hyper-store/lib/hyperstack/legacy/store/version.rb @@ -1,7 +1,7 @@ module Hyperstack module Legacy module Store - VERSION = '1.0.alpha1.6' + VERSION = '1.0.alpha1.7' end end end diff --git a/ruby/hyper-trace/lib/hyper_trace/version.rb b/ruby/hyper-trace/lib/hyper_trace/version.rb index 3efb17d8a..f56801774 100644 --- a/ruby/hyper-trace/lib/hyper_trace/version.rb +++ b/ruby/hyper-trace/lib/hyper_trace/version.rb @@ -1,3 +1,3 @@ module HyperTrace - VERSION = '1.0.alpha1.6' + VERSION = '1.0.alpha1.7' end diff --git a/ruby/hyperstack-config/lib/hyperstack/config/version.rb b/ruby/hyperstack-config/lib/hyperstack/config/version.rb index 916297c5a..09c21e7b8 100644 --- a/ruby/hyperstack-config/lib/hyperstack/config/version.rb +++ b/ruby/hyperstack-config/lib/hyperstack/config/version.rb @@ -1,5 +1,5 @@ module Hyperstack module Config - VERSION = '1.0.alpha1.6' + VERSION = '1.0.alpha1.7' end end diff --git a/ruby/rails-hyperstack/lib/hyperstack/version.rb b/ruby/rails-hyperstack/lib/hyperstack/version.rb index fa2124dcb..72cbb55eb 100644 --- a/ruby/rails-hyperstack/lib/hyperstack/version.rb +++ b/ruby/rails-hyperstack/lib/hyperstack/version.rb @@ -1,3 +1,3 @@ module Hyperstack - ROUTERVERSION = VERSION = '1.0.alpha1.6' + ROUTERVERSION = VERSION = '1.0.alpha1.7' end