-
Notifications
You must be signed in to change notification settings - Fork 456
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
chore(release): Release 0.8 #1353
Conversation
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.
🎉
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
0.8.0 (December 1, 2021)
Breaking Changes
Namespaced AWS Provider Resources #1248
We iterated on the namespacing for the AWS provider which got introduced in #1101. Our goal was, to enable custom L2 / L3 abstractions being built with jsii, improve the general jsii support for the namespacing and last but not least to allow both namespace and barrel imports in Typescript. A welcome side effect is a 5x performance gain when building packages via jsii for Python (from ~ 16 minutes to ~ 3 minutes) and likely other targets such as Java or C#
As a result, there are a few minor breaking changes:
DynamoDb
used to bedynamo_db
in Python - it's now justdynamodb
)CloudwatchEventBridge
namespace got renamed toeventbridge
Typescript Example
Before
This was pretty much the only way to use the namespaced provider classes.
After
Now it's possible to either import the entire namespace, or a resource class directly.
See this Pull Request for more details.
Other Changes
fix
chore
json-schema-to-typescript
#1232Other
feat
staticId
option to TerraformOutput (uses construct id as synthesized output name)" #1213test