Skip to content
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

v1.0.0 - General Availability release of the AWS JS/TS/Python Cloud Development Kit #3285

Merged
merged 2 commits into from
Jul 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 43 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,62 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/awslabs/aws-cdk/compare/v0.39.0...v1.0.0) (2019-07-09)


### General Availability of the AWS Cloud Development Kit!! πŸŽ‰πŸŽ‰πŸ₯‚πŸ₯‚πŸΎπŸΎ

We are excited to announce the 1.0.0 release of the AWS CDK –
including GA support for TypeScript, JavaScript, and Python!

We want to thank all of our early customers, and the hundreds of contributors,
for all the help and support in making this release a reality.
Thank you for the patience to deal with the many, many breaking changes that happened along the way.
This product would not be what it is today if it weren't for all the feedback,
diligent issue reporting (bugs, missing features, unclear documentation, etc.),
and code contributions from the community.

Special thanks go out to a few of our most prolific contributors who went above and beyond to help improve the CDK:

* [Mike Cowgill](https://github.com/moofish32)
* [Jonathan Goldwasser](https://github.com/jogold)
* [Breland Miley](https://github.com/mindstorms6)
* [Piradeep Kandasamy](https://github.com/pkandasamy91)
* [Hsing-Hui Hsu](https://github.com/SoManyHs)
* [Simon-Pierre Gingras](https://github.com/spg)
* [Jungseok Lee](https://github.com/jungseoklee)
* [Clare Liguori](https://github.com/clareliguori)
* [Yenlin Chen](https://github.com/hencrice)
* [Lee Packham](https://github.com/leepa)

1.0.0 is a huge milestone for us, but it's still only the beginning!
We are excited to continue evolving the CDK, to introduce support for new languages and capabilities,
and to continue working closely with the open-source community.


### Bug Fixes

* **cli:** output message when successfully synthesizing multiple stacks ([#3259](https://github.com/awslabs/aws-cdk/issues/3259)) ([0c30f12](https://github.com/awslabs/aws-cdk/commit/0c30f12))
* **python:** Make sure stack name in the init template does not contain illegal characters ([#3261](https://github.com/awslabs/aws-cdk/issues/3261)) ([7d22b2c](https://github.com/awslabs/aws-cdk/commit/7d22b2c))


## [0.39.0](https://github.com/awslabs/aws-cdk/compare/v0.38.0...v0.39.0) (2019-07-08)


### Bug Fixes

* **codepipeline:** mark crossRegionReplicationBuckets and crossRegionSupport as experimental. ([#3226](https://github.com/awslabs/aws-cdk/issues/3226)) ([f8256e7](https://github.com/awslabs/aws-cdk/commit/f8256e7))
* **assets:**: packages `assets`, `aws-ecr-assets` and `aws-s3-assets` are now experimental instead of stable
* **assets:** packages `assets`, `aws-ecr-assets` and `aws-s3-assets` are now experimental instead of stable


### BREAKING CHANGES

* **codepipeline:** Pipeline.crossRegionReplicationBuckets is now experimental
* **codepipeline:** Pipeline.crossRegionSupport is now experimental
* **codepipeline:** CrossRegionSupport is now experimental
* **assets:**: package `assets`is now experimental instead of stable
* **aws-ecr-assets:**: package `aws-ecr-assets`is now experimental instead of stable
* **aws-s3-assets:**: package `aws-s3-assets`is now experimental instead of stable
* **assets:** package `assets`is now experimental instead of stable
* **aws-ecr-assets:** package `aws-ecr-assets`is now experimental instead of stable
* **aws-s3-assets:** package `aws-s3-assets`is now experimental instead of stable


## [0.38.0](https://github.com/awslabs/aws-cdk/compare/v0.37.0...v0.38.0) (2019-07-08)
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ The following languages are currently supported:

* JavaScript, TypeScript
* Python
* Java
* .NET

The CDK is currently in developer preview and we look forward to community feedback and collaboration!
* Java (Developer Preview)
* .NET (Developer Preview)

[Developer Guide] |
[Tutorial] |
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"tools/*"
],
"rejectCycles": "true",
"version": "0.39.0"
"version": "1.0.0"
}
16 changes: 8 additions & 8 deletions packages/@aws-cdk/alexa-ask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/alexa-ask",
"version": "0.39.0",
"version": "1.0.0",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -66,19 +66,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.39.0",
"cdk-build-tools": "^0.39.0",
"cfn2ts": "^0.39.0",
"pkglint": "^0.39.0"
"@aws-cdk/assert": "^1.0.0",
"cdk-build-tools": "^1.0.0",
"cfn2ts": "^1.0.0",
"pkglint": "^1.0.0"
},
"dependencies": {
"@aws-cdk/core": "^0.39.0"
"@aws-cdk/core": "^1.0.0"
},
"peerDependencies": {
"@aws-cdk/core": "^0.39.0"
"@aws-cdk/core": "^1.0.0"
},
"engines": {
"node": ">= 8.10.0"
},
"stability": "experimental"
}
}
46 changes: 23 additions & 23 deletions packages/@aws-cdk/app-delivery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-cdk/app-delivery",
"description": "Continuous Integration / Continuous Delivery for CDK Applications",
"version": "0.39.0",
"version": "1.0.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -40,22 +40,22 @@
"build+test": "npm run build && npm test"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^0.39.0",
"@aws-cdk/aws-codebuild": "^0.39.0",
"@aws-cdk/aws-codepipeline": "^0.39.0",
"@aws-cdk/aws-codepipeline-actions": "^0.39.0",
"@aws-cdk/aws-events": "^0.39.0",
"@aws-cdk/aws-iam": "^0.39.0",
"@aws-cdk/core": "^0.39.0",
"@aws-cdk/cx-api": "^0.39.0"
"@aws-cdk/aws-cloudformation": "^1.0.0",
"@aws-cdk/aws-codebuild": "^1.0.0",
"@aws-cdk/aws-codepipeline": "^1.0.0",
"@aws-cdk/aws-codepipeline-actions": "^1.0.0",
"@aws-cdk/aws-events": "^1.0.0",
"@aws-cdk/aws-iam": "^1.0.0",
"@aws-cdk/core": "^1.0.0",
"@aws-cdk/cx-api": "^1.0.0"
},
"devDependencies": {
"@aws-cdk/assert": "^0.39.0",
"@aws-cdk/aws-s3": "^0.39.0",
"cdk-build-tools": "^0.39.0",
"cdk-integ-tools": "^0.39.0",
"@aws-cdk/assert": "^1.0.0",
"@aws-cdk/aws-s3": "^1.0.0",
"cdk-build-tools": "^1.0.0",
"cdk-integ-tools": "^1.0.0",
"fast-check": "^1.15.1",
"pkglint": "^0.39.0"
"pkglint": "^1.0.0"
},
"repository": {
"type": "git",
Expand All @@ -74,17 +74,17 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "^0.39.0",
"@aws-cdk/aws-codebuild": "^0.39.0",
"@aws-cdk/aws-codepipeline": "^0.39.0",
"@aws-cdk/aws-codepipeline-actions": "^0.39.0",
"@aws-cdk/aws-events": "^0.39.0",
"@aws-cdk/aws-iam": "^0.39.0",
"@aws-cdk/core": "^0.39.0",
"@aws-cdk/cx-api": "^0.39.0"
"@aws-cdk/aws-cloudformation": "^1.0.0",
"@aws-cdk/aws-codebuild": "^1.0.0",
"@aws-cdk/aws-codepipeline": "^1.0.0",
"@aws-cdk/aws-codepipeline-actions": "^1.0.0",
"@aws-cdk/aws-events": "^1.0.0",
"@aws-cdk/aws-iam": "^1.0.0",
"@aws-cdk/core": "^1.0.0",
"@aws-cdk/cx-api": "^1.0.0"
},
"engines": {
"node": ">= 8.10.0"
},
"stability": "experimental"
}
}
12 changes: 6 additions & 6 deletions packages/@aws-cdk/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/assert",
"version": "0.39.0",
"version": "1.0.0",
"description": "An assertion library for use with CDK Apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,13 +27,13 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^24.0.15",
"cdk-build-tools": "^0.39.0",
"pkglint": "^0.39.0"
"cdk-build-tools": "^1.0.0",
"pkglint": "^1.0.0"
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "^0.39.0",
"@aws-cdk/core": "^0.39.0",
"@aws-cdk/cx-api": "^0.39.0",
"@aws-cdk/cloudformation-diff": "^1.0.0",
"@aws-cdk/core": "^1.0.0",
"@aws-cdk/cx-api": "^1.0.0",
"jest": "^24.8.0",
"source-map-support": "^0.5.12"
},
Expand Down
22 changes: 11 additions & 11 deletions packages/@aws-cdk/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/assets",
"version": "0.39.0",
"version": "1.0.0",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,25 +63,25 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.39.0",
"@aws-cdk/assert": "^1.0.0",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.0.13",
"aws-cdk": "^0.39.0",
"cdk-build-tools": "^0.39.0",
"cdk-integ-tools": "^0.39.0",
"pkglint": "^0.39.0",
"aws-cdk": "^1.0.0",
"cdk-build-tools": "^1.0.0",
"cdk-integ-tools": "^1.0.0",
"pkglint": "^1.0.0",
"sinon": "^7.3.2",
"ts-mock-imports": "^1.2.3"
},
"dependencies": {
"@aws-cdk/core": "^0.39.0",
"@aws-cdk/cx-api": "^0.39.0",
"@aws-cdk/core": "^1.0.0",
"@aws-cdk/cx-api": "^1.0.0",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "^0.39.0",
"@aws-cdk/cx-api": "^0.39.0"
"@aws-cdk/core": "^1.0.0",
"@aws-cdk/cx-api": "^1.0.0"
},
"engines": {
"node": ">= 8.10.0"
Expand All @@ -90,4 +90,4 @@
"minimatch"
],
"stability": "experimental"
}
}
16 changes: 8 additions & 8 deletions packages/@aws-cdk/aws-amazonmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-amazonmq",
"version": "0.39.0",
"version": "1.0.0",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -66,19 +66,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.39.0",
"cdk-build-tools": "^0.39.0",
"cfn2ts": "^0.39.0",
"pkglint": "^0.39.0"
"@aws-cdk/assert": "^1.0.0",
"cdk-build-tools": "^1.0.0",
"cfn2ts": "^1.0.0",
"pkglint": "^1.0.0"
},
"dependencies": {
"@aws-cdk/core": "^0.39.0"
"@aws-cdk/core": "^1.0.0"
},
"peerDependencies": {
"@aws-cdk/core": "^0.39.0"
"@aws-cdk/core": "^1.0.0"
},
"engines": {
"node": ">= 8.10.0"
},
"stability": "experimental"
}
}
4 changes: 4 additions & 0 deletions packages/@aws-cdk/aws-amplify/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ dist
.LAST_PACKAGE

*.tsbuildinfo


# Include .jsii
!.jsii
16 changes: 8 additions & 8 deletions packages/@aws-cdk/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-amplify",
"version": "0.39.0",
"version": "1.0.0",
"description": "The CDK Construct Library for AWS::Amplify",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -67,19 +67,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.39.0",
"cdk-build-tools": "^0.39.0",
"cfn2ts": "^0.39.0",
"pkglint": "^0.39.0"
"@aws-cdk/assert": "^1.0.0",
"cdk-build-tools": "^1.0.0",
"cfn2ts": "^1.0.0",
"pkglint": "^1.0.0"
},
"dependencies": {
"@aws-cdk/core": "^0.39.0"
"@aws-cdk/core": "^1.0.0"
},
"peerDependencies": {
"@aws-cdk/core": "^0.39.0"
"@aws-cdk/core": "^1.0.0"
},
"engines": {
"node": ">= 8.10.0"
},
"stability": "experimental"
}
}
2 changes: 0 additions & 2 deletions packages/@aws-cdk/aws-apigateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

![Stability: Stable](https://img.shields.io/badge/stability-Stable-success.svg?style=for-the-badge)

> **This is a _developer preview_ (public beta) module. Releases might lack important features and might have
> future breaking changes.**

---
<!--END STABILITY BANNER-->
Expand Down
Loading