-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhide new service builder and deprecate the prior #1886
Merged
Merged
Changes from 58 commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
40bc255
Update examples to use new service builder
1e6a31f
Unhide the example plugin
26dcfbf
Deprecate OperationRegistry[Builder]
48673da
Unhide "The Anatomy of a Service"
81150f5
Update instrumentation.md documentation
4dcb0ba
Merge branch 'main' into harryb/builder-unhide-and-deprecate
e7dec39
Uncomment middleware documentation
d7d78c1
Add more deprecation
eed7efd
Unhide modules
bd7b594
Rename routers/mod.rs to routers.rs
c54aca7
Merge branch 'main' into harryb/builder-unhide-and-deprecate
2147e1d
Fix deprecated semver
1fe4d06
Allow in server_operation_handler_trait.rs
a863887
Allow deprecated on Router tests
d01aec2
Unhide request and response
2da3b39
Change pokemon_service.md
6bdd2d0
Permute overview.md
51d2b60
Merge branch 'main' into harryb/builder-unhide-and-deprecate
d63d02f
Deprecate OperationExtension
1447654
Merge branch 'main' into harryb/builder-unhide-and-deprecate
d69e7d9
Update instrumentation.md
c03ce5d
Allow deprecated on tests
82b1aeb
Update examples to use new-er service builder
fedb05c
Add docs
bd78358
Deprecate RequestParts
8d5cf82
Cleanup
95790c5
Unhide operation_shape and service
f16fd04
Re-hide entire response module
fe09eca
Deprecate RouterFuture
452f5f5
Add deprecated attribute
84c287a
Deprecate `operation_registry` module
6e67847
Add link to re-exported builder
76809d3
Merge branch 'main' into harryb/builder-unhide-and-deprecate
93c2c34
Unhide service at root
6e55abb
Escape the ## Deprecation
f365bbb
Fix doc links
793fe5c
Fix since on operation_registry
7d1d93b
Remove unused exports
e4e7739
Add CHANGELOG.next.toml
d9bf579
Fix integration tests
83da872
Fix CHANGELOG.next.toml
4bf54d8
Use root level service export
7c4bf48
Improve documentation
3426dbe
Use ConnectInfo rather than Extension<ConnectInfo>
5db882d
Update CHANGELOG.next.toml
fb73260
Remove unused import
1ed7513
Fix ConnectInfo unwrapping
2389026
Merge branch 'main' into harryb/builder-unhide-and-deprecate
5601be8
Merge branch 'main' into harryb/builder-unhide-and-deprecate
3f73966
Merge branch 'main' into harryb/builder-unhide-and-deprecate
b23265a
Use LeafModule data class
b596f2a
Merge branch 'main' into harryb/builder-unhide-and-deprecate
c4f8f68
Apply suggestions from code review
hlbarber 1ba085f
Update CHANGELOG.next.toml
hlbarber 9393d40
Add Context to get_storage_lambda
17959e8
Compactify get_storage_lambda
cbd2aeb
Merge branch 'main' into harryb/builder-unhide-and-deprecate
533dc24
Merge branch 'main' into harryb/builder-unhide-and-deprecate
hlbarber 69da184
Merge branch 'main' into harryb/builder-unhide-and-deprecate
152f716
Switch service to private
7d113f7
Merge branch 'main' into harryb/builder-unhide-and-deprecate
2a2415e
Re-add documentation
62f278c
Fix hyper and Service link
ddef4c6
Change headers to H3
234bc72
Update CHANGELOG.next.toml
d510b50
Improve CHANGELOG.next.toml wrapping
eddd06f
Fix CHANGELOG.next.toml typo
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will an h1 title be rendered ok in the changelog?
I ask because changelog items are displayed in bullet points see e.g. https://github.com/awslabs/smithy-rs/releases/tag/release-2022-08-31
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's two others ("New Documentation", "Deprecations") below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question. It looks like it works here:
H1 A
H1 B
Some more textH1 C
Some more textH2
Some more textH1 D
and I'd be suprised if it was rendered differently in the release page.
I can change the headers to bold if you'd like?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works in the release page. You can try it out here. But the h1 is bigger than the "Breaking Changes" heading. An h3
###
looks nicer.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will change to H3 👍