Skip to content

Commit 140d941

Browse files
committed
Update design statuses.
* Updated design documents to clarify that 'Complete' features are actually just 'Released', because features are never complete. * Update design documents to mark request presigners as 'Released'.
1 parent ebb1751 commit 140d941

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
lines changed

docs/design/ClientConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Design:** Convention, **Status:** [Complete](README.md)
1+
**Design:** Convention, **Status:** [Accepted](README.md)
22

33
## Client Configuration
44

docs/design/FavorStaticFactoryMethods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Design:** Convention, **Status:** [Complete](README.md)
1+
**Design:** Convention, **Status:** [Accepted](README.md)
22

33
## Favor Static Factory Methods Over Constructors
44

docs/design/NamingConventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Design:** Convention, **Status:** [Complete](README.md)
1+
**Design:** Convention, **Status:** [Accepted](README.md)
22

33
## Naming Conventions
44

docs/design/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,15 @@ decided.*
2828
\- Automatically reconnects to an event streaming session when they are
2929
interrupted by a network error.
3030

31-
**Completed**
31+
**Released**
3232

33-
None
33+
*These features are considered "mostly implemented". Development on new features
34+
is never "done". These features are considered "done enough" that any remaining
35+
design elements or features can be implemented incrementally based on customer
36+
demand.*
37+
38+
* [Request Presigners](core/presigners/README.md) - Makes it possible to sign
39+
requests to be executed at a later time.
3440

3541
**Rejected**
3642

@@ -42,7 +48,7 @@ None
4248

4349
None
4450

45-
**Completed**
51+
**Accepted**
4652

4753
* [Class Initialization](FavorStaticFactoryMethods.md) - Conventions
4854
used to initialize a class.

docs/design/UseOfCompletableFuture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Design:** Convention, **Status:** [Complete](README.md)
1+
**Design:** Convention, **Status:** [Accepted](README.md)
22

33
## Use of CompletableFuture
44

docs/design/UseOfOptional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Design:** Convention, **Status:** [Complete](README.md)
1+
**Design:** Convention, **Status:** [Accepted](README.md)
22

33
## Use of Optional
44

docs/design/core/presigners/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Feature Overview
1+
**Design:** New Feature, **Status:** [Released](../../../README.md)
2+
3+
# Request Presigners
24

35
"Presigned URLs" are a generic term usually used for an AWS request that has been signed using
46
[SigV4's query parameter signing](https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html) so that it can be

0 commit comments

Comments
 (0)