Skip to content

Commit 28770aa

Browse files
committed
updated release info to alpha1.7
1 parent a39ae68 commit 28770aa

File tree

16 files changed

+32
-21
lines changed

16 files changed

+32
-21
lines changed

current-status.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ We now are issuing 1.0 release candidates weekly until all issues are either clo
1010

1111
| Release<br/>Date | Version | Open<br/>Issues | Documentation<br/>Sections<br/>Draft Ready | Documentation<br/>Sections<br/>WIP |
1212
|--------------|---------|-------------|-------|------|
13+
| April 5, 2021 | 1.0.alpha1.7 | 147 | 35 | 10 |
1314
| March 29, 2021 | 1.0.alpha1.6 | 167 | 35 | 10 |
1415

1516
> Open issues includes enhancements, documentation, and discussion issues as well as few bugs.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ We now are issuing 1.0 release candidates weekly until all issues are either clo
4646

4747
| Release<br/>Date | Version | Open<br/>Issues | Documentation<br/>Sections<br/>Draft Ready | Documentation<br/>Sections<br/>WIP |
4848
|--------------|---------|-------------|-------|------|
49-
| March 29, 2021 | 1.0.alpha1.6 | 167 | 35 | 10 |
49+
| April 5, 2021 | 1.0.alpha1.7 | 147 | 35 | 10 |
5050

5151
> Open issues includes enhancements, documentation, and discussion issues as well as few bugs.
5252
>

release-notes/1.0.alpha1.7.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,45 @@
22

33
| Release<br/>Date | Version | Open<br/>Issues | Documentation<br/>Sections<br/>Draft Ready | Documentation<br/>Sections<br/>WIP |
44
|--------------|---------|-------------|-------|------|
5-
| April 5, 2021 | 1.0.alpha1.7 | ??? | ?? | ?? |
5+
| April 5, 2021 | 1.0.alpha1.7 | 147 | 35 | 10 |
66
| March 29, 2021 | 1.0.alpha1.6 | 167 | 35 | 10 |
7-
> Open issues includes enhancements, documentation, and discussion issues as well as few bugs.
7+
> Open issues includes enhancements, documentation, and discussion issues as well as few bugs. Additional issues
8+
may be closed that are not documented below because of duplicates, documentation updates, and old issues previously closed.
89
>
910
> The documentation WIP (work in progress) numbers are approx, as more sections may be added.
1011
1112
### New Major Features
1213

14+
None
1315

1416
### Breaking Changes
1517

16-
### Security
18+
None
1719

18-
### Added
19-
+ [#116](https://github.com/hyperstack-org/hyperstack/issues/116) ActiveRecord `where` implemented
20+
### Security Fixes
21+
22+
None
2023

24+
### Feature Added
25+
+ [#400](https://github.com/hyperstack-org/hyperstack/issues/400) Relationship and Scope Collections will delegate to the Target model on method missing.
26+
+ [#116](https://github.com/hyperstack-org/hyperstack/issues/116) ActiveRecord `where` implemented
2127

2228
### Fixed
23-
+ [#396](https://github.com/hyperstack-org/hyperstack/issues/396) Fixed: Rejected promises do not move operations to the failure track
2429
+ [#399](https://github.com/hyperstack-org/hyperstack/issues/399) Pluck now takes multiple keys
30+
+ [#396](https://github.com/hyperstack-org/hyperstack/issues/396) Fixed: Rejected promises do not move operations to the failure track
31+
+ [#388](https://github.com/hyperstack-org/hyperstack/issues/388) HyperModel and HyperOperation will load without ActiveRecord
2532
+ [#358](https://github.com/hyperstack-org/hyperstack/issues/358) Fixed: (again) changing primary_key causes some failures
33+
+ [#322](https://github.com/hyperstack-org/hyperstack/issues/322) Fixed: Could not return falsy value from an observe block
2634
+ [#127](https://github.com/hyperstack-org/hyperstack/issues/127) Complex expressions work better in on_client (due to upgrade in Parser gem)
2735
+ [#123](https://github.com/hyperstack-org/hyperstack/issues/123) `public_columns_hash` now thread safe.
2836
+ [#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
2937

3038

3139

3240
### Not Reproducible
33-
+ [#47](https://github.com/hyperstack-org/hyperstack/issues/47) Added spec - passing a proc for children works fine.
3441
+ [#108](https://github.com/hyperstack-org/hyperstack/issues/108) Can't repeat - possibly STI class != STI type field while data is loading
42+
+ [#47](https://github.com/hyperstack-org/hyperstack/issues/47) Added spec - passing a proc for children works fine.
3543

3644
### Deprecated
45+
46+
None
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperstack
22
module Component
3-
VERSION = '1.0.alpha1.6' # '1.0.alpha1.5'
3+
VERSION = '1.0.alpha1.7' # '1.0.alpha1.5'
44
end
55
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperloop
22
module Console
3-
VERSION = '1.0.alpha1.6'
3+
VERSION = '1.0.alpha1.7'
44
end
55
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HyperI18n
2-
VERSION = '1.0.alpha1.6'
2+
VERSION = '1.0.alpha1.7'
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperstack
22
module I18n
3-
VERSION = '1.0.alpha1.6'
3+
VERSION = '1.0.alpha1.7'
44
end
55
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HyperModel
2-
VERSION = '1.0.alpha1.6'
2+
VERSION = '1.0.alpha1.7'
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperstack
22
class Operation
3-
VERSION = '1.0.alpha1.6'
3+
VERSION = '1.0.alpha1.7'
44
end
55
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HyperRouter
2-
VERSION = '1.0.alpha1.6'
2+
VERSION = '1.0.alpha1.7'
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HyperSpec
2-
VERSION = '1.0.alpha1.6'
2+
VERSION = '1.0.alpha1.7'
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperstack
22
module State
3-
VERSION = '1.0.alpha1.6'
3+
VERSION = '1.0.alpha1.7'
44
end
55
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Hyperstack
22
module Legacy
33
module Store
4-
VERSION = '1.0.alpha1.6'
4+
VERSION = '1.0.alpha1.7'
55
end
66
end
77
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HyperTrace
2-
VERSION = '1.0.alpha1.6'
2+
VERSION = '1.0.alpha1.7'
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperstack
22
module Config
3-
VERSION = '1.0.alpha1.6'
3+
VERSION = '1.0.alpha1.7'
44
end
55
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hyperstack
2-
ROUTERVERSION = VERSION = '1.0.alpha1.6'
2+
ROUTERVERSION = VERSION = '1.0.alpha1.7'
33
end

0 commit comments

Comments
 (0)