Skip to content

bump version, update CHANGELOG for v2.0.2 #155

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

Merged
merged 7 commits into from
Aug 31, 2021
Merged
Show file tree
Hide file tree
Changes from 5 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
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
# Changelog
## 2.0.2 -- 2021-08-30
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## 2.0.2 -- 2021-08-30
## 2.0.2 -- 2021-08-31

Fixes:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NP

Suggested change
Fixes:
### Fixes

* NPE if reading record without a signature fields
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* NPE if reading record without a signature fields
* fix: Allow reading old plaintext records after adding new encrypted field to schema

([#152](https://github.com/aws/aws-dynamodb-encryption-java/pull/152))
* Add Formatter
([#146](https://github.com/aws/aws-dynamodb-encryption-java/pull/146))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would move this down to "maintenance".

* Update user agent string to correctly reflect version
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Update user agent string to correctly reflect version
* fix: Update user agent string to correctly reflect version

([#141](https://github.com/aws/aws-dynamodb-encryption-java/pull/141))
* Moving Javadoc to webroot
([#140](https://github.com/aws/aws-dynamodb-encryption-java/pull/140))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove. This was done on the gh-pages branch, so I don't think it belongs here.

* Data model migration doc breadcrumb.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Data model migration doc breadcrumb.
* fix: Data model migration doc breadcrumb.

([#139](https://github.com/aws/aws-dynamodb-encryption-java/pull/139))

Maintenance:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NP

Suggested change
Maintenance:
### Maintenance

* chore: bump aws-java-sdk-bom from 1.11.460 to 1.12.51
([#154](https://github.com/aws/aws-dynamodb-encryption-java/pull/154))
* chore: Add support policy
([#149](https://github.com/aws/aws-dynamodb-encryption-java/pull/149))
* CI: Create release builds that validate on multiple JDKs
([#148](https://github.com/aws/aws-dynamodb-encryption-java/pull/148))
* chore: Add example for MRKs
([#145](https://github.com/aws/aws-dynamodb-encryption-java/pull/145))
* chore: Add repo-sync actions
([#143](https://github.com/aws/aws-dynamodb-encryption-java/pull/143))
* chore: Add issue template
([#142](https://github.com/aws/aws-dynamodb-encryption-java/pull/142))

## 2.0.1 -- 2021-02-12
### Bugfix
Fixes released jar files to ensure JDK 8 compatibility.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ You can download the [latest snapshot release][download] or pick it up from Mave
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-dynamodb-encryption-java</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>software.amazon.cryptools</groupId>
<artifactId>dynamodbencryptionclient-pom</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>

<artifactId>dynamodbencryptionclient-sdk1examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>software.amazon.cryptools</groupId>
<artifactId>dynamodbencryptionclient-pom</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>pom</packaging>

<name>aws-dynamodb-encryption-java :: POM</name>
Expand Down